Shades of Finch #76775D
Tints of Finch #76775D
RGB
CMYK
RGB Variations
Color information
#76775D (or 0x76775D) is known color: Finch. HEX triplet: 76, 77 and 5D. RGB value is (118,119,93). Sum of RGB (Red+Green+Blue) = 118+119+93=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #76775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76775D is #8988A2. Grayscale: #737373. Windows color (decimal): -9013411 or 6125430. OLE color: 6125430.
HSL color Cylindrical-coordinate representation of color #76775D: hue angle of 62.31º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76775D is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 93 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.53 |
| HSL | 62.31º | 0.12% | 0.42% | - |
| HSV(B) | 62.31º | 0.22% | 0.47% | - |
| XYZ | 16.04 | 17.84 | 12.95 | - |
| YUV | 115.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 93 | 0.01 | 0 | 0.22 | 0.53 | 62.31 | 0.12 | 0.42 |
| Hex | 76 | 77 | 5D | 1 | 0 | 16 | 35 | 3E | C | 2A |
| Octal | 166 | 167 | 135 | 1 | 0 | 26 | 65 | 76 | 14 | 52 |
| Binary | 1110110 | 1110111 | 1011101 | 1 | 0 | 10110 | 110101 | 111110 | 1100 | 101010 |
Color Harmonies of #76775D
Complementary color
Monochromatic Colors of #76775D
Black with #76775D
Text Example
Text Example
White with #76775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76775D; }
p { color: rgb(118,119,93); }
H1.HeaderClassName
{
color: #76775D;
}
.AnyTagClassName
{
color: #76775D;
}
</style>
background-color css
<style>
a { background-color: #76775D; }
a { background-color: rgb(118,119,93); }
div.DivClassName
{
background-color: #76775D;
}
.BgClassName
{
background-color: #76775D;
}
</style>
border-color css
<style>
span { border-color: #76775D; }
span { border-color: rgb(118,119,93); }
td.TdClassName
{
border-color: #76775D;
}
.TagClassName
{
border-color: #76775D;
}
</style>