Shades of Spanish Green #787C76
Tints of Spanish Green #787C76
RGB
CMYK
RGB Variations
Color information
#787C76 (or 0x787C76) is known color: Spanish Green. HEX triplet: 78, 7C and 76. RGB value is (120,124,118). Sum of RGB (Red+Green+Blue) = 120+124+118=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 124 - color contains mainly: green. Hex color #787C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C76 is #878389. Grayscale: #7A7A7A. Windows color (decimal): -8881034 or 7765112. OLE color: 7765112.
HSL color Cylindrical-coordinate representation of color #787C76: hue angle of 100º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #787C76 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 118 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.51 |
| HSL | 100º | 0.02% | 0.47% | - |
| HSV(B) | 100º | 0.05% | 0.49% | - |
| XYZ | 18.22 | 19.72 | 19.98 | - |
| YUV | 122.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 118 | 0.03 | 0 | 0.05 | 0.51 | 100 | 0.02 | 0.47 |
| Hex | 78 | 7C | 76 | 3 | 0 | 5 | 33 | 64 | 2 | 2F |
| Octal | 170 | 174 | 166 | 3 | 0 | 5 | 63 | 144 | 2 | 57 |
| Binary | 1111000 | 1111100 | 1110110 | 11 | 0 | 101 | 110011 | 1100100 | 10 | 101111 |
Color Harmonies of #787C76
Complementary color
Monochromatic Colors of #787C76
Black with #787C76
Text Example
Text Example
White with #787C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C76; }
p { color: rgb(120,124,118); }
H1.HeaderClassName
{
color: #787C76;
}
.AnyTagClassName
{
color: #787C76;
}
</style>
background-color css
<style>
a { background-color: #787C76; }
a { background-color: rgb(120,124,118); }
div.DivClassName
{
background-color: #787C76;
}
.BgClassName
{
background-color: #787C76;
}
</style>
border-color css
<style>
span { border-color: #787C76; }
span { border-color: rgb(120,124,118); }
td.TdClassName
{
border-color: #787C76;
}
.TagClassName
{
border-color: #787C76;
}
</style>