Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<style>
div {height:50px;width:100%;}
</style>
<body>
<h1>可以为所有光源使用相同的值设置灰度</h1>
<div style="background-color:rgb(0,0,0)"></div>
<div style="background-color:rgb(64,64,64)"></div>
<div style="background-color:rgb(128,128,128)"></div>
<div style="background-color:rgb(192,192,192)"></div>
<h1 style="color:rgb(0,0,0)">标题</h1>
<h1 style="color:rgb(64,64,64)">标题</h1>
<h1 style="color:rgb(128,128,128)">标题</h1>
<h1 style="color:rgb(192,192,192)">标题</h1>
</body>
</html>