Shades of Stack #808D7F
Tints of Stack #808D7F
RGB
CMYK
RGB Variations
Color information
#808D7F (or 0x808D7F) is known color: Stack. HEX triplet: 80, 8D and 7F. RGB value is (128,141,127). Sum of RGB (Red+Green+Blue) = 128+141+127=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #808D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D7F is #7F7280. Grayscale: #878787. Windows color (decimal): -8352385 or 8359296. OLE color: 8359296.
HSL color Cylindrical-coordinate representation of color #808D7F: hue angle of 115.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808D7F is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 127 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.45 |
| HSL | 115.71º | 0.06% | 0.53% | - |
| HSV(B) | 115.71º | 0.1% | 0.55% | - |
| XYZ | 22.26 | 25.17 | 23.76 | - |
| YUV | 135.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 127 | 0.09 | 0 | 0.10 | 0.45 | 115.71 | 0.06 | 0.53 |
| Hex | 80 | 8D | 7F | 9 | 0 | A | 2D | 74 | 6 | 35 |
| Octal | 200 | 215 | 177 | 11 | 0 | 12 | 55 | 164 | 6 | 65 |
| Binary | 10000000 | 10001101 | 1111111 | 1001 | 0 | 1010 | 101101 | 1110100 | 110 | 110101 |
Color Harmonies of #808D7F
Complementary color
Monochromatic Colors of #808D7F
Black with #808D7F
Text Example
Text Example
White with #808D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D7F; }
p { color: rgb(128,141,127); }
H1.HeaderClassName
{
color: #808D7F;
}
.AnyTagClassName
{
color: #808D7F;
}
</style>
background-color css
<style>
a { background-color: #808D7F; }
a { background-color: rgb(128,141,127); }
div.DivClassName
{
background-color: #808D7F;
}
.BgClassName
{
background-color: #808D7F;
}
</style>
border-color css
<style>
span { border-color: #808D7F; }
span { border-color: rgb(128,141,127); }
td.TdClassName
{
border-color: #808D7F;
}
.TagClassName
{
border-color: #808D7F;
}
</style>