Shades of Stack #7F937F
Tints of Stack #7F937F
RGB
CMYK
RGB Variations
Color information
#7F937F (or 0x7F937F) is known color: Stack. HEX triplet: 7F, 93 and 7F. RGB value is (127,147,127). Sum of RGB (Red+Green+Blue) = 127+147+127=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #7F937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F937F is #806C80. Grayscale: #8A8A8A. Windows color (decimal): -8416385 or 8360831. OLE color: 8360831.
HSL color Cylindrical-coordinate representation of color #7F937F: hue angle of 120º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F937F is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 127 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.42 |
| HSL | 120º | 0.08% | 0.54% | - |
| HSV(B) | 120º | 0.14% | 0.58% | - |
| XYZ | 23.02 | 26.91 | 24.06 | - |
| YUV | 138.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 127 | 0.14 | 0 | 0.14 | 0.42 | 120 | 0.08 | 0.54 |
| Hex | 7F | 93 | 7F | E | 0 | E | 2A | 78 | 8 | 36 |
| Octal | 177 | 223 | 177 | 16 | 0 | 16 | 52 | 170 | 10 | 66 |
| Binary | 1111111 | 10010011 | 1111111 | 1110 | 0 | 1110 | 101010 | 1111000 | 1000 | 110110 |
Color Harmonies of #7F937F
Complementary color
Monochromatic Colors of #7F937F
Black with #7F937F
Text Example
Text Example
White with #7F937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F937F; }
p { color: rgb(127,147,127); }
H1.HeaderClassName
{
color: #7F937F;
}
.AnyTagClassName
{
color: #7F937F;
}
</style>
background-color css
<style>
a { background-color: #7F937F; }
a { background-color: rgb(127,147,127); }
div.DivClassName
{
background-color: #7F937F;
}
.BgClassName
{
background-color: #7F937F;
}
</style>
border-color css
<style>
span { border-color: #7F937F; }
span { border-color: rgb(127,147,127); }
td.TdClassName
{
border-color: #7F937F;
}
.TagClassName
{
border-color: #7F937F;
}
</style>