Shades of Christi #77C704
Tints of Christi #77C704
RGB
CMYK
RGB Variations
Color information
#77C704 (or 0x77C704) is known color: Christi. HEX triplet: 77, C7 and 04. RGB value is (119,199,4). Sum of RGB (Red+Green+Blue) = 119+199+4=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 199 (78.12% from 255 or 61.80% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 199 - color contains mainly: green. Hex color #77C704 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C704 is #8838FB. Grayscale: #999999. Windows color (decimal): -8927484 or 313207. OLE color: 313207.
HSL color Cylindrical-coordinate representation of color #77C704: hue angle of 84.62º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77C704 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 199 | 4 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.22 |
| HSL | 84.62º | 0.96% | 0.4% | - |
| HSV(B) | 84.62º | 0.98% | 0.78% | - |
| XYZ | 28.05 | 44.78 | 7.28 | - |
| YUV | 152.85 | 44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 4 | 0.40 | 0 | 0.98 | 0.22 | 84.62 | 0.96 | 0.4 |
| Hex | 77 | C7 | 4 | 28 | 0 | 62 | 16 | 55 | 60 | 28 |
| Octal | 167 | 307 | 4 | 50 | 0 | 142 | 26 | 125 | 140 | 50 |
| Binary | 1110111 | 11000111 | 100 | 101000 | 0 | 1100010 | 10110 | 1010101 | 1100000 | 101000 |
Color Harmonies of #77C704
Complementary color
Monochromatic Colors of #77C704
Black with #77C704
Text Example
Text Example
White with #77C704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C704; }
p { color: rgb(119,199,4); }
H1.HeaderClassName
{
color: #77C704;
}
.AnyTagClassName
{
color: #77C704;
}
</style>
background-color css
<style>
a { background-color: #77C704; }
a { background-color: rgb(119,199,4); }
div.DivClassName
{
background-color: #77C704;
}
.BgClassName
{
background-color: #77C704;
}
</style>
border-color css
<style>
span { border-color: #77C704; }
span { border-color: rgb(119,199,4); }
td.TdClassName
{
border-color: #77C704;
}
.TagClassName
{
border-color: #77C704;
}
</style>