Shades of Heathered Grey #8C8B8A
Tints of Heathered Grey #8C8B8A
RGB
CMYK
RGB Variations
Color information
#8C8B8A (or 0x8C8B8A) is known color: Heathered Grey. HEX triplet: 8C, 8B and 8A. RGB value is (140,139,138). Sum of RGB (Red+Green+Blue) = 140+139+138=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8B8A is #737475. Grayscale: #8B8B8B. Windows color (decimal): -7566454 or 9079692. OLE color: 9079692.
HSL color Cylindrical-coordinate representation of color #8C8B8A: hue angle of 30º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8C8B8A is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 139 | 138 | - |
CMYK | 0 | 0.01 | 0.01 | 0.45 |
HSL | 30º | 0.01% | 0.55% | - |
HSV(B) | 30º | 0.01% | 0.55% | - |
XYZ | 24.64 | 25.88 | 27.74 | - |
YUV | 139.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 139 | 138 | 0 | 0.01 | 0.01 | 0.45 | 30 | 0.01 | 0.55 |
Hex | 8C | 8B | 8A | 0 | 1 | 1 | 2D | 1E | 1 | 37 |
Octal | 214 | 213 | 212 | 0 | 1 | 1 | 55 | 36 | 1 | 67 |
Binary | 10001100 | 10001011 | 10001010 | 0 | 1 | 1 | 101101 | 11110 | 1 | 110111 |
Color Harmonies of #8C8B8A
Complementary color
Monochromatic Colors of #8C8B8A
Black with #8C8B8A
Text Example
Text Example
White with #8C8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B8A; }
p { color: rgb(140,139,138); }
H1.HeaderClassName
{
color: #8C8B8A;
}
.AnyTagClassName
{
color: #8C8B8A;
}
</style>
background-color css
<style>
a { background-color: #8C8B8A; }
a { background-color: rgb(140,139,138); }
div.DivClassName
{
background-color: #8C8B8A;
}
.BgClassName
{
background-color: #8C8B8A;
}
</style>
border-color css
<style>
span { border-color: #8C8B8A; }
span { border-color: rgb(140,139,138); }
td.TdClassName
{
border-color: #8C8B8A;
}
.TagClassName
{
border-color: #8C8B8A;
}
</style>