Shades of Spanish Green #7F877C
Tints of Spanish Green #7F877C
RGB
CMYK
RGB Variations
Color information
#7F877C (or 0x7F877C) is known color: Spanish Green. HEX triplet: 7F, 87 and 7C. RGB value is (127,135,124). Sum of RGB (Red+Green+Blue) = 127+135+124=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #7F877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F877C is #807883. Grayscale: #838383. Windows color (decimal): -8419460 or 8161151. OLE color: 8161151.
HSL color Cylindrical-coordinate representation of color #7F877C: hue angle of 103.64º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F877C is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 135 | 124 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.47 |
| HSL | 103.64º | 0.04% | 0.51% | - |
| HSV(B) | 103.64º | 0.08% | 0.53% | - |
| XYZ | 21.05 | 23.3 | 22.46 | - |
| YUV | 131.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 124 | 0.06 | 0 | 0.08 | 0.47 | 103.64 | 0.04 | 0.51 |
| Hex | 7F | 87 | 7C | 6 | 0 | 8 | 2F | 68 | 4 | 33 |
| Octal | 177 | 207 | 174 | 6 | 0 | 10 | 57 | 150 | 4 | 63 |
| Binary | 1111111 | 10000111 | 1111100 | 110 | 0 | 1000 | 101111 | 1101000 | 100 | 110011 |
Color Harmonies of #7F877C
Complementary color
Monochromatic Colors of #7F877C
Black with #7F877C
Text Example
Text Example
White with #7F877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F877C; }
p { color: rgb(127,135,124); }
H1.HeaderClassName
{
color: #7F877C;
}
.AnyTagClassName
{
color: #7F877C;
}
</style>
background-color css
<style>
a { background-color: #7F877C; }
a { background-color: rgb(127,135,124); }
div.DivClassName
{
background-color: #7F877C;
}
.BgClassName
{
background-color: #7F877C;
}
</style>
border-color css
<style>
span { border-color: #7F877C; }
span { border-color: rgb(127,135,124); }
td.TdClassName
{
border-color: #7F877C;
}
.TagClassName
{
border-color: #7F877C;
}
</style>