Shades of Cement #80725F
Tints of Cement #80725F
RGB
CMYK
RGB Variations
Color information
#80725F (or 0x80725F) is known color: Cement. HEX triplet: 80, 72 and 5F. RGB value is (128,114,95). Sum of RGB (Red+Green+Blue) = 128+114+95=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80725F is #7F8DA0. Grayscale: #747474. Windows color (decimal): -8359329 or 6255232. OLE color: 6255232.
HSL color Cylindrical-coordinate representation of color #80725F: hue angle of 34.55º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80725F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 95 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.50 |
| HSL | 34.55º | 0.15% | 0.44% | - |
| HSV(B) | 34.55º | 0.26% | 0.5% | - |
| XYZ | 16.98 | 17.45 | 13.3 | - |
| YUV | 116.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 95 | 0 | 0.11 | 0.26 | 0.50 | 34.55 | 0.15 | 0.44 |
| Hex | 80 | 72 | 5F | 0 | B | 1A | 32 | 23 | F | 2C |
| Octal | 200 | 162 | 137 | 0 | 13 | 32 | 62 | 43 | 17 | 54 |
| Binary | 10000000 | 1110010 | 1011111 | 0 | 1011 | 11010 | 110010 | 100011 | 1111 | 101100 |
Color Harmonies of #80725F
Complementary color
Monochromatic Colors of #80725F
Black with #80725F
Text Example
Text Example
White with #80725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80725F; }
p { color: rgb(128,114,95); }
H1.HeaderClassName
{
color: #80725F;
}
.AnyTagClassName
{
color: #80725F;
}
</style>
background-color css
<style>
a { background-color: #80725F; }
a { background-color: rgb(128,114,95); }
div.DivClassName
{
background-color: #80725F;
}
.BgClassName
{
background-color: #80725F;
}
</style>
border-color css
<style>
span { border-color: #80725F; }
span { border-color: rgb(128,114,95); }
td.TdClassName
{
border-color: #80725F;
}
.TagClassName
{
border-color: #80725F;
}
</style>