Shades of Finch #787A55
Tints of Finch #787A55
RGB
CMYK
RGB Variations
Color information
#787A55 (or 0x787A55) is known color: Finch. HEX triplet: 78, 7A and 55. RGB value is (120,122,85). Sum of RGB (Red+Green+Blue) = 120+122+85=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 122 - color contains mainly: green. Hex color #787A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A55 is #8785AA. Grayscale: #757575. Windows color (decimal): -8881579 or 5601912. OLE color: 5601912.
HSL color Cylindrical-coordinate representation of color #787A55: hue angle of 63.24º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #787A55 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 122 | 85 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.52 |
| HSL | 63.24º | 0.18% | 0.41% | - |
| HSV(B) | 63.24º | 0.3% | 0.48% | - |
| XYZ | 16.34 | 18.57 | 11.32 | - |
| YUV | 117.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 85 | 0.02 | 0 | 0.30 | 0.52 | 63.24 | 0.18 | 0.41 |
| Hex | 78 | 7A | 55 | 2 | 0 | 1E | 34 | 3F | 12 | 29 |
| Octal | 170 | 172 | 125 | 2 | 0 | 36 | 64 | 77 | 22 | 51 |
| Binary | 1111000 | 1111010 | 1010101 | 10 | 0 | 11110 | 110100 | 111111 | 10010 | 101001 |
Color Harmonies of #787A55
Complementary color
Monochromatic Colors of #787A55
Black with #787A55
Text Example
Text Example
White with #787A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A55; }
p { color: rgb(120,122,85); }
H1.HeaderClassName
{
color: #787A55;
}
.AnyTagClassName
{
color: #787A55;
}
</style>
background-color css
<style>
a { background-color: #787A55; }
a { background-color: rgb(120,122,85); }
div.DivClassName
{
background-color: #787A55;
}
.BgClassName
{
background-color: #787A55;
}
</style>
border-color css
<style>
span { border-color: #787A55; }
span { border-color: rgb(120,122,85); }
td.TdClassName
{
border-color: #787A55;
}
.TagClassName
{
border-color: #787A55;
}
</style>