Shades of Cement #80705B
Tints of Cement #80705B
RGB
CMYK
RGB Variations
Color information
#80705B (or 0x80705B) is known color: Cement. HEX triplet: 80, 70 and 5B. RGB value is (128,112,91). Sum of RGB (Red+Green+Blue) = 128+112+91=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #80705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80705B is #7F8FA4. Grayscale: #727272. Windows color (decimal): -8359845 or 5992576. OLE color: 5992576.
HSL color Cylindrical-coordinate representation of color #80705B: hue angle of 34.05º 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 #80705B is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 91 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.50 |
| HSL | 34.05º | 0.17% | 0.43% | - |
| HSV(B) | 34.05º | 0.29% | 0.5% | - |
| XYZ | 16.58 | 16.93 | 12.29 | - |
| YUV | 114.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 91 | 0 | 0.12 | 0.29 | 0.50 | 34.05 | 0.17 | 0.43 |
| Hex | 80 | 70 | 5B | 0 | C | 1D | 32 | 22 | 11 | 2B |
| Octal | 200 | 160 | 133 | 0 | 14 | 35 | 62 | 42 | 21 | 53 |
| Binary | 10000000 | 1110000 | 1011011 | 0 | 1100 | 11101 | 110010 | 100010 | 10001 | 101011 |
Color Harmonies of #80705B
Complementary color
Monochromatic Colors of #80705B
Black with #80705B
Text Example
Text Example
White with #80705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80705B; }
p { color: rgb(128,112,91); }
H1.HeaderClassName
{
color: #80705B;
}
.AnyTagClassName
{
color: #80705B;
}
</style>
background-color css
<style>
a { background-color: #80705B; }
a { background-color: rgb(128,112,91); }
div.DivClassName
{
background-color: #80705B;
}
.BgClassName
{
background-color: #80705B;
}
</style>
border-color css
<style>
span { border-color: #80705B; }
span { border-color: rgb(128,112,91); }
td.TdClassName
{
border-color: #80705B;
}
.TagClassName
{
border-color: #80705B;
}
</style>