Shades of Stack #809781
Tints of Stack #809781
RGB
CMYK
RGB Variations
Color information
#809781 (or 0x809781) is known color: Stack. HEX triplet: 80, 97 and 81. RGB value is (128,151,129). Sum of RGB (Red+Green+Blue) = 128+151+129=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #809781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809781 is #7F687E. Grayscale: #8D8D8D. Windows color (decimal): -8349823 or 8492928. OLE color: 8492928.
HSL color Cylindrical-coordinate representation of color #809781: hue angle of 122.61º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #809781 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 151 | 129 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.41 |
| HSL | 122.61º | 0.1% | 0.55% | - |
| HSV(B) | 122.61º | 0.15% | 0.59% | - |
| XYZ | 23.93 | 28.31 | 24.97 | - |
| YUV | 141.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 129 | 0.15 | 0 | 0.15 | 0.41 | 122.61 | 0.1 | 0.55 |
| Hex | 80 | 97 | 81 | F | 0 | F | 29 | 7B | A | 37 |
| Octal | 200 | 227 | 201 | 17 | 0 | 17 | 51 | 173 | 12 | 67 |
| Binary | 10000000 | 10010111 | 10000001 | 1111 | 0 | 1111 | 101001 | 1111011 | 1010 | 110111 |
Color Harmonies of #809781
Complementary color
Monochromatic Colors of #809781
Black with #809781
Text Example
Text Example
White with #809781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809781; }
p { color: rgb(128,151,129); }
H1.HeaderClassName
{
color: #809781;
}
.AnyTagClassName
{
color: #809781;
}
</style>
background-color css
<style>
a { background-color: #809781; }
a { background-color: rgb(128,151,129); }
div.DivClassName
{
background-color: #809781;
}
.BgClassName
{
background-color: #809781;
}
</style>
border-color css
<style>
span { border-color: #809781; }
span { border-color: rgb(128,151,129); }
td.TdClassName
{
border-color: #809781;
}
.TagClassName
{
border-color: #809781;
}
</style>