Shades of Cement #80715C
Tints of Cement #80715C
RGB
CMYK
RGB Variations
Color information
#80715C (or 0x80715C) is known color: Cement. HEX triplet: 80, 71 and 5C. RGB value is (128,113,92). Sum of RGB (Red+Green+Blue) = 128+113+92=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #80715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80715C is #7F8EA3. Grayscale: #737373. Windows color (decimal): -8359588 or 6058368. OLE color: 6058368.
HSL color Cylindrical-coordinate representation of color #80715C: hue angle of 35º 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 #80715C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 92 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.50 |
| HSL | 35º | 0.16% | 0.43% | - |
| HSV(B) | 35º | 0.28% | 0.5% | - |
| XYZ | 16.74 | 17.17 | 12.56 | - |
| YUV | 115.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 92 | 0 | 0.12 | 0.28 | 0.50 | 35 | 0.16 | 0.43 |
| Hex | 80 | 71 | 5C | 0 | C | 1C | 32 | 23 | 10 | 2B |
| Octal | 200 | 161 | 134 | 0 | 14 | 34 | 62 | 43 | 20 | 53 |
| Binary | 10000000 | 1110001 | 1011100 | 0 | 1100 | 11100 | 110010 | 100011 | 10000 | 101011 |
Color Harmonies of #80715C
Complementary color
Monochromatic Colors of #80715C
Black with #80715C
Text Example
Text Example
White with #80715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80715C; }
p { color: rgb(128,113,92); }
H1.HeaderClassName
{
color: #80715C;
}
.AnyTagClassName
{
color: #80715C;
}
</style>
background-color css
<style>
a { background-color: #80715C; }
a { background-color: rgb(128,113,92); }
div.DivClassName
{
background-color: #80715C;
}
.BgClassName
{
background-color: #80715C;
}
</style>
border-color css
<style>
span { border-color: #80715C; }
span { border-color: rgb(128,113,92); }
td.TdClassName
{
border-color: #80715C;
}
.TagClassName
{
border-color: #80715C;
}
</style>