Shades of Finch #787E55
Tints of Finch #787E55
RGB
CMYK
RGB Variations
Color information
#787E55 (or 0x787E55) is known color: Finch. HEX triplet: 78, 7E and 55. RGB value is (120,126,85). Sum of RGB (Red+Green+Blue) = 120+126+85=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 126 - color contains mainly: green. Hex color #787E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787E55 is #8781AA. Grayscale: #777777. Windows color (decimal): -8880555 or 5602936. OLE color: 5602936.
HSL color Cylindrical-coordinate representation of color #787E55: hue angle of 68.78º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787E55 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 85 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.51 |
| HSL | 68.78º | 0.19% | 0.41% | - |
| HSV(B) | 68.78º | 0.33% | 0.49% | - |
| XYZ | 16.85 | 19.57 | 11.48 | - |
| YUV | 119.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 85 | 0.05 | 0 | 0.33 | 0.51 | 68.78 | 0.19 | 0.41 |
| Hex | 78 | 7E | 55 | 5 | 0 | 21 | 33 | 45 | 13 | 29 |
| Octal | 170 | 176 | 125 | 5 | 0 | 41 | 63 | 105 | 23 | 51 |
| Binary | 1111000 | 1111110 | 1010101 | 101 | 0 | 100001 | 110011 | 1000101 | 10011 | 101001 |
Color Harmonies of #787E55
Complementary color
Monochromatic Colors of #787E55
Black with #787E55
Text Example
Text Example
White with #787E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E55; }
p { color: rgb(120,126,85); }
H1.HeaderClassName
{
color: #787E55;
}
.AnyTagClassName
{
color: #787E55;
}
</style>
background-color css
<style>
a { background-color: #787E55; }
a { background-color: rgb(120,126,85); }
div.DivClassName
{
background-color: #787E55;
}
.BgClassName
{
background-color: #787E55;
}
</style>
border-color css
<style>
span { border-color: #787E55; }
span { border-color: rgb(120,126,85); }
td.TdClassName
{
border-color: #787E55;
}
.TagClassName
{
border-color: #787E55;
}
</style>