Shades of Finch #787966
Tints of Finch #787966
RGB
CMYK
RGB Variations
Color information
#787966 (or 0x787966) is known color: Finch. HEX triplet: 78, 79 and 66. RGB value is (120,121,102). Sum of RGB (Red+Green+Blue) = 120+121+102=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #787966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787966 is #878699. Grayscale: #767676. Windows color (decimal): -8881818 or 6715768. OLE color: 6715768.
HSL color Cylindrical-coordinate representation of color #787966: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #787966 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 102 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.53 |
| HSL | 63.16º | 0.09% | 0.44% | - |
| HSV(B) | 63.16º | 0.16% | 0.47% | - |
| XYZ | 16.98 | 18.63 | 15.27 | - |
| YUV | 118.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 102 | 0.01 | 0 | 0.16 | 0.53 | 63.16 | 0.09 | 0.44 |
| Hex | 78 | 79 | 66 | 1 | 0 | 10 | 35 | 3F | 9 | 2C |
| Octal | 170 | 171 | 146 | 1 | 0 | 20 | 65 | 77 | 11 | 54 |
| Binary | 1111000 | 1111001 | 1100110 | 1 | 0 | 10000 | 110101 | 111111 | 1001 | 101100 |
Color Harmonies of #787966
Complementary color
Monochromatic Colors of #787966
Black with #787966
Text Example
Text Example
White with #787966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787966; }
p { color: rgb(120,121,102); }
H1.HeaderClassName
{
color: #787966;
}
.AnyTagClassName
{
color: #787966;
}
</style>
background-color css
<style>
a { background-color: #787966; }
a { background-color: rgb(120,121,102); }
div.DivClassName
{
background-color: #787966;
}
.BgClassName
{
background-color: #787966;
}
</style>
border-color css
<style>
span { border-color: #787966; }
span { border-color: rgb(120,121,102); }
td.TdClassName
{
border-color: #787966;
}
.TagClassName
{
border-color: #787966;
}
</style>