Shades of Stack #7F8E7F
Tints of Stack #7F8E7F
RGB
CMYK
RGB Variations
Color information
#7F8E7F (or 0x7F8E7F) is known color: Stack. HEX triplet: 7F, 8E and 7F. RGB value is (127,142,127). Sum of RGB (Red+Green+Blue) = 127+142+127=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8E7F is #807180. Grayscale: #878787. Windows color (decimal): -8417665 or 8359551. OLE color: 8359551.
HSL color Cylindrical-coordinate representation of color #7F8E7F: hue angle of 120º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F8E7F is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 142 | 127 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.44 |
| HSL | 120º | 0.06% | 0.53% | - |
| HSV(B) | 120º | 0.11% | 0.56% | - |
| XYZ | 22.26 | 25.39 | 23.81 | - |
| YUV | 135.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 127 | 0.11 | 0 | 0.11 | 0.44 | 120 | 0.06 | 0.53 |
| Hex | 7F | 8E | 7F | B | 0 | B | 2C | 78 | 6 | 35 |
| Octal | 177 | 216 | 177 | 13 | 0 | 13 | 54 | 170 | 6 | 65 |
| Binary | 1111111 | 10001110 | 1111111 | 1011 | 0 | 1011 | 101100 | 1111000 | 110 | 110101 |
Color Harmonies of #7F8E7F
Complementary color
Monochromatic Colors of #7F8E7F
Black with #7F8E7F
Text Example
Text Example
White with #7F8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8E7F; }
p { color: rgb(127,142,127); }
H1.HeaderClassName
{
color: #7F8E7F;
}
.AnyTagClassName
{
color: #7F8E7F;
}
</style>
background-color css
<style>
a { background-color: #7F8E7F; }
a { background-color: rgb(127,142,127); }
div.DivClassName
{
background-color: #7F8E7F;
}
.BgClassName
{
background-color: #7F8E7F;
}
</style>
border-color css
<style>
span { border-color: #7F8E7F; }
span { border-color: rgb(127,142,127); }
td.TdClassName
{
border-color: #7F8E7F;
}
.TagClassName
{
border-color: #7F8E7F;
}
</style>