Shades of Finch #76785F
Tints of Finch #76785F
RGB
CMYK
RGB Variations
Color information
#76785F (or 0x76785F) is known color: Finch. HEX triplet: 76, 78 and 5F. RGB value is (118,120,95). Sum of RGB (Red+Green+Blue) = 118+120+95=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 120 - color contains mainly: green. Hex color #76785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76785F is #8987A0. Grayscale: #747474. Windows color (decimal): -9013153 or 6256758. OLE color: 6256758.
HSL color Cylindrical-coordinate representation of color #76785F: hue angle of 64.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76785F is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 95 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.53 |
| HSL | 64.8º | 0.12% | 0.42% | - |
| HSV(B) | 64.8º | 0.21% | 0.47% | - |
| XYZ | 16.25 | 18.11 | 13.47 | - |
| YUV | 116.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 95 | 0.02 | 0 | 0.21 | 0.53 | 64.8 | 0.12 | 0.42 |
| Hex | 76 | 78 | 5F | 2 | 0 | 15 | 35 | 41 | C | 2A |
| Octal | 166 | 170 | 137 | 2 | 0 | 25 | 65 | 101 | 14 | 52 |
| Binary | 1110110 | 1111000 | 1011111 | 10 | 0 | 10101 | 110101 | 1000001 | 1100 | 101010 |
Color Harmonies of #76785F
Complementary color
Monochromatic Colors of #76785F
Black with #76785F
Text Example
Text Example
White with #76785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76785F; }
p { color: rgb(118,120,95); }
H1.HeaderClassName
{
color: #76785F;
}
.AnyTagClassName
{
color: #76785F;
}
</style>
background-color css
<style>
a { background-color: #76785F; }
a { background-color: rgb(118,120,95); }
div.DivClassName
{
background-color: #76785F;
}
.BgClassName
{
background-color: #76785F;
}
</style>
border-color css
<style>
span { border-color: #76785F; }
span { border-color: rgb(118,120,95); }
td.TdClassName
{
border-color: #76785F;
}
.TagClassName
{
border-color: #76785F;
}
</style>