Shades of Spanish Green #7F857C
Tints of Spanish Green #7F857C
RGB
CMYK
RGB Variations
Color information
#7F857C (or 0x7F857C) is known color: Spanish Green. HEX triplet: 7F, 85 and 7C. RGB value is (127,133,124). Sum of RGB (Red+Green+Blue) = 127+133+124=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #7F857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F857C is #807A83. Grayscale: #828282. Windows color (decimal): -8419972 or 8160639. OLE color: 8160639.
HSL color Cylindrical-coordinate representation of color #7F857C: hue angle of 100º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F857C is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 124 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.48 |
| HSL | 100º | 0.04% | 0.5% | - |
| HSV(B) | 100º | 0.07% | 0.52% | - |
| XYZ | 20.78 | 22.74 | 22.36 | - |
| YUV | 130.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 124 | 0.05 | 0 | 0.07 | 0.48 | 100 | 0.04 | 0.5 |
| Hex | 7F | 85 | 7C | 5 | 0 | 7 | 30 | 64 | 4 | 32 |
| Octal | 177 | 205 | 174 | 5 | 0 | 7 | 60 | 144 | 4 | 62 |
| Binary | 1111111 | 10000101 | 1111100 | 101 | 0 | 111 | 110000 | 1100100 | 100 | 110010 |
Color Harmonies of #7F857C
Complementary color
Monochromatic Colors of #7F857C
Black with #7F857C
Text Example
Text Example
White with #7F857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F857C; }
p { color: rgb(127,133,124); }
H1.HeaderClassName
{
color: #7F857C;
}
.AnyTagClassName
{
color: #7F857C;
}
</style>
background-color css
<style>
a { background-color: #7F857C; }
a { background-color: rgb(127,133,124); }
div.DivClassName
{
background-color: #7F857C;
}
.BgClassName
{
background-color: #7F857C;
}
</style>
border-color css
<style>
span { border-color: #7F857C; }
span { border-color: rgb(127,133,124); }
td.TdClassName
{
border-color: #7F857C;
}
.TagClassName
{
border-color: #7F857C;
}
</style>