Shades of Finch #778555
Tints of Finch #778555
RGB
CMYK
RGB Variations
Color information
#778555 (or 0x778555) is known color: Finch. HEX triplet: 77, 85 and 55. RGB value is (119,133,85). Sum of RGB (Red+Green+Blue) = 119+133+85=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #778555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778555 is #887AAA. Grayscale: #7B7B7B. Windows color (decimal): -8944299 or 5604727. OLE color: 5604727.
HSL color Cylindrical-coordinate representation of color #778555: hue angle of 77.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #778555 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 85 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.48 |
| HSL | 77.5º | 0.22% | 0.43% | - |
| HSV(B) | 77.5º | 0.36% | 0.52% | - |
| XYZ | 17.63 | 21.35 | 11.79 | - |
| YUV | 123.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 85 | 0.11 | 0 | 0.36 | 0.48 | 77.5 | 0.22 | 0.43 |
| Hex | 77 | 85 | 55 | B | 0 | 24 | 30 | 4E | 16 | 2B |
| Octal | 167 | 205 | 125 | 13 | 0 | 44 | 60 | 116 | 26 | 53 |
| Binary | 1110111 | 10000101 | 1010101 | 1011 | 0 | 100100 | 110000 | 1001110 | 10110 | 101011 |
Color Harmonies of #778555
Complementary color
Monochromatic Colors of #778555
Black with #778555
Text Example
Text Example
White with #778555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778555; }
p { color: rgb(119,133,85); }
H1.HeaderClassName
{
color: #778555;
}
.AnyTagClassName
{
color: #778555;
}
</style>
background-color css
<style>
a { background-color: #778555; }
a { background-color: rgb(119,133,85); }
div.DivClassName
{
background-color: #778555;
}
.BgClassName
{
background-color: #778555;
}
</style>
border-color css
<style>
span { border-color: #778555; }
span { border-color: rgb(119,133,85); }
td.TdClassName
{
border-color: #778555;
}
.TagClassName
{
border-color: #778555;
}
</style>