Shades of Finch #787955
Tints of Finch #787955
RGB
CMYK
RGB Variations
Color information
#787955 (or 0x787955) is known color: Finch. HEX triplet: 78, 79 and 55. RGB value is (120,121,85). Sum of RGB (Red+Green+Blue) = 120+121+85=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #787955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787955 is #8786AA. Grayscale: #747474. Windows color (decimal): -8881835 or 5601656. OLE color: 5601656.
HSL color Cylindrical-coordinate representation of color #787955: hue angle of 61.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #787955 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 85 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.53 |
| HSL | 61.67º | 0.17% | 0.4% | - |
| HSV(B) | 61.67º | 0.3% | 0.47% | - |
| XYZ | 16.22 | 18.32 | 11.28 | - |
| YUV | 116.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 85 | 0.01 | 0 | 0.30 | 0.53 | 61.67 | 0.17 | 0.4 |
| Hex | 78 | 79 | 55 | 1 | 0 | 1E | 35 | 3E | 11 | 28 |
| Octal | 170 | 171 | 125 | 1 | 0 | 36 | 65 | 76 | 21 | 50 |
| Binary | 1111000 | 1111001 | 1010101 | 1 | 0 | 11110 | 110101 | 111110 | 10001 | 101000 |
Color Harmonies of #787955
Complementary color
Monochromatic Colors of #787955
Black with #787955
Text Example
Text Example
White with #787955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787955; }
p { color: rgb(120,121,85); }
H1.HeaderClassName
{
color: #787955;
}
.AnyTagClassName
{
color: #787955;
}
</style>
background-color css
<style>
a { background-color: #787955; }
a { background-color: rgb(120,121,85); }
div.DivClassName
{
background-color: #787955;
}
.BgClassName
{
background-color: #787955;
}
</style>
border-color css
<style>
span { border-color: #787955; }
span { border-color: rgb(120,121,85); }
td.TdClassName
{
border-color: #787955;
}
.TagClassName
{
border-color: #787955;
}
</style>