Shades of Stack #8C918C
Tints of Stack #8C918C
RGB
CMYK
RGB Variations
Color information
#8C918C (or 0x8C918C) is known color: Stack. HEX triplet: 8C, 91 and 8C. RGB value is (140,145,140). Sum of RGB (Red+Green+Blue) = 140+145+140=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 145 - color contains mainly: green. Hex color #8C918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C918C is #736E73. Grayscale: #8E8E8E. Windows color (decimal): -7564916 or 9212300. OLE color: 9212300.
HSL color Cylindrical-coordinate representation of color #8C918C: hue angle of 120º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C918C is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
RGB | 140 | 145 | 140 | - |
CMYK | 0.03 | 0 | 0.03 | 0.43 |
HSL | 120º | 0.02% | 0.56% | - |
HSV(B) | 120º | 0.03% | 0.57% | - |
XYZ | 25.67 | 27.72 | 28.81 | - |
YUV | 142.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 145 | 140 | 0.03 | 0 | 0.03 | 0.43 | 120 | 0.02 | 0.56 |
Hex | 8C | 91 | 8C | 3 | 0 | 3 | 2B | 78 | 2 | 38 |
Octal | 214 | 221 | 214 | 3 | 0 | 3 | 53 | 170 | 2 | 70 |
Binary | 10001100 | 10010001 | 10001100 | 11 | 0 | 11 | 101011 | 1111000 | 10 | 111000 |
Color Harmonies of #8C918C
Complementary color
Monochromatic Colors of #8C918C
Black with #8C918C
Text Example
Text Example
White with #8C918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C918C; }
p { color: rgb(140,145,140); }
H1.HeaderClassName
{
color: #8C918C;
}
.AnyTagClassName
{
color: #8C918C;
}
</style>
background-color css
<style>
a { background-color: #8C918C; }
a { background-color: rgb(140,145,140); }
div.DivClassName
{
background-color: #8C918C;
}
.BgClassName
{
background-color: #8C918C;
}
</style>
border-color css
<style>
span { border-color: #8C918C; }
span { border-color: rgb(140,145,140); }
td.TdClassName
{
border-color: #8C918C;
}
.TagClassName
{
border-color: #8C918C;
}
</style>