Shades of Stack #8C938C
Tints of Stack #8C938C
RGB
CMYK
RGB Variations
Color information
#8C938C (or 0x8C938C) is known color: Stack. HEX triplet: 8C, 93 and 8C. RGB value is (140,147,140). Sum of RGB (Red+Green+Blue) = 140+147+140=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #8C938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C938C is #736C73. Grayscale: #909090. Windows color (decimal): -7564404 or 9212812. OLE color: 9212812.
HSL color Cylindrical-coordinate representation of color #8C938C: hue angle of 120º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C938C is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 140 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.42 |
| HSL | 120º | 0.03% | 0.56% | - |
| HSV(B) | 120º | 0.05% | 0.58% | - |
| XYZ | 25.98 | 28.34 | 28.91 | - |
| YUV | 144.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 140 | 0.05 | 0 | 0.05 | 0.42 | 120 | 0.03 | 0.56 |
| Hex | 8C | 93 | 8C | 5 | 0 | 5 | 2A | 78 | 3 | 38 |
| Octal | 214 | 223 | 214 | 5 | 0 | 5 | 52 | 170 | 3 | 70 |
| Binary | 10001100 | 10010011 | 10001100 | 101 | 0 | 101 | 101010 | 1111000 | 11 | 111000 |
Color Harmonies of #8C938C
Complementary color
Monochromatic Colors of #8C938C
Black with #8C938C
Text Example
Text Example
White with #8C938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C938C; }
p { color: rgb(140,147,140); }
H1.HeaderClassName
{
color: #8C938C;
}
.AnyTagClassName
{
color: #8C938C;
}
</style>
background-color css
<style>
a { background-color: #8C938C; }
a { background-color: rgb(140,147,140); }
div.DivClassName
{
background-color: #8C938C;
}
.BgClassName
{
background-color: #8C938C;
}
</style>
border-color css
<style>
span { border-color: #8C938C; }
span { border-color: rgb(140,147,140); }
td.TdClassName
{
border-color: #8C938C;
}
.TagClassName
{
border-color: #8C938C;
}
</style>