Shades of Cement #7F6D57
Tints of Cement #7F6D57
RGB
CMYK
RGB Variations
Color information
#7F6D57 (or 0x7F6D57) is known color: Cement. HEX triplet: 7F, 6D and 57. RGB value is (127,109,87). Sum of RGB (Red+Green+Blue) = 127+109+87=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6D57 is #8092A8. Grayscale: #6F6F6F. Windows color (decimal): -8426153 or 5729663. OLE color: 5729663.
HSL color Cylindrical-coordinate representation of color #7F6D57: hue angle of 33º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F6D57 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 109 | 87 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.50 |
| HSL | 33º | 0.19% | 0.42% | - |
| HSV(B) | 33º | 0.31% | 0.5% | - |
| XYZ | 15.94 | 16.14 | 11.29 | - |
| YUV | 111.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 109 | 87 | 0 | 0.14 | 0.31 | 0.50 | 33 | 0.19 | 0.42 |
| Hex | 7F | 6D | 57 | 0 | E | 1F | 32 | 21 | 13 | 2A |
| Octal | 177 | 155 | 127 | 0 | 16 | 37 | 62 | 41 | 23 | 52 |
| Binary | 1111111 | 1101101 | 1010111 | 0 | 1110 | 11111 | 110010 | 100001 | 10011 | 101010 |
Color Harmonies of #7F6D57
Complementary color
Monochromatic Colors of #7F6D57
Black with #7F6D57
Text Example
Text Example
White with #7F6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6D57; }
p { color: rgb(127,109,87); }
H1.HeaderClassName
{
color: #7F6D57;
}
.AnyTagClassName
{
color: #7F6D57;
}
</style>
background-color css
<style>
a { background-color: #7F6D57; }
a { background-color: rgb(127,109,87); }
div.DivClassName
{
background-color: #7F6D57;
}
.BgClassName
{
background-color: #7F6D57;
}
</style>
border-color css
<style>
span { border-color: #7F6D57; }
span { border-color: rgb(127,109,87); }
td.TdClassName
{
border-color: #7F6D57;
}
.TagClassName
{
border-color: #7F6D57;
}
</style>