Shades of Cement #80725E
Tints of Cement #80725E
RGB
CMYK
RGB Variations
Color information
#80725E (or 0x80725E) is known color: Cement. HEX triplet: 80, 72 and 5E. RGB value is (128,114,94). Sum of RGB (Red+Green+Blue) = 128+114+94=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #80725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80725E is #7F8DA1. Grayscale: #747474. Windows color (decimal): -8359330 or 6189696. OLE color: 6189696.
HSL color Cylindrical-coordinate representation of color #80725E: hue angle of 35.29º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80725E is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 94 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.50 |
| HSL | 35.29º | 0.15% | 0.44% | - |
| HSV(B) | 35.29º | 0.27% | 0.5% | - |
| XYZ | 16.94 | 17.43 | 13.06 | - |
| YUV | 115.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 94 | 0 | 0.11 | 0.27 | 0.50 | 35.29 | 0.15 | 0.44 |
| Hex | 80 | 72 | 5E | 0 | B | 1B | 32 | 23 | F | 2C |
| Octal | 200 | 162 | 136 | 0 | 13 | 33 | 62 | 43 | 17 | 54 |
| Binary | 10000000 | 1110010 | 1011110 | 0 | 1011 | 11011 | 110010 | 100011 | 1111 | 101100 |
Color Harmonies of #80725E
Complementary color
Monochromatic Colors of #80725E
Black with #80725E
Text Example
Text Example
White with #80725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80725E; }
p { color: rgb(128,114,94); }
H1.HeaderClassName
{
color: #80725E;
}
.AnyTagClassName
{
color: #80725E;
}
</style>
background-color css
<style>
a { background-color: #80725E; }
a { background-color: rgb(128,114,94); }
div.DivClassName
{
background-color: #80725E;
}
.BgClassName
{
background-color: #80725E;
}
</style>
border-color css
<style>
span { border-color: #80725E; }
span { border-color: rgb(128,114,94); }
td.TdClassName
{
border-color: #80725E;
}
.TagClassName
{
border-color: #80725E;
}
</style>