Shades of Stack #7F927F
Tints of Stack #7F927F
RGB
CMYK
RGB Variations
Color information
#7F927F (or 0x7F927F) is known color: Stack. HEX triplet: 7F, 92 and 7F. RGB value is (127,146,127). Sum of RGB (Red+Green+Blue) = 127+146+127=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #7F927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F927F is #806D80. Grayscale: #8A8A8A. Windows color (decimal): -8416641 or 8360575. OLE color: 8360575.
HSL color Cylindrical-coordinate representation of color #7F927F: hue angle of 120º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F927F is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 127 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.43 |
| HSL | 120º | 0.08% | 0.54% | - |
| HSV(B) | 120º | 0.13% | 0.57% | - |
| XYZ | 22.86 | 26.6 | 24.01 | - |
| YUV | 138.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 127 | 0.13 | 0 | 0.13 | 0.43 | 120 | 0.08 | 0.54 |
| Hex | 7F | 92 | 7F | D | 0 | D | 2B | 78 | 8 | 36 |
| Octal | 177 | 222 | 177 | 15 | 0 | 15 | 53 | 170 | 10 | 66 |
| Binary | 1111111 | 10010010 | 1111111 | 1101 | 0 | 1101 | 101011 | 1111000 | 1000 | 110110 |
Color Harmonies of #7F927F
Complementary color
Monochromatic Colors of #7F927F
Black with #7F927F
Text Example
Text Example
White with #7F927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F927F; }
p { color: rgb(127,146,127); }
H1.HeaderClassName
{
color: #7F927F;
}
.AnyTagClassName
{
color: #7F927F;
}
</style>
background-color css
<style>
a { background-color: #7F927F; }
a { background-color: rgb(127,146,127); }
div.DivClassName
{
background-color: #7F927F;
}
.BgClassName
{
background-color: #7F927F;
}
</style>
border-color css
<style>
span { border-color: #7F927F; }
span { border-color: rgb(127,146,127); }
td.TdClassName
{
border-color: #7F927F;
}
.TagClassName
{
border-color: #7F927F;
}
</style>