Shades of Christi #77C808
Tints of Christi #77C808
RGB
CMYK
RGB Variations
Color information
#77C808 (or 0x77C808) is known color: Christi. HEX triplet: 77, C8 and 08. RGB value is (119,200,8). Sum of RGB (Red+Green+Blue) = 119+200+8=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #77C808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C808 is #8837F7. Grayscale: #9A9A9A. Windows color (decimal): -8927224 or 575607. OLE color: 575607.
HSL color Cylindrical-coordinate representation of color #77C808: hue angle of 85.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77C808 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 8 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.22 |
| HSL | 85.31º | 0.92% | 0.41% | - |
| HSV(B) | 85.31º | 0.96% | 0.78% | - |
| XYZ | 28.31 | 45.25 | 7.47 | - |
| YUV | 153.89 | 45.66 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 8 | 0.40 | 0 | 0.96 | 0.22 | 85.31 | 0.92 | 0.41 |
| Hex | 77 | C8 | 8 | 28 | 0 | 60 | 16 | 55 | 5C | 29 |
| Octal | 167 | 310 | 10 | 50 | 0 | 140 | 26 | 125 | 134 | 51 |
| Binary | 1110111 | 11001000 | 1000 | 101000 | 0 | 1100000 | 10110 | 1010101 | 1011100 | 101001 |
Color Harmonies of #77C808
Complementary color
Monochromatic Colors of #77C808
Black with #77C808
Text Example
Text Example
White with #77C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C808; }
p { color: rgb(119,200,8); }
H1.HeaderClassName
{
color: #77C808;
}
.AnyTagClassName
{
color: #77C808;
}
</style>
background-color css
<style>
a { background-color: #77C808; }
a { background-color: rgb(119,200,8); }
div.DivClassName
{
background-color: #77C808;
}
.BgClassName
{
background-color: #77C808;
}
</style>
border-color css
<style>
span { border-color: #77C808; }
span { border-color: rgb(119,200,8); }
td.TdClassName
{
border-color: #77C808;
}
.TagClassName
{
border-color: #77C808;
}
</style>