Shades of Stack #7F897F
Tints of Stack #7F897F
RGB
CMYK
RGB Variations
Color information
#7F897F (or 0x7F897F) is known color: Stack. HEX triplet: 7F, 89 and 7F. RGB value is (127,137,127). Sum of RGB (Red+Green+Blue) = 127+137+127=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 137 - color contains mainly: green. Hex color #7F897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F897F is #807680. Grayscale: #848484. Windows color (decimal): -8418945 or 8358271. OLE color: 8358271.
HSL color Cylindrical-coordinate representation of color #7F897F: hue angle of 120º 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 #7F897F is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 137 | 127 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.46 |
| HSL | 120º | 0.04% | 0.52% | - |
| HSV(B) | 120º | 0.07% | 0.54% | - |
| XYZ | 21.53 | 23.94 | 23.56 | - |
| YUV | 132.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 127 | 0.07 | 0 | 0.07 | 0.46 | 120 | 0.04 | 0.52 |
| Hex | 7F | 89 | 7F | 7 | 0 | 7 | 2E | 78 | 4 | 34 |
| Octal | 177 | 211 | 177 | 7 | 0 | 7 | 56 | 170 | 4 | 64 |
| Binary | 1111111 | 10001001 | 1111111 | 111 | 0 | 111 | 101110 | 1111000 | 100 | 110100 |
Color Harmonies of #7F897F
Complementary color
Monochromatic Colors of #7F897F
Black with #7F897F
Text Example
Text Example
White with #7F897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F897F; }
p { color: rgb(127,137,127); }
H1.HeaderClassName
{
color: #7F897F;
}
.AnyTagClassName
{
color: #7F897F;
}
</style>
background-color css
<style>
a { background-color: #7F897F; }
a { background-color: rgb(127,137,127); }
div.DivClassName
{
background-color: #7F897F;
}
.BgClassName
{
background-color: #7F897F;
}
</style>
border-color css
<style>
span { border-color: #7F897F; }
span { border-color: rgb(127,137,127); }
td.TdClassName
{
border-color: #7F897F;
}
.TagClassName
{
border-color: #7F897F;
}
</style>