Shades of Finch #76785A
Tints of Finch #76785A
RGB
CMYK
RGB Variations
Color information
#76785A (or 0x76785A) is known color: Finch. HEX triplet: 76, 78 and 5A. RGB value is (118,120,90). Sum of RGB (Red+Green+Blue) = 118+120+90=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #76785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76785A is #8987A5. Grayscale: #747474. Windows color (decimal): -9013158 or 5929078. OLE color: 5929078.
HSL color Cylindrical-coordinate representation of color #76785A: hue angle of 64º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76785A is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 90 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.53 |
| HSL | 64º | 0.14% | 0.41% | - |
| HSV(B) | 64º | 0.25% | 0.47% | - |
| XYZ | 16.03 | 18.02 | 12.31 | - |
| YUV | 115.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 90 | 0.02 | 0 | 0.25 | 0.53 | 64 | 0.14 | 0.41 |
| Hex | 76 | 78 | 5A | 2 | 0 | 19 | 35 | 40 | E | 29 |
| Octal | 166 | 170 | 132 | 2 | 0 | 31 | 65 | 100 | 16 | 51 |
| Binary | 1110110 | 1111000 | 1011010 | 10 | 0 | 11001 | 110101 | 1000000 | 1110 | 101001 |
Color Harmonies of #76785A
Complementary color
Monochromatic Colors of #76785A
Black with #76785A
Text Example
Text Example
White with #76785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76785A; }
p { color: rgb(118,120,90); }
H1.HeaderClassName
{
color: #76785A;
}
.AnyTagClassName
{
color: #76785A;
}
</style>
background-color css
<style>
a { background-color: #76785A; }
a { background-color: rgb(118,120,90); }
div.DivClassName
{
background-color: #76785A;
}
.BgClassName
{
background-color: #76785A;
}
</style>
border-color css
<style>
span { border-color: #76785A; }
span { border-color: rgb(118,120,90); }
td.TdClassName
{
border-color: #76785A;
}
.TagClassName
{
border-color: #76785A;
}
</style>