Shades of Cement #8A745A
Tints of Cement #8A745A
RGB
CMYK
RGB Variations
Color information
#8A745A (or 0x8A745A) is known color: Cement. HEX triplet: 8A, 74 and 5A. RGB value is (138,116,90). Sum of RGB (Red+Green+Blue) = 138+116+90=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A745A is #758BA5. Grayscale: #777777. Windows color (decimal): -7703462 or 5928074. OLE color: 5928074.
HSL color Cylindrical-coordinate representation of color #8A745A: hue angle of 32.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 #8A745A is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 116 | 90 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.46 |
| HSL | 32.5º | 0.21% | 0.45% | - |
| HSV(B) | 32.5º | 0.35% | 0.54% | - |
| XYZ | 18.57 | 18.63 | 12.29 | - |
| YUV | 119.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 90 | 0 | 0.16 | 0.35 | 0.46 | 32.5 | 0.21 | 0.45 |
| Hex | 8A | 74 | 5A | 0 | 10 | 23 | 2E | 20 | 15 | 2D |
| Octal | 212 | 164 | 132 | 0 | 20 | 43 | 56 | 40 | 25 | 55 |
| Binary | 10001010 | 1110100 | 1011010 | 0 | 10000 | 100011 | 101110 | 100000 | 10101 | 101101 |
Color Harmonies of #8A745A
Complementary color
Monochromatic Colors of #8A745A
Black with #8A745A
Text Example
Text Example
White with #8A745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A745A; }
p { color: rgb(138,116,90); }
H1.HeaderClassName
{
color: #8A745A;
}
.AnyTagClassName
{
color: #8A745A;
}
</style>
background-color css
<style>
a { background-color: #8A745A; }
a { background-color: rgb(138,116,90); }
div.DivClassName
{
background-color: #8A745A;
}
.BgClassName
{
background-color: #8A745A;
}
</style>
border-color css
<style>
span { border-color: #8A745A; }
span { border-color: rgb(138,116,90); }
td.TdClassName
{
border-color: #8A745A;
}
.TagClassName
{
border-color: #8A745A;
}
</style>