Shades of Stack #809182
Tints of Stack #809182
RGB
CMYK
RGB Variations
Color information
#809182 (or 0x809182) is known color: Stack. HEX triplet: 80, 91 and 82. RGB value is (128,145,130). Sum of RGB (Red+Green+Blue) = 128+145+130=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #809182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809182 is #7F6E7D. Grayscale: #8A8A8A. Windows color (decimal): -8351358 or 8556928. OLE color: 8556928.
HSL color Cylindrical-coordinate representation of color #809182: hue angle of 127.06º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #809182 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 130 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.43 |
| HSL | 127.06º | 0.07% | 0.54% | - |
| HSV(B) | 127.06º | 0.12% | 0.57% | - |
| XYZ | 23.06 | 26.45 | 25.01 | - |
| YUV | 138.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 130 | 0.12 | 0 | 0.10 | 0.43 | 127.06 | 0.07 | 0.54 |
| Hex | 80 | 91 | 82 | C | 0 | A | 2B | 7F | 7 | 36 |
| Octal | 200 | 221 | 202 | 14 | 0 | 12 | 53 | 177 | 7 | 66 |
| Binary | 10000000 | 10010001 | 10000010 | 1100 | 0 | 1010 | 101011 | 1111111 | 111 | 110110 |
Color Harmonies of #809182
Complementary color
Monochromatic Colors of #809182
Black with #809182
Text Example
Text Example
White with #809182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809182; }
p { color: rgb(128,145,130); }
H1.HeaderClassName
{
color: #809182;
}
.AnyTagClassName
{
color: #809182;
}
</style>
background-color css
<style>
a { background-color: #809182; }
a { background-color: rgb(128,145,130); }
div.DivClassName
{
background-color: #809182;
}
.BgClassName
{
background-color: #809182;
}
</style>
border-color css
<style>
span { border-color: #809182; }
span { border-color: rgb(128,145,130); }
td.TdClassName
{
border-color: #809182;
}
.TagClassName
{
border-color: #809182;
}
</style>