Shades of Christi #77A511
Tints of Christi #77A511
RGB
CMYK
RGB Variations
Color information
#77A511 (or 0x77A511) is known color: Christi. HEX triplet: 77, A5 and 11. RGB value is (119,165,17). Sum of RGB (Red+Green+Blue) = 119+165+17=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #77A511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A511 is #885AEE. Grayscale: #868686. Windows color (decimal): -8936175 or 1156471. OLE color: 1156471.
HSL color Cylindrical-coordinate representation of color #77A511: hue angle of 78.65º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77A511 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 165 | 17 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.35 |
| HSL | 78.65º | 0.81% | 0.36% | - |
| HSV(B) | 78.65º | 0.9% | 0.65% | - |
| XYZ | 21.16 | 30.87 | 5.37 | - |
| YUV | 134.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 165 | 17 | 0.28 | 0 | 0.90 | 0.35 | 78.65 | 0.81 | 0.36 |
| Hex | 77 | A5 | 11 | 1C | 0 | 5A | 23 | 4F | 51 | 24 |
| Octal | 167 | 245 | 21 | 34 | 0 | 132 | 43 | 117 | 121 | 44 |
| Binary | 1110111 | 10100101 | 10001 | 11100 | 0 | 1011010 | 100011 | 1001111 | 1010001 | 100100 |
Color Harmonies of #77A511
Complementary color
Monochromatic Colors of #77A511
Black with #77A511
Text Example
Text Example
White with #77A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A511; }
p { color: rgb(119,165,17); }
H1.HeaderClassName
{
color: #77A511;
}
.AnyTagClassName
{
color: #77A511;
}
</style>
background-color css
<style>
a { background-color: #77A511; }
a { background-color: rgb(119,165,17); }
div.DivClassName
{
background-color: #77A511;
}
.BgClassName
{
background-color: #77A511;
}
</style>
border-color css
<style>
span { border-color: #77A511; }
span { border-color: rgb(119,165,17); }
td.TdClassName
{
border-color: #77A511;
}
.TagClassName
{
border-color: #77A511;
}
</style>