Shades of Christi #77A317
Tints of Christi #77A317
RGB
CMYK
RGB Variations
Color information
#77A317 (or 0x77A317) is known color: Christi. HEX triplet: 77, A3 and 17. RGB value is (119,163,23). Sum of RGB (Red+Green+Blue) = 119+163+23=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #77A317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A317 is #885CE8. Grayscale: #868686. Windows color (decimal): -8936681 or 1549175. OLE color: 1549175.
HSL color Cylindrical-coordinate representation of color #77A317: hue angle of 78.86º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77A317 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 163 | 23 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.36 |
| HSL | 78.86º | 0.75% | 0.36% | - |
| HSV(B) | 78.86º | 0.86% | 0.64% | - |
| XYZ | 20.86 | 30.18 | 5.54 | - |
| YUV | 133.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 23 | 0.27 | 0 | 0.86 | 0.36 | 78.86 | 0.75 | 0.36 |
| Hex | 77 | A3 | 17 | 1B | 0 | 56 | 24 | 4F | 4B | 24 |
| Octal | 167 | 243 | 27 | 33 | 0 | 126 | 44 | 117 | 113 | 44 |
| Binary | 1110111 | 10100011 | 10111 | 11011 | 0 | 1010110 | 100100 | 1001111 | 1001011 | 100100 |
Color Harmonies of #77A317
Complementary color
Monochromatic Colors of #77A317
Black with #77A317
Text Example
Text Example
White with #77A317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A317; }
p { color: rgb(119,163,23); }
H1.HeaderClassName
{
color: #77A317;
}
.AnyTagClassName
{
color: #77A317;
}
</style>
background-color css
<style>
a { background-color: #77A317; }
a { background-color: rgb(119,163,23); }
div.DivClassName
{
background-color: #77A317;
}
.BgClassName
{
background-color: #77A317;
}
</style>
border-color css
<style>
span { border-color: #77A317; }
span { border-color: rgb(119,163,23); }
td.TdClassName
{
border-color: #77A317;
}
.TagClassName
{
border-color: #77A317;
}
</style>