Shades of Finch #778A4C
Tints of Finch #778A4C
RGB
CMYK
RGB Variations
Color information
#778A4C (or 0x778A4C) is known color: Finch. HEX triplet: 77, 8A and 4C. RGB value is (119,138,76). Sum of RGB (Red+Green+Blue) = 119+138+76=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #778A4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778A4C is #8875B3. Grayscale: #7D7D7D. Windows color (decimal): -8943028 or 5016183. OLE color: 5016183.
HSL color Cylindrical-coordinate representation of color #778A4C: hue angle of 78.39º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #778A4C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 76 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.46 |
| HSL | 78.39º | 0.29% | 0.42% | - |
| HSV(B) | 78.39º | 0.45% | 0.54% | - |
| XYZ | 18 | 22.62 | 10.25 | - |
| YUV | 125.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 76 | 0.14 | 0 | 0.45 | 0.46 | 78.39 | 0.29 | 0.42 |
| Hex | 77 | 8A | 4C | E | 0 | 2D | 2E | 4E | 1D | 2A |
| Octal | 167 | 212 | 114 | 16 | 0 | 55 | 56 | 116 | 35 | 52 |
| Binary | 1110111 | 10001010 | 1001100 | 1110 | 0 | 101101 | 101110 | 1001110 | 11101 | 101010 |
Color Harmonies of #778A4C
Complementary color
Monochromatic Colors of #778A4C
Black with #778A4C
Text Example
Text Example
White with #778A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A4C; }
p { color: rgb(119,138,76); }
H1.HeaderClassName
{
color: #778A4C;
}
.AnyTagClassName
{
color: #778A4C;
}
</style>
background-color css
<style>
a { background-color: #778A4C; }
a { background-color: rgb(119,138,76); }
div.DivClassName
{
background-color: #778A4C;
}
.BgClassName
{
background-color: #778A4C;
}
</style>
border-color css
<style>
span { border-color: #778A4C; }
span { border-color: rgb(119,138,76); }
td.TdClassName
{
border-color: #778A4C;
}
.TagClassName
{
border-color: #778A4C;
}
</style>