Shades of Stack #8D958C
Tints of Stack #8D958C
RGB
CMYK
RGB Variations
Color information
#8D958C (or 0x8D958C) is known color: Stack. HEX triplet: 8D, 95 and 8C. RGB value is (141,149,140). Sum of RGB (Red+Green+Blue) = 141+149+140=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 149 - color contains mainly: green. Hex color #8D958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D958C is #726A73. Grayscale: #919191. Windows color (decimal): -7498356 or 9213325. OLE color: 9213325.
HSL color Cylindrical-coordinate representation of color #8D958C: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D958C is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 140 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.42 |
| HSL | 113.33º | 0.04% | 0.57% | - |
| HSV(B) | 113.33º | 0.06% | 0.58% | - |
| XYZ | 26.47 | 29.05 | 29.02 | - |
| YUV | 145.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 140 | 0.05 | 0 | 0.06 | 0.42 | 113.33 | 0.04 | 0.57 |
| Hex | 8D | 95 | 8C | 5 | 0 | 6 | 2A | 71 | 4 | 39 |
| Octal | 215 | 225 | 214 | 5 | 0 | 6 | 52 | 161 | 4 | 71 |
| Binary | 10001101 | 10010101 | 10001100 | 101 | 0 | 110 | 101010 | 1110001 | 100 | 111001 |
Color Harmonies of #8D958C
Complementary color
Monochromatic Colors of #8D958C
Black with #8D958C
Text Example
Text Example
White with #8D958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D958C; }
p { color: rgb(141,149,140); }
H1.HeaderClassName
{
color: #8D958C;
}
.AnyTagClassName
{
color: #8D958C;
}
</style>
background-color css
<style>
a { background-color: #8D958C; }
a { background-color: rgb(141,149,140); }
div.DivClassName
{
background-color: #8D958C;
}
.BgClassName
{
background-color: #8D958C;
}
</style>
border-color css
<style>
span { border-color: #8D958C; }
span { border-color: rgb(141,149,140); }
td.TdClassName
{
border-color: #8D958C;
}
.TagClassName
{
border-color: #8D958C;
}
</style>