Shades of Christi #77A00C
Tints of Christi #77A00C
RGB
CMYK
RGB Variations
Color information
#77A00C (or 0x77A00C) is known color: Christi. HEX triplet: 77, A0 and 0C. RGB value is (119,160,12). Sum of RGB (Red+Green+Blue) = 119+160+12=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #77A00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A00C is #885FF3. Grayscale: #838383. Windows color (decimal): -8937460 or 827511. OLE color: 827511.
HSL color Cylindrical-coordinate representation of color #77A00C: hue angle of 76.62º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77A00C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 160 | 12 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.37 |
| HSL | 76.62º | 0.86% | 0.34% | - |
| HSV(B) | 76.62º | 0.93% | 0.63% | - |
| XYZ | 20.24 | 29.09 | 4.9 | - |
| YUV | 130.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 12 | 0.26 | 0 | 0.93 | 0.37 | 76.62 | 0.86 | 0.34 |
| Hex | 77 | A0 | C | 1A | 0 | 5D | 25 | 4D | 56 | 22 |
| Octal | 167 | 240 | 14 | 32 | 0 | 135 | 45 | 115 | 126 | 42 |
| Binary | 1110111 | 10100000 | 1100 | 11010 | 0 | 1011101 | 100101 | 1001101 | 1010110 | 100010 |
Color Harmonies of #77A00C
Complementary color
Monochromatic Colors of #77A00C
Black with #77A00C
Text Example
Text Example
White with #77A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A00C; }
p { color: rgb(119,160,12); }
H1.HeaderClassName
{
color: #77A00C;
}
.AnyTagClassName
{
color: #77A00C;
}
</style>
background-color css
<style>
a { background-color: #77A00C; }
a { background-color: rgb(119,160,12); }
div.DivClassName
{
background-color: #77A00C;
}
.BgClassName
{
background-color: #77A00C;
}
</style>
border-color css
<style>
span { border-color: #77A00C; }
span { border-color: rgb(119,160,12); }
td.TdClassName
{
border-color: #77A00C;
}
.TagClassName
{
border-color: #77A00C;
}
</style>