Shades of Cement #8A7055
Tints of Cement #8A7055
RGB
CMYK
RGB Variations
Color information
#8A7055 (or 0x8A7055) is known color: Cement. HEX triplet: 8A, 70 and 55. RGB value is (138,112,85). Sum of RGB (Red+Green+Blue) = 138+112+85=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7055 is #758FAA. Grayscale: #747474. Windows color (decimal): -7704491 or 5599370. OLE color: 5599370.
HSL color Cylindrical-coordinate representation of color #8A7055: hue angle of 30.57º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A7055 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 85 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.46 |
| HSL | 30.57º | 0.24% | 0.44% | - |
| HSV(B) | 30.57º | 0.38% | 0.54% | - |
| XYZ | 17.92 | 17.65 | 11.06 | - |
| YUV | 116.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 85 | 0 | 0.19 | 0.38 | 0.46 | 30.57 | 0.24 | 0.44 |
| Hex | 8A | 70 | 55 | 0 | 13 | 26 | 2E | 1F | 18 | 2C |
| Octal | 212 | 160 | 125 | 0 | 23 | 46 | 56 | 37 | 30 | 54 |
| Binary | 10001010 | 1110000 | 1010101 | 0 | 10011 | 100110 | 101110 | 11111 | 11000 | 101100 |
Color Harmonies of #8A7055
Complementary color
Monochromatic Colors of #8A7055
Black with #8A7055
Text Example
Text Example
White with #8A7055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7055; }
p { color: rgb(138,112,85); }
H1.HeaderClassName
{
color: #8A7055;
}
.AnyTagClassName
{
color: #8A7055;
}
</style>
background-color css
<style>
a { background-color: #8A7055; }
a { background-color: rgb(138,112,85); }
div.DivClassName
{
background-color: #8A7055;
}
.BgClassName
{
background-color: #8A7055;
}
</style>
border-color css
<style>
span { border-color: #8A7055; }
span { border-color: rgb(138,112,85); }
td.TdClassName
{
border-color: #8A7055;
}
.TagClassName
{
border-color: #8A7055;
}
</style>