Shades of Cement #7E6D57
Tints of Cement #7E6D57
RGB
CMYK
RGB Variations
Color information
#7E6D57 (or 0x7E6D57) is known color: Cement. HEX triplet: 7E, 6D and 57. RGB value is (126,109,87). Sum of RGB (Red+Green+Blue) = 126+109+87=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6D57 is #8192A8. Grayscale: #6F6F6F. Windows color (decimal): -8491689 or 5729662. OLE color: 5729662.
HSL color Cylindrical-coordinate representation of color #7E6D57: hue angle of 33.85º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E6D57 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 109 | 87 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.51 |
| HSL | 33.85º | 0.18% | 0.42% | - |
| HSV(B) | 33.85º | 0.31% | 0.49% | - |
| XYZ | 15.79 | 16.06 | 11.28 | - |
| YUV | 111.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 87 | 0 | 0.13 | 0.31 | 0.51 | 33.85 | 0.18 | 0.42 |
| Hex | 7E | 6D | 57 | 0 | D | 1F | 33 | 22 | 12 | 2A |
| Octal | 176 | 155 | 127 | 0 | 15 | 37 | 63 | 42 | 22 | 52 |
| Binary | 1111110 | 1101101 | 1010111 | 0 | 1101 | 11111 | 110011 | 100010 | 10010 | 101010 |
Color Harmonies of #7E6D57
Complementary color
Monochromatic Colors of #7E6D57
Black with #7E6D57
Text Example
Text Example
White with #7E6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6D57; }
p { color: rgb(126,109,87); }
H1.HeaderClassName
{
color: #7E6D57;
}
.AnyTagClassName
{
color: #7E6D57;
}
</style>
background-color css
<style>
a { background-color: #7E6D57; }
a { background-color: rgb(126,109,87); }
div.DivClassName
{
background-color: #7E6D57;
}
.BgClassName
{
background-color: #7E6D57;
}
</style>
border-color css
<style>
span { border-color: #7E6D57; }
span { border-color: rgb(126,109,87); }
td.TdClassName
{
border-color: #7E6D57;
}
.TagClassName
{
border-color: #7E6D57;
}
</style>