Shades of Finch #787953
Tints of Finch #787953
RGB
CMYK
RGB Variations
Color information
#787953 (or 0x787953) is known color: Finch. HEX triplet: 78, 79 and 53. RGB value is (120,121,83). Sum of RGB (Red+Green+Blue) = 120+121+83=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 121 - color contains mainly: green. Hex color #787953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787953 is #8786AC. Grayscale: #747474. Windows color (decimal): -8881837 or 5470584. OLE color: 5470584.
HSL color Cylindrical-coordinate representation of color #787953: hue angle of 61.58º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #787953 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 83 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.53 |
| HSL | 61.58º | 0.19% | 0.4% | - |
| HSV(B) | 61.58º | 0.31% | 0.47% | - |
| XYZ | 16.14 | 18.29 | 10.86 | - |
| YUV | 116.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 83 | 0.01 | 0 | 0.31 | 0.53 | 61.58 | 0.19 | 0.4 |
| Hex | 78 | 79 | 53 | 1 | 0 | 1F | 35 | 3E | 13 | 28 |
| Octal | 170 | 171 | 123 | 1 | 0 | 37 | 65 | 76 | 23 | 50 |
| Binary | 1111000 | 1111001 | 1010011 | 1 | 0 | 11111 | 110101 | 111110 | 10011 | 101000 |
Color Harmonies of #787953
Complementary color
Monochromatic Colors of #787953
Black with #787953
Text Example
Text Example
White with #787953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787953; }
p { color: rgb(120,121,83); }
H1.HeaderClassName
{
color: #787953;
}
.AnyTagClassName
{
color: #787953;
}
</style>
background-color css
<style>
a { background-color: #787953; }
a { background-color: rgb(120,121,83); }
div.DivClassName
{
background-color: #787953;
}
.BgClassName
{
background-color: #787953;
}
</style>
border-color css
<style>
span { border-color: #787953; }
span { border-color: rgb(120,121,83); }
td.TdClassName
{
border-color: #787953;
}
.TagClassName
{
border-color: #787953;
}
</style>