Shades of Stack #819C82
Tints of Stack #819C82
RGB
CMYK
RGB Variations
Color information
#819C82 (or 0x819C82) is known color: Stack. HEX triplet: 81, 9C and 82. RGB value is (129,156,130). Sum of RGB (Red+Green+Blue) = 129+156+130=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #819C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819C82 is #7E637D. Grayscale: #919191. Windows color (decimal): -8283006 or 8559745. OLE color: 8559745.
HSL color Cylindrical-coordinate representation of color #819C82: hue angle of 122.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #819C82 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 130 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.39 |
| HSL | 122.22º | 0.12% | 0.56% | - |
| HSV(B) | 122.22º | 0.17% | 0.61% | - |
| XYZ | 24.97 | 30.06 | 25.6 | - |
| YUV | 144.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 130 | 0.17 | 0 | 0.17 | 0.39 | 122.22 | 0.12 | 0.56 |
| Hex | 81 | 9C | 82 | 11 | 0 | 11 | 27 | 7A | C | 38 |
| Octal | 201 | 234 | 202 | 21 | 0 | 21 | 47 | 172 | 14 | 70 |
| Binary | 10000001 | 10011100 | 10000010 | 10001 | 0 | 10001 | 100111 | 1111010 | 1100 | 111000 |
Color Harmonies of #819C82
Complementary color
Monochromatic Colors of #819C82
Black with #819C82
Text Example
Text Example
White with #819C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C82; }
p { color: rgb(129,156,130); }
H1.HeaderClassName
{
color: #819C82;
}
.AnyTagClassName
{
color: #819C82;
}
</style>
background-color css
<style>
a { background-color: #819C82; }
a { background-color: rgb(129,156,130); }
div.DivClassName
{
background-color: #819C82;
}
.BgClassName
{
background-color: #819C82;
}
</style>
border-color css
<style>
span { border-color: #819C82; }
span { border-color: rgb(129,156,130); }
td.TdClassName
{
border-color: #819C82;
}
.TagClassName
{
border-color: #819C82;
}
</style>