Shades of Heathered Grey #8C8A88
Tints of Heathered Grey #8C8A88
RGB
CMYK
RGB Variations
Color information
#8C8A88 (or 0x8C8A88) is known color: Heathered Grey. HEX triplet: 8C, 8A and 88. RGB value is (140,138,136). Sum of RGB (Red+Green+Blue) = 140+138+136=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A88 is #737577. Grayscale: #8A8A8A. Windows color (decimal): -7566712 or 8948364. OLE color: 8948364.
HSL color Cylindrical-coordinate representation of color #8C8A88: hue angle of 30º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C8A88 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 138 | 136 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.45 |
| HSL | 30º | 0.02% | 0.54% | - |
| HSV(B) | 30º | 0.03% | 0.55% | - |
| XYZ | 24.35 | 25.53 | 26.94 | - |
| YUV | 138.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 136 | 0 | 0.01 | 0.03 | 0.45 | 30 | 0.02 | 0.54 |
| Hex | 8C | 8A | 88 | 0 | 1 | 3 | 2D | 1E | 2 | 36 |
| Octal | 214 | 212 | 210 | 0 | 1 | 3 | 55 | 36 | 2 | 66 |
| Binary | 10001100 | 10001010 | 10001000 | 0 | 1 | 11 | 101101 | 11110 | 10 | 110110 |
Color Harmonies of #8C8A88
Complementary color
Monochromatic Colors of #8C8A88
Black with #8C8A88
Text Example
Text Example
White with #8C8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A88; }
p { color: rgb(140,138,136); }
H1.HeaderClassName
{
color: #8C8A88;
}
.AnyTagClassName
{
color: #8C8A88;
}
</style>
background-color css
<style>
a { background-color: #8C8A88; }
a { background-color: rgb(140,138,136); }
div.DivClassName
{
background-color: #8C8A88;
}
.BgClassName
{
background-color: #8C8A88;
}
</style>
border-color css
<style>
span { border-color: #8C8A88; }
span { border-color: rgb(140,138,136); }
td.TdClassName
{
border-color: #8C8A88;
}
.TagClassName
{
border-color: #8C8A88;
}
</style>