Shades of Cement #7F705A
Tints of Cement #7F705A
RGB
CMYK
RGB Variations
Color information
#7F705A (or 0x7F705A) is known color: Cement. HEX triplet: 7F, 70 and 5A. RGB value is (127,112,90). Sum of RGB (Red+Green+Blue) = 127+112+90=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F705A is #808FA5. Grayscale: #727272. Windows color (decimal): -8425382 or 5927039. OLE color: 5927039.
HSL color Cylindrical-coordinate representation of color #7F705A: hue angle of 35.68º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F705A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 90 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.50 |
| HSL | 35.68º | 0.17% | 0.43% | - |
| HSV(B) | 35.68º | 0.29% | 0.5% | - |
| XYZ | 16.39 | 16.84 | 12.06 | - |
| YUV | 113.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 90 | 0 | 0.12 | 0.29 | 0.50 | 35.68 | 0.17 | 0.43 |
| Hex | 7F | 70 | 5A | 0 | C | 1D | 32 | 24 | 11 | 2B |
| Octal | 177 | 160 | 132 | 0 | 14 | 35 | 62 | 44 | 21 | 53 |
| Binary | 1111111 | 1110000 | 1011010 | 0 | 1100 | 11101 | 110010 | 100100 | 10001 | 101011 |
Color Harmonies of #7F705A
Complementary color
Monochromatic Colors of #7F705A
Black with #7F705A
Text Example
Text Example
White with #7F705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F705A; }
p { color: rgb(127,112,90); }
H1.HeaderClassName
{
color: #7F705A;
}
.AnyTagClassName
{
color: #7F705A;
}
</style>
background-color css
<style>
a { background-color: #7F705A; }
a { background-color: rgb(127,112,90); }
div.DivClassName
{
background-color: #7F705A;
}
.BgClassName
{
background-color: #7F705A;
}
</style>
border-color css
<style>
span { border-color: #7F705A; }
span { border-color: rgb(127,112,90); }
td.TdClassName
{
border-color: #7F705A;
}
.TagClassName
{
border-color: #7F705A;
}
</style>