Shades of Spanish Green #778C73
Tints of Spanish Green #778C73
RGB
CMYK
RGB Variations
Color information
#778C73 (or 0x778C73) is known color: Spanish Green. HEX triplet: 77, 8C and 73. RGB value is (119,140,115). Sum of RGB (Red+Green+Blue) = 119+140+115=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #778C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C73 is #88738C. Grayscale: #828282. Windows color (decimal): -8942477 or 7572599. OLE color: 7572599.
HSL color Cylindrical-coordinate representation of color #778C73: hue angle of 110.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778C73 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 115 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.45 |
| HSL | 110.4º | 0.1% | 0.5% | - |
| HSV(B) | 110.4º | 0.18% | 0.55% | - |
| XYZ | 20.08 | 23.92 | 19.78 | - |
| YUV | 130.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 115 | 0.15 | 0 | 0.18 | 0.45 | 110.4 | 0.1 | 0.5 |
| Hex | 77 | 8C | 73 | F | 0 | 12 | 2D | 6E | A | 32 |
| Octal | 167 | 214 | 163 | 17 | 0 | 22 | 55 | 156 | 12 | 62 |
| Binary | 1110111 | 10001100 | 1110011 | 1111 | 0 | 10010 | 101101 | 1101110 | 1010 | 110010 |
Color Harmonies of #778C73
Complementary color
Monochromatic Colors of #778C73
Black with #778C73
Text Example
Text Example
White with #778C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C73; }
p { color: rgb(119,140,115); }
H1.HeaderClassName
{
color: #778C73;
}
.AnyTagClassName
{
color: #778C73;
}
</style>
background-color css
<style>
a { background-color: #778C73; }
a { background-color: rgb(119,140,115); }
div.DivClassName
{
background-color: #778C73;
}
.BgClassName
{
background-color: #778C73;
}
</style>
border-color css
<style>
span { border-color: #778C73; }
span { border-color: rgb(119,140,115); }
td.TdClassName
{
border-color: #778C73;
}
.TagClassName
{
border-color: #778C73;
}
</style>