Shades of Cement #7F715A
Tints of Cement #7F715A
RGB
CMYK
RGB Variations
Color information
#7F715A (or 0x7F715A) is known color: Cement. HEX triplet: 7F, 71 and 5A. RGB value is (127,113,90). Sum of RGB (Red+Green+Blue) = 127+113+90=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F715A is #808EA5. Grayscale: #727272. Windows color (decimal): -8425126 or 5927295. OLE color: 5927295.
HSL color Cylindrical-coordinate representation of color #7F715A: hue angle of 37.3º 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 #7F715A is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 90 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.50 |
| HSL | 37.3º | 0.17% | 0.43% | - |
| HSV(B) | 37.3º | 0.29% | 0.5% | - |
| XYZ | 16.5 | 17.06 | 12.1 | - |
| YUV | 114.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 90 | 0 | 0.11 | 0.29 | 0.50 | 37.3 | 0.17 | 0.43 |
| Hex | 7F | 71 | 5A | 0 | B | 1D | 32 | 25 | 11 | 2B |
| Octal | 177 | 161 | 132 | 0 | 13 | 35 | 62 | 45 | 21 | 53 |
| Binary | 1111111 | 1110001 | 1011010 | 0 | 1011 | 11101 | 110010 | 100101 | 10001 | 101011 |
Color Harmonies of #7F715A
Complementary color
Monochromatic Colors of #7F715A
Black with #7F715A
Text Example
Text Example
White with #7F715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F715A; }
p { color: rgb(127,113,90); }
H1.HeaderClassName
{
color: #7F715A;
}
.AnyTagClassName
{
color: #7F715A;
}
</style>
background-color css
<style>
a { background-color: #7F715A; }
a { background-color: rgb(127,113,90); }
div.DivClassName
{
background-color: #7F715A;
}
.BgClassName
{
background-color: #7F715A;
}
</style>
border-color css
<style>
span { border-color: #7F715A; }
span { border-color: rgb(127,113,90); }
td.TdClassName
{
border-color: #7F715A;
}
.TagClassName
{
border-color: #7F715A;
}
</style>