Shades of Christi #77C709
Tints of Christi #77C709
RGB
CMYK
RGB Variations
Color information
#77C709 (or 0x77C709) is known color: Christi. HEX triplet: 77, C7 and 09. RGB value is (119,199,9). Sum of RGB (Red+Green+Blue) = 119+199+9=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 199 (78.12% from 255 or 60.86% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 199 - color contains mainly: green. Hex color #77C709 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C709 is #8838F6. Grayscale: #9A9A9A. Windows color (decimal): -8927479 or 640887. OLE color: 640887.
HSL color Cylindrical-coordinate representation of color #77C709: hue angle of 85.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77C709 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 199 | 9 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.22 |
| HSL | 85.26º | 0.91% | 0.41% | - |
| HSV(B) | 85.26º | 0.95% | 0.78% | - |
| XYZ | 28.08 | 44.79 | 7.42 | - |
| YUV | 153.42 | 46.5 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 9 | 0.40 | 0 | 0.95 | 0.22 | 85.26 | 0.91 | 0.41 |
| Hex | 77 | C7 | 9 | 28 | 0 | 5F | 16 | 55 | 5B | 29 |
| Octal | 167 | 307 | 11 | 50 | 0 | 137 | 26 | 125 | 133 | 51 |
| Binary | 1110111 | 11000111 | 1001 | 101000 | 0 | 1011111 | 10110 | 1010101 | 1011011 | 101001 |
Color Harmonies of #77C709
Complementary color
Monochromatic Colors of #77C709
Black with #77C709
Text Example
Text Example
White with #77C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C709; }
p { color: rgb(119,199,9); }
H1.HeaderClassName
{
color: #77C709;
}
.AnyTagClassName
{
color: #77C709;
}
</style>
background-color css
<style>
a { background-color: #77C709; }
a { background-color: rgb(119,199,9); }
div.DivClassName
{
background-color: #77C709;
}
.BgClassName
{
background-color: #77C709;
}
</style>
border-color css
<style>
span { border-color: #77C709; }
span { border-color: rgb(119,199,9); }
td.TdClassName
{
border-color: #77C709;
}
.TagClassName
{
border-color: #77C709;
}
</style>