Shades of Stack #819882
Tints of Stack #819882
RGB
CMYK
RGB Variations
Color information
#819882 (or 0x819882) is known color: Stack. HEX triplet: 81, 98 and 82. RGB value is (129,152,130). Sum of RGB (Red+Green+Blue) = 129+152+130=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #819882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819882 is #7E677D. Grayscale: #8E8E8E. Windows color (decimal): -8284030 or 8558721. OLE color: 8558721.
HSL color Cylindrical-coordinate representation of color #819882: hue angle of 122.61º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #819882 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 152 | 130 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.40 |
| HSL | 122.61º | 0.1% | 0.55% | - |
| HSV(B) | 122.61º | 0.15% | 0.6% | - |
| XYZ | 24.31 | 28.74 | 25.38 | - |
| YUV | 142.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 130 | 0.15 | 0 | 0.14 | 0.40 | 122.61 | 0.1 | 0.55 |
| Hex | 81 | 98 | 82 | F | 0 | E | 28 | 7B | A | 37 |
| Octal | 201 | 230 | 202 | 17 | 0 | 16 | 50 | 173 | 12 | 67 |
| Binary | 10000001 | 10011000 | 10000010 | 1111 | 0 | 1110 | 101000 | 1111011 | 1010 | 110111 |
Color Harmonies of #819882
Complementary color
Monochromatic Colors of #819882
Black with #819882
Text Example
Text Example
White with #819882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819882; }
p { color: rgb(129,152,130); }
H1.HeaderClassName
{
color: #819882;
}
.AnyTagClassName
{
color: #819882;
}
</style>
background-color css
<style>
a { background-color: #819882; }
a { background-color: rgb(129,152,130); }
div.DivClassName
{
background-color: #819882;
}
.BgClassName
{
background-color: #819882;
}
</style>
border-color css
<style>
span { border-color: #819882; }
span { border-color: rgb(129,152,130); }
td.TdClassName
{
border-color: #819882;
}
.TagClassName
{
border-color: #819882;
}
</style>