Shades of Stack #8C928B
Tints of Stack #8C928B
RGB
CMYK
RGB Variations
Color information
#8C928B (or 0x8C928B) is known color: Stack. HEX triplet: 8C, 92 and 8B. RGB value is (140,146,139). Sum of RGB (Red+Green+Blue) = 140+146+139=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 146 - color contains mainly: green. Hex color #8C928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C928B is #736D74. Grayscale: #8F8F8F. Windows color (decimal): -7564661 or 9147020. OLE color: 9147020.
HSL color Cylindrical-coordinate representation of color #8C928B: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C928B is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 139 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.43 |
| HSL | 111.43º | 0.03% | 0.56% | - |
| HSV(B) | 111.43º | 0.05% | 0.57% | - |
| XYZ | 25.75 | 28 | 28.47 | - |
| YUV | 143.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 139 | 0.04 | 0 | 0.05 | 0.43 | 111.43 | 0.03 | 0.56 |
| Hex | 8C | 92 | 8B | 4 | 0 | 5 | 2B | 6F | 3 | 38 |
| Octal | 214 | 222 | 213 | 4 | 0 | 5 | 53 | 157 | 3 | 70 |
| Binary | 10001100 | 10010010 | 10001011 | 100 | 0 | 101 | 101011 | 1101111 | 11 | 111000 |
Color Harmonies of #8C928B
Complementary color
Monochromatic Colors of #8C928B
Black with #8C928B
Text Example
Text Example
White with #8C928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C928B; }
p { color: rgb(140,146,139); }
H1.HeaderClassName
{
color: #8C928B;
}
.AnyTagClassName
{
color: #8C928B;
}
</style>
background-color css
<style>
a { background-color: #8C928B; }
a { background-color: rgb(140,146,139); }
div.DivClassName
{
background-color: #8C928B;
}
.BgClassName
{
background-color: #8C928B;
}
</style>
border-color css
<style>
span { border-color: #8C928B; }
span { border-color: rgb(140,146,139); }
td.TdClassName
{
border-color: #8C928B;
}
.TagClassName
{
border-color: #8C928B;
}
</style>