Shades of Cement #7F6D56
Tints of Cement #7F6D56
RGB
CMYK
RGB Variations
Color information
#7F6D56 (or 0x7F6D56) is known color: Cement. HEX triplet: 7F, 6D and 56. RGB value is (127,109,86). Sum of RGB (Red+Green+Blue) = 127+109+86=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6D56 is #8092A9. Grayscale: #6F6F6F. Windows color (decimal): -8426154 or 5664127. OLE color: 5664127.
HSL color Cylindrical-coordinate representation of color #7F6D56: hue angle of 33.66º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F6D56 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 109 | 86 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.50 |
| HSL | 33.66º | 0.19% | 0.42% | - |
| HSV(B) | 33.66º | 0.32% | 0.5% | - |
| XYZ | 15.9 | 16.12 | 11.08 | - |
| YUV | 111.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 109 | 86 | 0 | 0.14 | 0.32 | 0.50 | 33.66 | 0.19 | 0.42 |
| Hex | 7F | 6D | 56 | 0 | E | 20 | 32 | 22 | 13 | 2A |
| Octal | 177 | 155 | 126 | 0 | 16 | 40 | 62 | 42 | 23 | 52 |
| Binary | 1111111 | 1101101 | 1010110 | 0 | 1110 | 100000 | 110010 | 100010 | 10011 | 101010 |
Color Harmonies of #7F6D56
Complementary color
Monochromatic Colors of #7F6D56
Black with #7F6D56
Text Example
Text Example
White with #7F6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6D56; }
p { color: rgb(127,109,86); }
H1.HeaderClassName
{
color: #7F6D56;
}
.AnyTagClassName
{
color: #7F6D56;
}
</style>
background-color css
<style>
a { background-color: #7F6D56; }
a { background-color: rgb(127,109,86); }
div.DivClassName
{
background-color: #7F6D56;
}
.BgClassName
{
background-color: #7F6D56;
}
</style>
border-color css
<style>
span { border-color: #7F6D56; }
span { border-color: rgb(127,109,86); }
td.TdClassName
{
border-color: #7F6D56;
}
.TagClassName
{
border-color: #7F6D56;
}
</style>