Shades of Spanish Green #778A72
Tints of Spanish Green #778A72
RGB
CMYK
RGB Variations
Color information
#778A72 (or 0x778A72) is known color: Spanish Green. HEX triplet: 77, 8A and 72. RGB value is (119,138,114). Sum of RGB (Red+Green+Blue) = 119+138+114=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #778A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A72 is #88758D. Grayscale: #818181. Windows color (decimal): -8942990 or 7506551. OLE color: 7506551.
HSL color Cylindrical-coordinate representation of color #778A72: hue angle of 107.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #778A72 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 114 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.46 |
| HSL | 107.5º | 0.1% | 0.49% | - |
| HSV(B) | 107.5º | 0.17% | 0.54% | - |
| XYZ | 19.73 | 23.31 | 19.38 | - |
| YUV | 129.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 114 | 0.14 | 0 | 0.17 | 0.46 | 107.5 | 0.1 | 0.49 |
| Hex | 77 | 8A | 72 | E | 0 | 11 | 2E | 6C | A | 31 |
| Octal | 167 | 212 | 162 | 16 | 0 | 21 | 56 | 154 | 12 | 61 |
| Binary | 1110111 | 10001010 | 1110010 | 1110 | 0 | 10001 | 101110 | 1101100 | 1010 | 110001 |
Color Harmonies of #778A72
Complementary color
Monochromatic Colors of #778A72
Black with #778A72
Text Example
Text Example
White with #778A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A72; }
p { color: rgb(119,138,114); }
H1.HeaderClassName
{
color: #778A72;
}
.AnyTagClassName
{
color: #778A72;
}
</style>
background-color css
<style>
a { background-color: #778A72; }
a { background-color: rgb(119,138,114); }
div.DivClassName
{
background-color: #778A72;
}
.BgClassName
{
background-color: #778A72;
}
</style>
border-color css
<style>
span { border-color: #778A72; }
span { border-color: rgb(119,138,114); }
td.TdClassName
{
border-color: #778A72;
}
.TagClassName
{
border-color: #778A72;
}
</style>