Shades of Stack #80897F
Tints of Stack #80897F
RGB
CMYK
RGB Variations
Color information
#80897F (or 0x80897F) is known color: Stack. HEX triplet: 80, 89 and 7F. RGB value is (128,137,127). Sum of RGB (Red+Green+Blue) = 128+137+127=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 137 - color contains mainly: green. Hex color #80897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80897F is #7F7680. Grayscale: #858585. Windows color (decimal): -8353409 or 8358272. OLE color: 8358272.
HSL color Cylindrical-coordinate representation of color #80897F: hue angle of 114º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80897F is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 127 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.46 |
| HSL | 114º | 0.04% | 0.52% | - |
| HSV(B) | 114º | 0.07% | 0.54% | - |
| XYZ | 21.68 | 24.01 | 23.57 | - |
| YUV | 133.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 127 | 0.07 | 0 | 0.07 | 0.46 | 114 | 0.04 | 0.52 |
| Hex | 80 | 89 | 7F | 7 | 0 | 7 | 2E | 72 | 4 | 34 |
| Octal | 200 | 211 | 177 | 7 | 0 | 7 | 56 | 162 | 4 | 64 |
| Binary | 10000000 | 10001001 | 1111111 | 111 | 0 | 111 | 101110 | 1110010 | 100 | 110100 |
Color Harmonies of #80897F
Complementary color
Monochromatic Colors of #80897F
Black with #80897F
Text Example
Text Example
White with #80897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80897F; }
p { color: rgb(128,137,127); }
H1.HeaderClassName
{
color: #80897F;
}
.AnyTagClassName
{
color: #80897F;
}
</style>
background-color css
<style>
a { background-color: #80897F; }
a { background-color: rgb(128,137,127); }
div.DivClassName
{
background-color: #80897F;
}
.BgClassName
{
background-color: #80897F;
}
</style>
border-color css
<style>
span { border-color: #80897F; }
span { border-color: rgb(128,137,127); }
td.TdClassName
{
border-color: #80897F;
}
.TagClassName
{
border-color: #80897F;
}
</style>