Shades of Christi #77B401
Tints of Christi #77B401
RGB
CMYK
RGB Variations
Color information
#77B401 (or 0x77B401) is known color: Christi. HEX triplet: 77, B4 and 01. RGB value is (119,180,1). Sum of RGB (Red+Green+Blue) = 119+180+1=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #77B401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B401 is #884BFE. Grayscale: #8E8E8E. Windows color (decimal): -8932351 or 111735. OLE color: 111735.
HSL color Cylindrical-coordinate representation of color #77B401: hue angle of 80.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77B401 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.29 |
| HSL | 80.45º | 0.99% | 0.35% | - |
| HSV(B) | 80.45º | 0.99% | 0.71% | - |
| XYZ | 23.93 | 36.57 | 5.83 | - |
| YUV | 141.36 | 48.79 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 1 | 0.34 | 0 | 0.99 | 0.29 | 80.45 | 0.99 | 0.35 |
| Hex | 77 | B4 | 1 | 22 | 0 | 63 | 1D | 50 | 63 | 23 |
| Octal | 167 | 264 | 1 | 42 | 0 | 143 | 35 | 120 | 143 | 43 |
| Binary | 1110111 | 10110100 | 1 | 100010 | 0 | 1100011 | 11101 | 1010000 | 1100011 | 100011 |
Color Harmonies of #77B401
Complementary color
Monochromatic Colors of #77B401
Black with #77B401
Text Example
Text Example
White with #77B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B401; }
p { color: rgb(119,180,1); }
H1.HeaderClassName
{
color: #77B401;
}
.AnyTagClassName
{
color: #77B401;
}
</style>
background-color css
<style>
a { background-color: #77B401; }
a { background-color: rgb(119,180,1); }
div.DivClassName
{
background-color: #77B401;
}
.BgClassName
{
background-color: #77B401;
}
</style>
border-color css
<style>
span { border-color: #77B401; }
span { border-color: rgb(119,180,1); }
td.TdClassName
{
border-color: #77B401;
}
.TagClassName
{
border-color: #77B401;
}
</style>