Shades of Stack #8B928A
Tints of Stack #8B928A
RGB
CMYK
RGB Variations
Color information
#8B928A (or 0x8B928A) is known color: Stack. HEX triplet: 8B, 92 and 8A. RGB value is (139,146,138). Sum of RGB (Red+Green+Blue) = 139+146+138=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 146 - color contains mainly: green. Hex color #8B928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B928A is #746D75. Grayscale: #8F8F8F. Windows color (decimal): -7630198 or 9081483. OLE color: 9081483.
HSL color Cylindrical-coordinate representation of color #8B928A: hue angle of 112.5º degrees, saturation: 0.04, 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 #8B928A is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 146 | 138 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.43 |
| HSL | 112.5º | 0.04% | 0.56% | - |
| HSV(B) | 112.5º | 0.05% | 0.57% | - |
| XYZ | 25.51 | 27.88 | 28.08 | - |
| YUV | 143 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 138 | 0.05 | 0 | 0.05 | 0.43 | 112.5 | 0.04 | 0.56 |
| Hex | 8B | 92 | 8A | 5 | 0 | 5 | 2B | 70 | 4 | 38 |
| Octal | 213 | 222 | 212 | 5 | 0 | 5 | 53 | 160 | 4 | 70 |
| Binary | 10001011 | 10010010 | 10001010 | 101 | 0 | 101 | 101011 | 1110000 | 100 | 111000 |
Color Harmonies of #8B928A
Complementary color
Monochromatic Colors of #8B928A
Black with #8B928A
Text Example
Text Example
White with #8B928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B928A; }
p { color: rgb(139,146,138); }
H1.HeaderClassName
{
color: #8B928A;
}
.AnyTagClassName
{
color: #8B928A;
}
</style>
background-color css
<style>
a { background-color: #8B928A; }
a { background-color: rgb(139,146,138); }
div.DivClassName
{
background-color: #8B928A;
}
.BgClassName
{
background-color: #8B928A;
}
</style>
border-color css
<style>
span { border-color: #8B928A; }
span { border-color: rgb(139,146,138); }
td.TdClassName
{
border-color: #8B928A;
}
.TagClassName
{
border-color: #8B928A;
}
</style>