Shades of Finch #76784B
Tints of Finch #76784B
RGB
CMYK
RGB Variations
Color information
#76784B (or 0x76784B) is known color: Finch. HEX triplet: 76, 78 and 4B. RGB value is (118,120,75). Sum of RGB (Red+Green+Blue) = 118+120+75=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #76784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76784B is #8987B4. Grayscale: #727272. Windows color (decimal): -9013173 or 4946038. OLE color: 4946038.
HSL color Cylindrical-coordinate representation of color #76784B: hue angle of 62.67º degrees, saturation: 0.23, 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 #76784B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 75 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.53 |
| HSL | 62.67º | 0.23% | 0.38% | - |
| HSV(B) | 62.67º | 0.38% | 0.47% | - |
| XYZ | 15.46 | 17.79 | 9.28 | - |
| YUV | 114.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 75 | 0.02 | 0 | 0.37 | 0.53 | 62.67 | 0.23 | 0.38 |
| Hex | 76 | 78 | 4B | 2 | 0 | 25 | 35 | 3F | 17 | 26 |
| Octal | 166 | 170 | 113 | 2 | 0 | 45 | 65 | 77 | 27 | 46 |
| Binary | 1110110 | 1111000 | 1001011 | 10 | 0 | 100101 | 110101 | 111111 | 10111 | 100110 |
Color Harmonies of #76784B
Complementary color
Monochromatic Colors of #76784B
Black with #76784B
Text Example
Text Example
White with #76784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76784B; }
p { color: rgb(118,120,75); }
H1.HeaderClassName
{
color: #76784B;
}
.AnyTagClassName
{
color: #76784B;
}
</style>
background-color css
<style>
a { background-color: #76784B; }
a { background-color: rgb(118,120,75); }
div.DivClassName
{
background-color: #76784B;
}
.BgClassName
{
background-color: #76784B;
}
</style>
border-color css
<style>
span { border-color: #76784B; }
span { border-color: rgb(118,120,75); }
td.TdClassName
{
border-color: #76784B;
}
.TagClassName
{
border-color: #76784B;
}
</style>