Shades of Heathered Grey #8C8882
Tints of Heathered Grey #8C8882
RGB
CMYK
RGB Variations
Color information
#8C8882 (or 0x8C8882) is known color: Heathered Grey. HEX triplet: 8C, 88 and 82. RGB value is (140,136,130). Sum of RGB (Red+Green+Blue) = 140+136+130=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8882 is #73777D. Grayscale: #888888. Windows color (decimal): -7567230 or 8554636. OLE color: 8554636.
HSL color Cylindrical-coordinate representation of color #8C8882: hue angle of 36º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C8882 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 130 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.45 |
| HSL | 36º | 0.04% | 0.53% | - |
| HSV(B) | 36º | 0.07% | 0.55% | - |
| XYZ | 23.65 | 24.8 | 24.66 | - |
| YUV | 136.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 130 | 0 | 0.03 | 0.07 | 0.45 | 36 | 0.04 | 0.53 |
| Hex | 8C | 88 | 82 | 0 | 3 | 7 | 2D | 24 | 4 | 35 |
| Octal | 214 | 210 | 202 | 0 | 3 | 7 | 55 | 44 | 4 | 65 |
| Binary | 10001100 | 10001000 | 10000010 | 0 | 11 | 111 | 101101 | 100100 | 100 | 110101 |
Color Harmonies of #8C8882
Complementary color
Monochromatic Colors of #8C8882
Black with #8C8882
Text Example
Text Example
White with #8C8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8882; }
p { color: rgb(140,136,130); }
H1.HeaderClassName
{
color: #8C8882;
}
.AnyTagClassName
{
color: #8C8882;
}
</style>
background-color css
<style>
a { background-color: #8C8882; }
a { background-color: rgb(140,136,130); }
div.DivClassName
{
background-color: #8C8882;
}
.BgClassName
{
background-color: #8C8882;
}
</style>
border-color css
<style>
span { border-color: #8C8882; }
span { border-color: rgb(140,136,130); }
td.TdClassName
{
border-color: #8C8882;
}
.TagClassName
{
border-color: #8C8882;
}
</style>