Shades of Spanish Green #787B77
Tints of Spanish Green #787B77
RGB
CMYK
RGB Variations
Color information
#787B77 (or 0x787B77) is known color: Spanish Green. HEX triplet: 78, 7B and 77. RGB value is (120,123,119). Sum of RGB (Red+Green+Blue) = 120+123+119=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 123 - color contains mainly: green. Hex color #787B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B77 is #878488. Grayscale: #797979. Windows color (decimal): -8881289 or 7830392. OLE color: 7830392.
HSL color Cylindrical-coordinate representation of color #787B77: hue angle of 105º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #787B77 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 123 | 119 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.52 |
| HSL | 105º | 0.02% | 0.47% | - |
| HSV(B) | 105º | 0.03% | 0.48% | - |
| XYZ | 18.16 | 19.49 | 20.26 | - |
| YUV | 121.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 119 | 0.02 | 0 | 0.03 | 0.52 | 105 | 0.02 | 0.47 |
| Hex | 78 | 7B | 77 | 2 | 0 | 3 | 34 | 69 | 2 | 2F |
| Octal | 170 | 173 | 167 | 2 | 0 | 3 | 64 | 151 | 2 | 57 |
| Binary | 1111000 | 1111011 | 1110111 | 10 | 0 | 11 | 110100 | 1101001 | 10 | 101111 |
Color Harmonies of #787B77
Complementary color
Monochromatic Colors of #787B77
Black with #787B77
Text Example
Text Example
White with #787B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B77; }
p { color: rgb(120,123,119); }
H1.HeaderClassName
{
color: #787B77;
}
.AnyTagClassName
{
color: #787B77;
}
</style>
background-color css
<style>
a { background-color: #787B77; }
a { background-color: rgb(120,123,119); }
div.DivClassName
{
background-color: #787B77;
}
.BgClassName
{
background-color: #787B77;
}
</style>
border-color css
<style>
span { border-color: #787B77; }
span { border-color: rgb(120,123,119); }
td.TdClassName
{
border-color: #787B77;
}
.TagClassName
{
border-color: #787B77;
}
</style>