Shades of Finch #767747
Tints of Finch #767747
RGB
CMYK
RGB Variations
Color information
#767747 (or 0x767747) is known color: Finch. HEX triplet: 76, 77 and 47. RGB value is (118,119,71). Sum of RGB (Red+Green+Blue) = 118+119+71=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #767747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767747 is #8988B8. Grayscale: #717171. Windows color (decimal): -9013433 or 4683638. OLE color: 4683638.
HSL color Cylindrical-coordinate representation of color #767747: hue angle of 61.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #767747 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 71 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.53 |
| HSL | 61.25º | 0.25% | 0.37% | - |
| HSV(B) | 61.25º | 0.4% | 0.47% | - |
| XYZ | 15.21 | 17.5 | 8.54 | - |
| YUV | 113.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 71 | 0.01 | 0 | 0.40 | 0.53 | 61.25 | 0.25 | 0.37 |
| Hex | 76 | 77 | 47 | 1 | 0 | 28 | 35 | 3D | 19 | 25 |
| Octal | 166 | 167 | 107 | 1 | 0 | 50 | 65 | 75 | 31 | 45 |
| Binary | 1110110 | 1110111 | 1000111 | 1 | 0 | 101000 | 110101 | 111101 | 11001 | 100101 |
Color Harmonies of #767747
Complementary color
Monochromatic Colors of #767747
Black with #767747
Text Example
Text Example
White with #767747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767747; }
p { color: rgb(118,119,71); }
H1.HeaderClassName
{
color: #767747;
}
.AnyTagClassName
{
color: #767747;
}
</style>
background-color css
<style>
a { background-color: #767747; }
a { background-color: rgb(118,119,71); }
div.DivClassName
{
background-color: #767747;
}
.BgClassName
{
background-color: #767747;
}
</style>
border-color css
<style>
span { border-color: #767747; }
span { border-color: rgb(118,119,71); }
td.TdClassName
{
border-color: #767747;
}
.TagClassName
{
border-color: #767747;
}
</style>