Shades of Finch #76784A
Tints of Finch #76784A
RGB
CMYK
RGB Variations
Color information
#76784A (or 0x76784A) is known color: Finch. HEX triplet: 76, 78 and 4A. RGB value is (118,120,74). Sum of RGB (Red+Green+Blue) = 118+120+74=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #76784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76784A is #8987B5. Grayscale: #727272. Windows color (decimal): -9013174 or 4880502. OLE color: 4880502.
HSL color Cylindrical-coordinate representation of color #76784A: hue angle of 62.61º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76784A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 74 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.53 |
| HSL | 62.61º | 0.24% | 0.38% | - |
| HSV(B) | 62.61º | 0.38% | 0.47% | - |
| XYZ | 15.42 | 17.78 | 9.1 | - |
| YUV | 114.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 74 | 0.02 | 0 | 0.38 | 0.53 | 62.61 | 0.24 | 0.38 |
| Hex | 76 | 78 | 4A | 2 | 0 | 26 | 35 | 3F | 18 | 26 |
| Octal | 166 | 170 | 112 | 2 | 0 | 46 | 65 | 77 | 30 | 46 |
| Binary | 1110110 | 1111000 | 1001010 | 10 | 0 | 100110 | 110101 | 111111 | 11000 | 100110 |
Color Harmonies of #76784A
Complementary color
Monochromatic Colors of #76784A
Black with #76784A
Text Example
Text Example
White with #76784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76784A; }
p { color: rgb(118,120,74); }
H1.HeaderClassName
{
color: #76784A;
}
.AnyTagClassName
{
color: #76784A;
}
</style>
background-color css
<style>
a { background-color: #76784A; }
a { background-color: rgb(118,120,74); }
div.DivClassName
{
background-color: #76784A;
}
.BgClassName
{
background-color: #76784A;
}
</style>
border-color css
<style>
span { border-color: #76784A; }
span { border-color: rgb(118,120,74); }
td.TdClassName
{
border-color: #76784A;
}
.TagClassName
{
border-color: #76784A;
}
</style>