Shades of Stack #8B908A
Tints of Stack #8B908A
RGB
CMYK
RGB Variations
Color information
#8B908A (or 0x8B908A) is known color: Stack. HEX triplet: 8B, 90 and 8A. RGB value is (139,144,138). Sum of RGB (Red+Green+Blue) = 139+144+138=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 144 - color contains mainly: green. Hex color #8B908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B908A is #746F75. Grayscale: #8D8D8D. Windows color (decimal): -7630710 or 9080971. OLE color: 9080971.
HSL color Cylindrical-coordinate representation of color #8B908A: hue angle of 110º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B908A is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 144 | 138 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.44 |
| HSL | 110º | 0.03% | 0.55% | - |
| HSV(B) | 110º | 0.04% | 0.56% | - |
| XYZ | 25.21 | 27.27 | 27.98 | - |
| YUV | 141.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 138 | 0.03 | 0 | 0.04 | 0.44 | 110 | 0.03 | 0.55 |
| Hex | 8B | 90 | 8A | 3 | 0 | 4 | 2C | 6E | 3 | 37 |
| Octal | 213 | 220 | 212 | 3 | 0 | 4 | 54 | 156 | 3 | 67 |
| Binary | 10001011 | 10010000 | 10001010 | 11 | 0 | 100 | 101100 | 1101110 | 11 | 110111 |
Color Harmonies of #8B908A
Complementary color
Monochromatic Colors of #8B908A
Black with #8B908A
Text Example
Text Example
White with #8B908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B908A; }
p { color: rgb(139,144,138); }
H1.HeaderClassName
{
color: #8B908A;
}
.AnyTagClassName
{
color: #8B908A;
}
</style>
background-color css
<style>
a { background-color: #8B908A; }
a { background-color: rgb(139,144,138); }
div.DivClassName
{
background-color: #8B908A;
}
.BgClassName
{
background-color: #8B908A;
}
</style>
border-color css
<style>
span { border-color: #8B908A; }
span { border-color: rgb(139,144,138); }
td.TdClassName
{
border-color: #8B908A;
}
.TagClassName
{
border-color: #8B908A;
}
</style>