Shades of Cement #8A785A
Tints of Cement #8A785A
RGB
CMYK
RGB Variations
Color information
#8A785A (or 0x8A785A) is known color: Cement. HEX triplet: 8A, 78 and 5A. RGB value is (138,120,90). Sum of RGB (Red+Green+Blue) = 138+120+90=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A785A is #7587A5. Grayscale: #7A7A7A. Windows color (decimal): -7702438 or 5929098. OLE color: 5929098.
HSL color Cylindrical-coordinate representation of color #8A785A: hue angle of 37.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A785A is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 120 | 90 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.46 |
| HSL | 37.5º | 0.21% | 0.45% | - |
| HSV(B) | 37.5º | 0.35% | 0.54% | - |
| XYZ | 19.04 | 19.57 | 12.45 | - |
| YUV | 121.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 90 | 0 | 0.13 | 0.35 | 0.46 | 37.5 | 0.21 | 0.45 |
| Hex | 8A | 78 | 5A | 0 | D | 23 | 2E | 26 | 15 | 2D |
| Octal | 212 | 170 | 132 | 0 | 15 | 43 | 56 | 46 | 25 | 55 |
| Binary | 10001010 | 1111000 | 1011010 | 0 | 1101 | 100011 | 101110 | 100110 | 10101 | 101101 |
Color Harmonies of #8A785A
Complementary color
Monochromatic Colors of #8A785A
Black with #8A785A
Text Example
Text Example
White with #8A785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A785A; }
p { color: rgb(138,120,90); }
H1.HeaderClassName
{
color: #8A785A;
}
.AnyTagClassName
{
color: #8A785A;
}
</style>
background-color css
<style>
a { background-color: #8A785A; }
a { background-color: rgb(138,120,90); }
div.DivClassName
{
background-color: #8A785A;
}
.BgClassName
{
background-color: #8A785A;
}
</style>
border-color css
<style>
span { border-color: #8A785A; }
span { border-color: rgb(138,120,90); }
td.TdClassName
{
border-color: #8A785A;
}
.TagClassName
{
border-color: #8A785A;
}
</style>