Shades of Stack #8A8B8A
Tints of Stack #8A8B8A
RGB
CMYK
RGB Variations
Color information
#8A8B8A (or 0x8A8B8A) is known color: Stack. HEX triplet: 8A, 8B and 8A. RGB value is (138,139,138). Sum of RGB (Red+Green+Blue) = 138+139+138=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8B8A is #757475. Grayscale: #8A8A8A. Windows color (decimal): -7697526 or 9079690. OLE color: 9079690.
HSL color Cylindrical-coordinate representation of color #8A8B8A: hue angle of 120º degrees, saturation: 0, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8A8B8A is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 139 | 138 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.45 |
| HSL | 120º | 0% | 0.54% | - |
| HSV(B) | 120º | 0.01% | 0.55% | - |
| XYZ | 24.3 | 25.7 | 27.73 | - |
| YUV | 138.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 138 | 0.01 | 0 | 0.01 | 0.45 | 120 | 0 | 0.54 |
| Hex | 8A | 8B | 8A | 1 | 0 | 1 | 2D | 78 | 0 | 36 |
| Octal | 212 | 213 | 212 | 1 | 0 | 1 | 55 | 170 | 0 | 66 |
| Binary | 10001010 | 10001011 | 10001010 | 1 | 0 | 1 | 101101 | 1111000 | 0 | 110110 |
Color Harmonies of #8A8B8A
Complementary color
Monochromatic Colors of #8A8B8A
Black with #8A8B8A
Text Example
Text Example
White with #8A8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8B8A; }
p { color: rgb(138,139,138); }
H1.HeaderClassName
{
color: #8A8B8A;
}
.AnyTagClassName
{
color: #8A8B8A;
}
</style>
background-color css
<style>
a { background-color: #8A8B8A; }
a { background-color: rgb(138,139,138); }
div.DivClassName
{
background-color: #8A8B8A;
}
.BgClassName
{
background-color: #8A8B8A;
}
</style>
border-color css
<style>
span { border-color: #8A8B8A; }
span { border-color: rgb(138,139,138); }
td.TdClassName
{
border-color: #8A8B8A;
}
.TagClassName
{
border-color: #8A8B8A;
}
</style>