Shades of Christi #77A112
Tints of Christi #77A112
RGB
CMYK
RGB Variations
Color information
#77A112 (or 0x77A112) is known color: Christi. HEX triplet: 77, A1 and 12. RGB value is (119,161,18). Sum of RGB (Red+Green+Blue) = 119+161+18=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #77A112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A112 is #885EED. Grayscale: #848484. Windows color (decimal): -8937198 or 1220983. OLE color: 1220983.
HSL color Cylindrical-coordinate representation of color #77A112: hue angle of 77.62º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77A112 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 18 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.37 |
| HSL | 77.62º | 0.8% | 0.35% | - |
| HSV(B) | 77.62º | 0.89% | 0.63% | - |
| XYZ | 20.46 | 29.46 | 5.18 | - |
| YUV | 132.14 | 63.59 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 18 | 0.26 | 0 | 0.89 | 0.37 | 77.62 | 0.8 | 0.35 |
| Hex | 77 | A1 | 12 | 1A | 0 | 59 | 25 | 4E | 50 | 23 |
| Octal | 167 | 241 | 22 | 32 | 0 | 131 | 45 | 116 | 120 | 43 |
| Binary | 1110111 | 10100001 | 10010 | 11010 | 0 | 1011001 | 100101 | 1001110 | 1010000 | 100011 |
Color Harmonies of #77A112
Complementary color
Monochromatic Colors of #77A112
Black with #77A112
Text Example
Text Example
White with #77A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A112; }
p { color: rgb(119,161,18); }
H1.HeaderClassName
{
color: #77A112;
}
.AnyTagClassName
{
color: #77A112;
}
</style>
background-color css
<style>
a { background-color: #77A112; }
a { background-color: rgb(119,161,18); }
div.DivClassName
{
background-color: #77A112;
}
.BgClassName
{
background-color: #77A112;
}
</style>
border-color css
<style>
span { border-color: #77A112; }
span { border-color: rgb(119,161,18); }
td.TdClassName
{
border-color: #77A112;
}
.TagClassName
{
border-color: #77A112;
}
</style>