Shades of Spanish Green #7F847B
Tints of Spanish Green #7F847B
RGB
CMYK
RGB Variations
Color information
#7F847B (or 0x7F847B) is known color: Spanish Green. HEX triplet: 7F, 84 and 7B. RGB value is (127,132,123). Sum of RGB (Red+Green+Blue) = 127+132+123=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #7F847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F847B is #807B84. Grayscale: #818181. Windows color (decimal): -8420229 or 8094847. OLE color: 8094847.
HSL color Cylindrical-coordinate representation of color #7F847B: hue angle of 93.33º 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 #7F847B is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 132 | 123 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.48 |
| HSL | 93.33º | 0.04% | 0.5% | - |
| HSV(B) | 93.33º | 0.07% | 0.52% | - |
| XYZ | 20.58 | 22.44 | 21.99 | - |
| YUV | 129.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 123 | 0.04 | 0 | 0.07 | 0.48 | 93.33 | 0.04 | 0.5 |
| Hex | 7F | 84 | 7B | 4 | 0 | 7 | 30 | 5D | 4 | 32 |
| Octal | 177 | 204 | 173 | 4 | 0 | 7 | 60 | 135 | 4 | 62 |
| Binary | 1111111 | 10000100 | 1111011 | 100 | 0 | 111 | 110000 | 1011101 | 100 | 110010 |
Color Harmonies of #7F847B
Complementary color
Monochromatic Colors of #7F847B
Black with #7F847B
Text Example
Text Example
White with #7F847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F847B; }
p { color: rgb(127,132,123); }
H1.HeaderClassName
{
color: #7F847B;
}
.AnyTagClassName
{
color: #7F847B;
}
</style>
background-color css
<style>
a { background-color: #7F847B; }
a { background-color: rgb(127,132,123); }
div.DivClassName
{
background-color: #7F847B;
}
.BgClassName
{
background-color: #7F847B;
}
</style>
border-color css
<style>
span { border-color: #7F847B; }
span { border-color: rgb(127,132,123); }
td.TdClassName
{
border-color: #7F847B;
}
.TagClassName
{
border-color: #7F847B;
}
</style>