Shades of Spanish Green #778574
Tints of Spanish Green #778574
RGB
CMYK
RGB Variations
Color information
#778574 (or 0x778574) is known color: Spanish Green. HEX triplet: 77, 85 and 74. RGB value is (119,133,116). Sum of RGB (Red+Green+Blue) = 119+133+116=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #778574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778574 is #887A8B. Grayscale: #7E7E7E. Windows color (decimal): -8944268 or 7636343. OLE color: 7636343.
HSL color Cylindrical-coordinate representation of color #778574: hue angle of 109.41º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778574 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 116 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.48 |
| HSL | 109.41º | 0.07% | 0.49% | - |
| HSV(B) | 109.41º | 0.13% | 0.52% | - |
| XYZ | 19.15 | 21.96 | 19.75 | - |
| YUV | 126.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 116 | 0.11 | 0 | 0.13 | 0.48 | 109.41 | 0.07 | 0.49 |
| Hex | 77 | 85 | 74 | B | 0 | D | 30 | 6D | 7 | 31 |
| Octal | 167 | 205 | 164 | 13 | 0 | 15 | 60 | 155 | 7 | 61 |
| Binary | 1110111 | 10000101 | 1110100 | 1011 | 0 | 1101 | 110000 | 1101101 | 111 | 110001 |
Color Harmonies of #778574
Complementary color
Monochromatic Colors of #778574
Black with #778574
Text Example
Text Example
White with #778574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778574; }
p { color: rgb(119,133,116); }
H1.HeaderClassName
{
color: #778574;
}
.AnyTagClassName
{
color: #778574;
}
</style>
background-color css
<style>
a { background-color: #778574; }
a { background-color: rgb(119,133,116); }
div.DivClassName
{
background-color: #778574;
}
.BgClassName
{
background-color: #778574;
}
</style>
border-color css
<style>
span { border-color: #778574; }
span { border-color: rgb(119,133,116); }
td.TdClassName
{
border-color: #778574;
}
.TagClassName
{
border-color: #778574;
}
</style>