Shades of Cement #8A7556
Tints of Cement #8A7556
RGB
CMYK
RGB Variations
Color information
#8A7556 (or 0x8A7556) is known color: Cement. HEX triplet: 8A, 75 and 56. RGB value is (138,117,86). Sum of RGB (Red+Green+Blue) = 138+117+86=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7556 is #758AA9. Grayscale: #777777. Windows color (decimal): -7703210 or 5666186. OLE color: 5666186.
HSL color Cylindrical-coordinate representation of color #8A7556: hue angle of 35.77º degrees, saturation: 0.23, 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 #8A7556 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 86 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.46 |
| HSL | 35.77º | 0.23% | 0.44% | - |
| HSV(B) | 35.77º | 0.38% | 0.54% | - |
| XYZ | 18.52 | 18.8 | 11.46 | - |
| YUV | 119.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 86 | 0 | 0.15 | 0.38 | 0.46 | 35.77 | 0.23 | 0.44 |
| Hex | 8A | 75 | 56 | 0 | F | 26 | 2E | 24 | 17 | 2C |
| Octal | 212 | 165 | 126 | 0 | 17 | 46 | 56 | 44 | 27 | 54 |
| Binary | 10001010 | 1110101 | 1010110 | 0 | 1111 | 100110 | 101110 | 100100 | 10111 | 101100 |
Color Harmonies of #8A7556
Complementary color
Monochromatic Colors of #8A7556
Black with #8A7556
Text Example
Text Example
White with #8A7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7556; }
p { color: rgb(138,117,86); }
H1.HeaderClassName
{
color: #8A7556;
}
.AnyTagClassName
{
color: #8A7556;
}
</style>
background-color css
<style>
a { background-color: #8A7556; }
a { background-color: rgb(138,117,86); }
div.DivClassName
{
background-color: #8A7556;
}
.BgClassName
{
background-color: #8A7556;
}
</style>
border-color css
<style>
span { border-color: #8A7556; }
span { border-color: rgb(138,117,86); }
td.TdClassName
{
border-color: #8A7556;
}
.TagClassName
{
border-color: #8A7556;
}
</style>