Shades of Christi #77C107
Tints of Christi #77C107
RGB
CMYK
RGB Variations
Color information
#77C107 (or 0x77C107) is known color: Christi. HEX triplet: 77, C1 and 07. RGB value is (119,193,7). Sum of RGB (Red+Green+Blue) = 119+193+7=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #77C107 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C107 is #883EF8. Grayscale: #969696. Windows color (decimal): -8929017 or 508279. OLE color: 508279.
HSL color Cylindrical-coordinate representation of color #77C107: hue angle of 83.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77C107 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 7 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.24 |
| HSL | 83.87º | 0.93% | 0.39% | - |
| HSV(B) | 83.87º | 0.96% | 0.76% | - |
| XYZ | 26.72 | 42.08 | 6.91 | - |
| YUV | 149.67 | 47.48 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 7 | 0.38 | 0 | 0.96 | 0.24 | 83.87 | 0.93 | 0.39 |
| Hex | 77 | C1 | 7 | 26 | 0 | 60 | 18 | 54 | 5D | 27 |
| Octal | 167 | 301 | 7 | 46 | 0 | 140 | 30 | 124 | 135 | 47 |
| Binary | 1110111 | 11000001 | 111 | 100110 | 0 | 1100000 | 11000 | 1010100 | 1011101 | 100111 |
Color Harmonies of #77C107
Complementary color
Monochromatic Colors of #77C107
Black with #77C107
Text Example
Text Example
White with #77C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C107; }
p { color: rgb(119,193,7); }
H1.HeaderClassName
{
color: #77C107;
}
.AnyTagClassName
{
color: #77C107;
}
</style>
background-color css
<style>
a { background-color: #77C107; }
a { background-color: rgb(119,193,7); }
div.DivClassName
{
background-color: #77C107;
}
.BgClassName
{
background-color: #77C107;
}
</style>
border-color css
<style>
span { border-color: #77C107; }
span { border-color: rgb(119,193,7); }
td.TdClassName
{
border-color: #77C107;
}
.TagClassName
{
border-color: #77C107;
}
</style>