Shades of Finch #767656
Tints of Finch #767656
RGB
CMYK
RGB Variations
Color information
#767656 (or 0x767656) is known color: Finch. HEX triplet: 76, 76 and 56. RGB value is (118,118,86). Sum of RGB (Red+Green+Blue) = 118+118+86=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767656 is #8989A9. Grayscale: #727272. Windows color (decimal): -9013674 or 5666422. OLE color: 5666422.
HSL color Cylindrical-coordinate representation of color #767656: hue angle of 60º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767656 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 86 | - |
| CMYK | 0 | 0 | 0.27 | 0.54 |
| HSL | 60º | 0.16% | 0.4% | - |
| HSV(B) | 60º | 0.27% | 0.46% | - |
| XYZ | 15.63 | 17.48 | 11.35 | - |
| YUV | 114.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 86 | 0 | 0 | 0.27 | 0.54 | 60 | 0.16 | 0.4 |
| Hex | 76 | 76 | 56 | 0 | 0 | 1B | 36 | 3C | 10 | 28 |
| Octal | 166 | 166 | 126 | 0 | 0 | 33 | 66 | 74 | 20 | 50 |
| Binary | 1110110 | 1110110 | 1010110 | 0 | 0 | 11011 | 110110 | 111100 | 10000 | 101000 |
Color Harmonies of #767656
Complementary color
Monochromatic Colors of #767656
Black with #767656
Text Example
Text Example
White with #767656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767656; }
p { color: rgb(118,118,86); }
H1.HeaderClassName
{
color: #767656;
}
.AnyTagClassName
{
color: #767656;
}
</style>
background-color css
<style>
a { background-color: #767656; }
a { background-color: rgb(118,118,86); }
div.DivClassName
{
background-color: #767656;
}
.BgClassName
{
background-color: #767656;
}
</style>
border-color css
<style>
span { border-color: #767656; }
span { border-color: rgb(118,118,86); }
td.TdClassName
{
border-color: #767656;
}
.TagClassName
{
border-color: #767656;
}
</style>