Shades of Christi #77C707
Tints of Christi #77C707
RGB
CMYK
RGB Variations
Color information
#77C707 (or 0x77C707) is known color: Christi. HEX triplet: 77, C7 and 07. RGB value is (119,199,7). Sum of RGB (Red+Green+Blue) = 119+199+7=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #77C707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C707 is #8838F8. Grayscale: #999999. Windows color (decimal): -8927481 or 509815. OLE color: 509815.
HSL color Cylindrical-coordinate representation of color #77C707: hue angle of 85º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77C707 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 199 | 7 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.22 |
| HSL | 85º | 0.93% | 0.4% | - |
| HSV(B) | 85º | 0.96% | 0.78% | - |
| XYZ | 28.07 | 44.78 | 7.37 | - |
| YUV | 153.19 | 45.5 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 7 | 0.40 | 0 | 0.96 | 0.22 | 85 | 0.93 | 0.4 |
| Hex | 77 | C7 | 7 | 28 | 0 | 60 | 16 | 55 | 5D | 28 |
| Octal | 167 | 307 | 7 | 50 | 0 | 140 | 26 | 125 | 135 | 50 |
| Binary | 1110111 | 11000111 | 111 | 101000 | 0 | 1100000 | 10110 | 1010101 | 1011101 | 101000 |
Color Harmonies of #77C707
Complementary color
Monochromatic Colors of #77C707
Black with #77C707
Text Example
Text Example
White with #77C707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C707; }
p { color: rgb(119,199,7); }
H1.HeaderClassName
{
color: #77C707;
}
.AnyTagClassName
{
color: #77C707;
}
</style>
background-color css
<style>
a { background-color: #77C707; }
a { background-color: rgb(119,199,7); }
div.DivClassName
{
background-color: #77C707;
}
.BgClassName
{
background-color: #77C707;
}
</style>
border-color css
<style>
span { border-color: #77C707; }
span { border-color: rgb(119,199,7); }
td.TdClassName
{
border-color: #77C707;
}
.TagClassName
{
border-color: #77C707;
}
</style>