Shades of Spanish Green #7F927C
Tints of Spanish Green #7F927C
RGB
CMYK
RGB Variations
Color information
#7F927C (or 0x7F927C) is known color: Spanish Green. HEX triplet: 7F, 92 and 7C. RGB value is (127,146,124). Sum of RGB (Red+Green+Blue) = 127+146+124=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #7F927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F927C is #806D83. Grayscale: #898989. Windows color (decimal): -8416644 or 8163967. OLE color: 8163967.
HSL color Cylindrical-coordinate representation of color #7F927C: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F927C is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 124 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.43 |
| HSL | 111.82º | 0.09% | 0.53% | - |
| HSV(B) | 111.82º | 0.15% | 0.57% | - |
| XYZ | 22.67 | 26.53 | 22.99 | - |
| YUV | 137.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 124 | 0.13 | 0 | 0.15 | 0.43 | 111.82 | 0.09 | 0.53 |
| Hex | 7F | 92 | 7C | D | 0 | F | 2B | 70 | 9 | 35 |
| Octal | 177 | 222 | 174 | 15 | 0 | 17 | 53 | 160 | 11 | 65 |
| Binary | 1111111 | 10010010 | 1111100 | 1101 | 0 | 1111 | 101011 | 1110000 | 1001 | 110101 |
Color Harmonies of #7F927C
Complementary color
Monochromatic Colors of #7F927C
Black with #7F927C
Text Example
Text Example
White with #7F927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F927C; }
p { color: rgb(127,146,124); }
H1.HeaderClassName
{
color: #7F927C;
}
.AnyTagClassName
{
color: #7F927C;
}
</style>
background-color css
<style>
a { background-color: #7F927C; }
a { background-color: rgb(127,146,124); }
div.DivClassName
{
background-color: #7F927C;
}
.BgClassName
{
background-color: #7F927C;
}
</style>
border-color css
<style>
span { border-color: #7F927C; }
span { border-color: rgb(127,146,124); }
td.TdClassName
{
border-color: #7F927C;
}
.TagClassName
{
border-color: #7F927C;
}
</style>