Shades of Stack #81977F
Tints of Stack #81977F
RGB
CMYK
RGB Variations
Color information
#81977F (or 0x81977F) is known color: Stack. HEX triplet: 81, 97 and 7F. RGB value is (129,151,127). Sum of RGB (Red+Green+Blue) = 129+151+127=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #81977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81977F is #7E6880. Grayscale: #8D8D8D. Windows color (decimal): -8284289 or 8361857. OLE color: 8361857.
HSL color Cylindrical-coordinate representation of color #81977F: hue angle of 115º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81977F is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 151 | 127 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.41 |
| HSL | 115º | 0.1% | 0.55% | - |
| HSV(B) | 115º | 0.16% | 0.59% | - |
| XYZ | 23.95 | 28.33 | 24.29 | - |
| YUV | 141.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 127 | 0.15 | 0 | 0.16 | 0.41 | 115 | 0.1 | 0.55 |
| Hex | 81 | 97 | 7F | F | 0 | 10 | 29 | 73 | A | 37 |
| Octal | 201 | 227 | 177 | 17 | 0 | 20 | 51 | 163 | 12 | 67 |
| Binary | 10000001 | 10010111 | 1111111 | 1111 | 0 | 10000 | 101001 | 1110011 | 1010 | 110111 |
Color Harmonies of #81977F
Complementary color
Monochromatic Colors of #81977F
Black with #81977F
Text Example
Text Example
White with #81977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81977F; }
p { color: rgb(129,151,127); }
H1.HeaderClassName
{
color: #81977F;
}
.AnyTagClassName
{
color: #81977F;
}
</style>
background-color css
<style>
a { background-color: #81977F; }
a { background-color: rgb(129,151,127); }
div.DivClassName
{
background-color: #81977F;
}
.BgClassName
{
background-color: #81977F;
}
</style>
border-color css
<style>
span { border-color: #81977F; }
span { border-color: rgb(129,151,127); }
td.TdClassName
{
border-color: #81977F;
}
.TagClassName
{
border-color: #81977F;
}
</style>