Shades of Stack #8C928C
Tints of Stack #8C928C
RGB
CMYK
RGB Variations
Color information
#8C928C (or 0x8C928C) is known color: Stack. HEX triplet: 8C, 92 and 8C. RGB value is (140,146,140). Sum of RGB (Red+Green+Blue) = 140+146+140=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 146 - color contains mainly: green. Hex color #8C928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C928C is #736D73. Grayscale: #8F8F8F. Windows color (decimal): -7564660 or 9212556. OLE color: 9212556.
HSL color Cylindrical-coordinate representation of color #8C928C: hue angle of 120º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8C928C is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 140 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.43 |
| HSL | 120º | 0.03% | 0.56% | - |
| HSV(B) | 120º | 0.04% | 0.57% | - |
| XYZ | 25.83 | 28.03 | 28.86 | - |
| YUV | 143.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 140 | 0.04 | 0 | 0.04 | 0.43 | 120 | 0.03 | 0.56 |
| Hex | 8C | 92 | 8C | 4 | 0 | 4 | 2B | 78 | 3 | 38 |
| Octal | 214 | 222 | 214 | 4 | 0 | 4 | 53 | 170 | 3 | 70 |
| Binary | 10001100 | 10010010 | 10001100 | 100 | 0 | 100 | 101011 | 1111000 | 11 | 111000 |
Color Harmonies of #8C928C
Complementary color
Monochromatic Colors of #8C928C
Black with #8C928C
Text Example
Text Example
White with #8C928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C928C; }
p { color: rgb(140,146,140); }
H1.HeaderClassName
{
color: #8C928C;
}
.AnyTagClassName
{
color: #8C928C;
}
</style>
background-color css
<style>
a { background-color: #8C928C; }
a { background-color: rgb(140,146,140); }
div.DivClassName
{
background-color: #8C928C;
}
.BgClassName
{
background-color: #8C928C;
}
</style>
border-color css
<style>
span { border-color: #8C928C; }
span { border-color: rgb(140,146,140); }
td.TdClassName
{
border-color: #8C928C;
}
.TagClassName
{
border-color: #8C928C;
}
</style>