Shades of Finch #787B66
Tints of Finch #787B66
RGB
CMYK
RGB Variations
Color information
#787B66 (or 0x787B66) is known color: Finch. HEX triplet: 78, 7B and 66. RGB value is (120,123,102). Sum of RGB (Red+Green+Blue) = 120+123+102=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #787B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B66 is #878499. Grayscale: #777777. Windows color (decimal): -8881306 or 6716280. OLE color: 6716280.
HSL color Cylindrical-coordinate representation of color #787B66: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #787B66 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 123 | 102 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.52 |
| HSL | 68.57º | 0.09% | 0.44% | - |
| HSV(B) | 68.57º | 0.17% | 0.48% | - |
| XYZ | 17.23 | 19.12 | 15.35 | - |
| YUV | 119.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 102 | 0.02 | 0 | 0.17 | 0.52 | 68.57 | 0.09 | 0.44 |
| Hex | 78 | 7B | 66 | 2 | 0 | 11 | 34 | 45 | 9 | 2C |
| Octal | 170 | 173 | 146 | 2 | 0 | 21 | 64 | 105 | 11 | 54 |
| Binary | 1111000 | 1111011 | 1100110 | 10 | 0 | 10001 | 110100 | 1000101 | 1001 | 101100 |
Color Harmonies of #787B66
Complementary color
Monochromatic Colors of #787B66
Black with #787B66
Text Example
Text Example
White with #787B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B66; }
p { color: rgb(120,123,102); }
H1.HeaderClassName
{
color: #787B66;
}
.AnyTagClassName
{
color: #787B66;
}
</style>
background-color css
<style>
a { background-color: #787B66; }
a { background-color: rgb(120,123,102); }
div.DivClassName
{
background-color: #787B66;
}
.BgClassName
{
background-color: #787B66;
}
</style>
border-color css
<style>
span { border-color: #787B66; }
span { border-color: rgb(120,123,102); }
td.TdClassName
{
border-color: #787B66;
}
.TagClassName
{
border-color: #787B66;
}
</style>