Shades of Spanish Green #778F72
Tints of Spanish Green #778F72
RGB
CMYK
RGB Variations
Color information
#778F72 (or 0x778F72) is known color: Spanish Green. HEX triplet: 77, 8F and 72. RGB value is (119,143,114). Sum of RGB (Red+Green+Blue) = 119+143+114=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #778F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F72 is #88708D. Grayscale: #848484. Windows color (decimal): -8941710 or 7507831. OLE color: 7507831.
HSL color Cylindrical-coordinate representation of color #778F72: hue angle of 109.66º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778F72 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 114 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.44 |
| HSL | 109.66º | 0.11% | 0.5% | - |
| HSV(B) | 109.66º | 0.2% | 0.56% | - |
| XYZ | 20.47 | 24.78 | 19.62 | - |
| YUV | 132.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 114 | 0.17 | 0 | 0.20 | 0.44 | 109.66 | 0.11 | 0.5 |
| Hex | 77 | 8F | 72 | 11 | 0 | 14 | 2C | 6E | B | 32 |
| Octal | 167 | 217 | 162 | 21 | 0 | 24 | 54 | 156 | 13 | 62 |
| Binary | 1110111 | 10001111 | 1110010 | 10001 | 0 | 10100 | 101100 | 1101110 | 1011 | 110010 |
Color Harmonies of #778F72
Complementary color
Monochromatic Colors of #778F72
Black with #778F72
Text Example
Text Example
White with #778F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F72; }
p { color: rgb(119,143,114); }
H1.HeaderClassName
{
color: #778F72;
}
.AnyTagClassName
{
color: #778F72;
}
</style>
background-color css
<style>
a { background-color: #778F72; }
a { background-color: rgb(119,143,114); }
div.DivClassName
{
background-color: #778F72;
}
.BgClassName
{
background-color: #778F72;
}
</style>
border-color css
<style>
span { border-color: #778F72; }
span { border-color: rgb(119,143,114); }
td.TdClassName
{
border-color: #778F72;
}
.TagClassName
{
border-color: #778F72;
}
</style>