Shades of Spanish Green #7F847C
Tints of Spanish Green #7F847C
RGB
CMYK
RGB Variations
Color information
#7F847C (or 0x7F847C) is known color: Spanish Green. HEX triplet: 7F, 84 and 7C. RGB value is (127,132,124). Sum of RGB (Red+Green+Blue) = 127+132+124=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 132 - color contains mainly: green. Hex color #7F847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F847C is #807B83. Grayscale: #818181. Windows color (decimal): -8420228 or 8160383. OLE color: 8160383.
HSL color Cylindrical-coordinate representation of color #7F847C: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7F847C is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 132 | 124 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.48 |
| HSL | 97.5º | 0.03% | 0.5% | - |
| HSV(B) | 97.5º | 0.06% | 0.52% | - |
| XYZ | 20.64 | 22.47 | 22.32 | - |
| YUV | 129.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 124 | 0.04 | 0 | 0.06 | 0.48 | 97.5 | 0.03 | 0.5 |
| Hex | 7F | 84 | 7C | 4 | 0 | 6 | 30 | 62 | 3 | 32 |
| Octal | 177 | 204 | 174 | 4 | 0 | 6 | 60 | 142 | 3 | 62 |
| Binary | 1111111 | 10000100 | 1111100 | 100 | 0 | 110 | 110000 | 1100010 | 11 | 110010 |
Color Harmonies of #7F847C
Complementary color
Monochromatic Colors of #7F847C
Black with #7F847C
Text Example
Text Example
White with #7F847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F847C; }
p { color: rgb(127,132,124); }
H1.HeaderClassName
{
color: #7F847C;
}
.AnyTagClassName
{
color: #7F847C;
}
</style>
background-color css
<style>
a { background-color: #7F847C; }
a { background-color: rgb(127,132,124); }
div.DivClassName
{
background-color: #7F847C;
}
.BgClassName
{
background-color: #7F847C;
}
</style>
border-color css
<style>
span { border-color: #7F847C; }
span { border-color: rgb(127,132,124); }
td.TdClassName
{
border-color: #7F847C;
}
.TagClassName
{
border-color: #7F847C;
}
</style>