Shades of Stack #7F8D7F
Tints of Stack #7F8D7F
RGB
CMYK
RGB Variations
Color information
#7F8D7F (or 0x7F8D7F) is known color: Stack. HEX triplet: 7F, 8D and 7F. RGB value is (127,141,127). Sum of RGB (Red+Green+Blue) = 127+141+127=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8D7F is #807280. Grayscale: #878787. Windows color (decimal): -8417921 or 8359295. OLE color: 8359295.
HSL color Cylindrical-coordinate representation of color #7F8D7F: hue angle of 120º 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 #7F8D7F is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 141 | 127 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.45 |
| HSL | 120º | 0.06% | 0.53% | - |
| HSV(B) | 120º | 0.1% | 0.55% | - |
| XYZ | 22.11 | 25.09 | 23.76 | - |
| YUV | 135.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 141 | 127 | 0.10 | 0 | 0.10 | 0.45 | 120 | 0.06 | 0.53 |
| Hex | 7F | 8D | 7F | A | 0 | A | 2D | 78 | 6 | 35 |
| Octal | 177 | 215 | 177 | 12 | 0 | 12 | 55 | 170 | 6 | 65 |
| Binary | 1111111 | 10001101 | 1111111 | 1010 | 0 | 1010 | 101101 | 1111000 | 110 | 110101 |
Color Harmonies of #7F8D7F
Complementary color
Monochromatic Colors of #7F8D7F
Black with #7F8D7F
Text Example
Text Example
White with #7F8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8D7F; }
p { color: rgb(127,141,127); }
H1.HeaderClassName
{
color: #7F8D7F;
}
.AnyTagClassName
{
color: #7F8D7F;
}
</style>
background-color css
<style>
a { background-color: #7F8D7F; }
a { background-color: rgb(127,141,127); }
div.DivClassName
{
background-color: #7F8D7F;
}
.BgClassName
{
background-color: #7F8D7F;
}
</style>
border-color css
<style>
span { border-color: #7F8D7F; }
span { border-color: rgb(127,141,127); }
td.TdClassName
{
border-color: #7F8D7F;
}
.TagClassName
{
border-color: #7F8D7F;
}
</style>