Shades of Christi #779D1C
Tints of Christi #779D1C
RGB
CMYK
RGB Variations
Color information
#779D1C (or 0x779D1C) is known color: Christi. HEX triplet: 77, 9D and 1C. RGB value is (119,157,28). Sum of RGB (Red+Green+Blue) = 119+157+28=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #779D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D1C is #8862E3. Grayscale: #838383. Windows color (decimal): -8938212 or 1875319. OLE color: 1875319.
HSL color Cylindrical-coordinate representation of color #779D1C: hue angle of 77.67º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #779D1C is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 28 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.38 |
| HSL | 77.67º | 0.7% | 0.36% | - |
| HSV(B) | 77.67º | 0.82% | 0.62% | - |
| XYZ | 19.87 | 28.12 | 5.48 | - |
| YUV | 130.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 28 | 0.24 | 0 | 0.82 | 0.38 | 77.67 | 0.7 | 0.36 |
| Hex | 77 | 9D | 1C | 18 | 0 | 52 | 26 | 4E | 46 | 24 |
| Octal | 167 | 235 | 34 | 30 | 0 | 122 | 46 | 116 | 106 | 44 |
| Binary | 1110111 | 10011101 | 11100 | 11000 | 0 | 1010010 | 100110 | 1001110 | 1000110 | 100100 |
Color Harmonies of #779D1C
Complementary color
Monochromatic Colors of #779D1C
Black with #779D1C
Text Example
Text Example
White with #779D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D1C; }
p { color: rgb(119,157,28); }
H1.HeaderClassName
{
color: #779D1C;
}
.AnyTagClassName
{
color: #779D1C;
}
</style>
background-color css
<style>
a { background-color: #779D1C; }
a { background-color: rgb(119,157,28); }
div.DivClassName
{
background-color: #779D1C;
}
.BgClassName
{
background-color: #779D1C;
}
</style>
border-color css
<style>
span { border-color: #779D1C; }
span { border-color: rgb(119,157,28); }
td.TdClassName
{
border-color: #779D1C;
}
.TagClassName
{
border-color: #779D1C;
}
</style>