Shades of Cement #7F705C
Tints of Cement #7F705C
RGB
CMYK
RGB Variations
Color information
#7F705C (or 0x7F705C) is known color: Cement. HEX triplet: 7F, 70 and 5C. RGB value is (127,112,92). Sum of RGB (Red+Green+Blue) = 127+112+92=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F705C is #808FA3. Grayscale: #727272. Windows color (decimal): -8425380 or 6058111. OLE color: 6058111.
HSL color Cylindrical-coordinate representation of color #7F705C: hue angle of 34.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F705C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 92 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.50 |
| HSL | 34.29º | 0.16% | 0.43% | - |
| HSV(B) | 34.29º | 0.28% | 0.5% | - |
| XYZ | 16.48 | 16.87 | 12.51 | - |
| YUV | 114.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 92 | 0 | 0.12 | 0.28 | 0.50 | 34.29 | 0.16 | 0.43 |
| Hex | 7F | 70 | 5C | 0 | C | 1C | 32 | 22 | 10 | 2B |
| Octal | 177 | 160 | 134 | 0 | 14 | 34 | 62 | 42 | 20 | 53 |
| Binary | 1111111 | 1110000 | 1011100 | 0 | 1100 | 11100 | 110010 | 100010 | 10000 | 101011 |
Color Harmonies of #7F705C
Complementary color
Monochromatic Colors of #7F705C
Black with #7F705C
Text Example
Text Example
White with #7F705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F705C; }
p { color: rgb(127,112,92); }
H1.HeaderClassName
{
color: #7F705C;
}
.AnyTagClassName
{
color: #7F705C;
}
</style>
background-color css
<style>
a { background-color: #7F705C; }
a { background-color: rgb(127,112,92); }
div.DivClassName
{
background-color: #7F705C;
}
.BgClassName
{
background-color: #7F705C;
}
</style>
border-color css
<style>
span { border-color: #7F705C; }
span { border-color: rgb(127,112,92); }
td.TdClassName
{
border-color: #7F705C;
}
.TagClassName
{
border-color: #7F705C;
}
</style>