Shades of Christi #77A115
Tints of Christi #77A115
RGB
CMYK
RGB Variations
Color information
#77A115 (or 0x77A115) is known color: Christi. HEX triplet: 77, A1 and 15. RGB value is (119,161,21). Sum of RGB (Red+Green+Blue) = 119+161+21=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #77A115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A115 is #885EEA. Grayscale: #858585. Windows color (decimal): -8937195 or 1417591. OLE color: 1417591.
HSL color Cylindrical-coordinate representation of color #77A115: hue angle of 78º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77A115 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 21 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.37 |
| HSL | 78º | 0.77% | 0.36% | - |
| HSV(B) | 78º | 0.87% | 0.63% | - |
| XYZ | 20.49 | 29.47 | 5.32 | - |
| YUV | 132.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 21 | 0.26 | 0 | 0.87 | 0.37 | 78 | 0.77 | 0.36 |
| Hex | 77 | A1 | 15 | 1A | 0 | 57 | 25 | 4E | 4D | 24 |
| Octal | 167 | 241 | 25 | 32 | 0 | 127 | 45 | 116 | 115 | 44 |
| Binary | 1110111 | 10100001 | 10101 | 11010 | 0 | 1010111 | 100101 | 1001110 | 1001101 | 100100 |
Color Harmonies of #77A115
Complementary color
Monochromatic Colors of #77A115
Black with #77A115
Text Example
Text Example
White with #77A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A115; }
p { color: rgb(119,161,21); }
H1.HeaderClassName
{
color: #77A115;
}
.AnyTagClassName
{
color: #77A115;
}
</style>
background-color css
<style>
a { background-color: #77A115; }
a { background-color: rgb(119,161,21); }
div.DivClassName
{
background-color: #77A115;
}
.BgClassName
{
background-color: #77A115;
}
</style>
border-color css
<style>
span { border-color: #77A115; }
span { border-color: rgb(119,161,21); }
td.TdClassName
{
border-color: #77A115;
}
.TagClassName
{
border-color: #77A115;
}
</style>