Shades of Finch #778548
Tints of Finch #778548
RGB
CMYK
RGB Variations
Color information
#778548 (or 0x778548) is known color: Finch. HEX triplet: 77, 85 and 48. RGB value is (119,133,72). Sum of RGB (Red+Green+Blue) = 119+133+72=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #778548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778548 is #887AB7. Grayscale: #7A7A7A. Windows color (decimal): -8944312 or 4752759. OLE color: 4752759.
HSL color Cylindrical-coordinate representation of color #778548: hue angle of 73.77º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778548 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 72 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.48 |
| HSL | 73.77º | 0.3% | 0.4% | - |
| HSV(B) | 73.77º | 0.46% | 0.52% | - |
| XYZ | 17.16 | 21.16 | 9.31 | - |
| YUV | 121.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 72 | 0.11 | 0 | 0.46 | 0.48 | 73.77 | 0.3 | 0.4 |
| Hex | 77 | 85 | 48 | B | 0 | 2E | 30 | 4A | 1E | 28 |
| Octal | 167 | 205 | 110 | 13 | 0 | 56 | 60 | 112 | 36 | 50 |
| Binary | 1110111 | 10000101 | 1001000 | 1011 | 0 | 101110 | 110000 | 1001010 | 11110 | 101000 |
Color Harmonies of #778548
Complementary color
Monochromatic Colors of #778548
Black with #778548
Text Example
Text Example
White with #778548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778548; }
p { color: rgb(119,133,72); }
H1.HeaderClassName
{
color: #778548;
}
.AnyTagClassName
{
color: #778548;
}
</style>
background-color css
<style>
a { background-color: #778548; }
a { background-color: rgb(119,133,72); }
div.DivClassName
{
background-color: #778548;
}
.BgClassName
{
background-color: #778548;
}
</style>
border-color css
<style>
span { border-color: #778548; }
span { border-color: rgb(119,133,72); }
td.TdClassName
{
border-color: #778548;
}
.TagClassName
{
border-color: #778548;
}
</style>