Shades of Finch #76765E
Tints of Finch #76765E
RGB
CMYK
RGB Variations
Color information
#76765E (or 0x76765E) is known color: Finch. HEX triplet: 76, 76 and 5E. RGB value is (118,118,94). Sum of RGB (Red+Green+Blue) = 118+118+94=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76765E is #8989A1. Grayscale: #737373. Windows color (decimal): -9013666 or 6190710. OLE color: 6190710.
HSL color Cylindrical-coordinate representation of color #76765E: hue angle of 60º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76765E is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 94 | - |
| CMYK | 0 | 0 | 0.20 | 0.54 |
| HSL | 60º | 0.11% | 0.42% | - |
| HSV(B) | 60º | 0.2% | 0.46% | - |
| XYZ | 15.97 | 17.62 | 13.15 | - |
| YUV | 115.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 94 | 0 | 0 | 0.20 | 0.54 | 60 | 0.11 | 0.42 |
| Hex | 76 | 76 | 5E | 0 | 0 | 14 | 36 | 3C | B | 2A |
| Octal | 166 | 166 | 136 | 0 | 0 | 24 | 66 | 74 | 13 | 52 |
| Binary | 1110110 | 1110110 | 1011110 | 0 | 0 | 10100 | 110110 | 111100 | 1011 | 101010 |
Color Harmonies of #76765E
Complementary color
Monochromatic Colors of #76765E
Black with #76765E
Text Example
Text Example
White with #76765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76765E; }
p { color: rgb(118,118,94); }
H1.HeaderClassName
{
color: #76765E;
}
.AnyTagClassName
{
color: #76765E;
}
</style>
background-color css
<style>
a { background-color: #76765E; }
a { background-color: rgb(118,118,94); }
div.DivClassName
{
background-color: #76765E;
}
.BgClassName
{
background-color: #76765E;
}
</style>
border-color css
<style>
span { border-color: #76765E; }
span { border-color: rgb(118,118,94); }
td.TdClassName
{
border-color: #76765E;
}
.TagClassName
{
border-color: #76765E;
}
</style>