Shades of Finch #76764E
Tints of Finch #76764E
RGB
CMYK
RGB Variations
Color information
#76764E (or 0x76764E) is known color: Finch. HEX triplet: 76, 76 and 4E. RGB value is (118,118,78). Sum of RGB (Red+Green+Blue) = 118+118+78=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76764E is #8989B1. Grayscale: #717171. Windows color (decimal): -9013682 or 5142134. OLE color: 5142134.
HSL color Cylindrical-coordinate representation of color #76764E: hue angle of 60º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76764E is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 78 | - |
| CMYK | 0 | 0 | 0.34 | 0.54 |
| HSL | 60º | 0.2% | 0.38% | - |
| HSV(B) | 60º | 0.34% | 0.46% | - |
| XYZ | 15.32 | 17.36 | 9.75 | - |
| YUV | 113.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 78 | 0 | 0 | 0.34 | 0.54 | 60 | 0.2 | 0.38 |
| Hex | 76 | 76 | 4E | 0 | 0 | 22 | 36 | 3C | 14 | 26 |
| Octal | 166 | 166 | 116 | 0 | 0 | 42 | 66 | 74 | 24 | 46 |
| Binary | 1110110 | 1110110 | 1001110 | 0 | 0 | 100010 | 110110 | 111100 | 10100 | 100110 |
Color Harmonies of #76764E
Complementary color
Monochromatic Colors of #76764E
Black with #76764E
Text Example
Text Example
White with #76764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76764E; }
p { color: rgb(118,118,78); }
H1.HeaderClassName
{
color: #76764E;
}
.AnyTagClassName
{
color: #76764E;
}
</style>
background-color css
<style>
a { background-color: #76764E; }
a { background-color: rgb(118,118,78); }
div.DivClassName
{
background-color: #76764E;
}
.BgClassName
{
background-color: #76764E;
}
</style>
border-color css
<style>
span { border-color: #76764E; }
span { border-color: rgb(118,118,78); }
td.TdClassName
{
border-color: #76764E;
}
.TagClassName
{
border-color: #76764E;
}
</style>