Shades of Christi #77A101
Tints of Christi #77A101
RGB
CMYK
RGB Variations
Color information
#77A101 (or 0x77A101) is known color: Christi. HEX triplet: 77, A1 and 01. RGB value is (119,161,1). Sum of RGB (Red+Green+Blue) = 119+161+1=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #77A101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A101 is #885EFE. Grayscale: #828282. Windows color (decimal): -8937215 or 106871. OLE color: 106871.
HSL color Cylindrical-coordinate representation of color #77A101: hue angle of 75.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77A101 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.37 |
| HSL | 75.75º | 0.99% | 0.32% | - |
| HSV(B) | 75.75º | 0.99% | 0.63% | - |
| XYZ | 20.36 | 29.41 | 4.63 | - |
| YUV | 130.2 | 55.09 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 1 | 0.26 | 0 | 0.99 | 0.37 | 75.75 | 0.99 | 0.32 |
| Hex | 77 | A1 | 1 | 1A | 0 | 63 | 25 | 4C | 63 | 20 |
| Octal | 167 | 241 | 1 | 32 | 0 | 143 | 45 | 114 | 143 | 40 |
| Binary | 1110111 | 10100001 | 1 | 11010 | 0 | 1100011 | 100101 | 1001100 | 1100011 | 100000 |
Color Harmonies of #77A101
Complementary color
Monochromatic Colors of #77A101
Black with #77A101
Text Example
Text Example
White with #77A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A101; }
p { color: rgb(119,161,1); }
H1.HeaderClassName
{
color: #77A101;
}
.AnyTagClassName
{
color: #77A101;
}
</style>
background-color css
<style>
a { background-color: #77A101; }
a { background-color: rgb(119,161,1); }
div.DivClassName
{
background-color: #77A101;
}
.BgClassName
{
background-color: #77A101;
}
</style>
border-color css
<style>
span { border-color: #77A101; }
span { border-color: rgb(119,161,1); }
td.TdClassName
{
border-color: #77A101;
}
.TagClassName
{
border-color: #77A101;
}
</style>