Shades of Finch #76804D
Tints of Finch #76804D
RGB
CMYK
RGB Variations
Color information
#76804D (or 0x76804D) is known color: Finch. HEX triplet: 76, 80 and 4D. RGB value is (118,128,77). Sum of RGB (Red+Green+Blue) = 118+128+77=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #76804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76804D is #897FB2. Grayscale: #777777. Windows color (decimal): -9011123 or 5079158. OLE color: 5079158.
HSL color Cylindrical-coordinate representation of color #76804D: hue angle of 71.76º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76804D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 77 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.50 |
| HSL | 71.76º | 0.25% | 0.4% | - |
| HSV(B) | 71.76º | 0.4% | 0.5% | - |
| XYZ | 16.53 | 19.83 | 9.98 | - |
| YUV | 119.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 77 | 0.08 | 0 | 0.40 | 0.50 | 71.76 | 0.25 | 0.4 |
| Hex | 76 | 80 | 4D | 8 | 0 | 28 | 32 | 48 | 19 | 28 |
| Octal | 166 | 200 | 115 | 10 | 0 | 50 | 62 | 110 | 31 | 50 |
| Binary | 1110110 | 10000000 | 1001101 | 1000 | 0 | 101000 | 110010 | 1001000 | 11001 | 101000 |
Color Harmonies of #76804D
Complementary color
Monochromatic Colors of #76804D
Black with #76804D
Text Example
Text Example
White with #76804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76804D; }
p { color: rgb(118,128,77); }
H1.HeaderClassName
{
color: #76804D;
}
.AnyTagClassName
{
color: #76804D;
}
</style>
background-color css
<style>
a { background-color: #76804D; }
a { background-color: rgb(118,128,77); }
div.DivClassName
{
background-color: #76804D;
}
.BgClassName
{
background-color: #76804D;
}
</style>
border-color css
<style>
span { border-color: #76804D; }
span { border-color: rgb(118,128,77); }
td.TdClassName
{
border-color: #76804D;
}
.TagClassName
{
border-color: #76804D;
}
</style>