Shades of Finch #76775E
Tints of Finch #76775E
RGB
CMYK
RGB Variations
Color information
#76775E (or 0x76775E) is known color: Finch. HEX triplet: 76, 77 and 5E. RGB value is (118,119,94). Sum of RGB (Red+Green+Blue) = 118+119+94=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #76775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76775E is #8988A1. Grayscale: #737373. Windows color (decimal): -9013410 or 6190966. OLE color: 6190966.
HSL color Cylindrical-coordinate representation of color #76775E: hue angle of 62.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76775E is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 94 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.53 |
| HSL | 62.4º | 0.12% | 0.42% | - |
| HSV(B) | 62.4º | 0.21% | 0.47% | - |
| XYZ | 16.09 | 17.85 | 13.19 | - |
| YUV | 115.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 94 | 0.01 | 0 | 0.21 | 0.53 | 62.4 | 0.12 | 0.42 |
| Hex | 76 | 77 | 5E | 1 | 0 | 15 | 35 | 3E | C | 2A |
| Octal | 166 | 167 | 136 | 1 | 0 | 25 | 65 | 76 | 14 | 52 |
| Binary | 1110110 | 1110111 | 1011110 | 1 | 0 | 10101 | 110101 | 111110 | 1100 | 101010 |
Color Harmonies of #76775E
Complementary color
Monochromatic Colors of #76775E
Black with #76775E
Text Example
Text Example
White with #76775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76775E; }
p { color: rgb(118,119,94); }
H1.HeaderClassName
{
color: #76775E;
}
.AnyTagClassName
{
color: #76775E;
}
</style>
background-color css
<style>
a { background-color: #76775E; }
a { background-color: rgb(118,119,94); }
div.DivClassName
{
background-color: #76775E;
}
.BgClassName
{
background-color: #76775E;
}
</style>
border-color css
<style>
span { border-color: #76775E; }
span { border-color: rgb(118,119,94); }
td.TdClassName
{
border-color: #76775E;
}
.TagClassName
{
border-color: #76775E;
}
</style>