Shades of Finch #76775C
Tints of Finch #76775C
RGB
CMYK
RGB Variations
Color information
#76775C (or 0x76775C) is known color: Finch. HEX triplet: 76, 77 and 5C. RGB value is (118,119,92). Sum of RGB (Red+Green+Blue) = 118+119+92=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #76775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76775C is #8988A3. Grayscale: #737373. Windows color (decimal): -9013412 or 6059894. OLE color: 6059894.
HSL color Cylindrical-coordinate representation of color #76775C: hue angle of 62.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76775C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 92 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.53 |
| HSL | 62.22º | 0.13% | 0.41% | - |
| HSV(B) | 62.22º | 0.23% | 0.47% | - |
| XYZ | 16 | 17.82 | 12.72 | - |
| YUV | 115.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 92 | 0.01 | 0 | 0.23 | 0.53 | 62.22 | 0.13 | 0.41 |
| Hex | 76 | 77 | 5C | 1 | 0 | 17 | 35 | 3E | D | 29 |
| Octal | 166 | 167 | 134 | 1 | 0 | 27 | 65 | 76 | 15 | 51 |
| Binary | 1110110 | 1110111 | 1011100 | 1 | 0 | 10111 | 110101 | 111110 | 1101 | 101001 |
Color Harmonies of #76775C
Complementary color
Monochromatic Colors of #76775C
Black with #76775C
Text Example
Text Example
White with #76775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76775C; }
p { color: rgb(118,119,92); }
H1.HeaderClassName
{
color: #76775C;
}
.AnyTagClassName
{
color: #76775C;
}
</style>
background-color css
<style>
a { background-color: #76775C; }
a { background-color: rgb(118,119,92); }
div.DivClassName
{
background-color: #76775C;
}
.BgClassName
{
background-color: #76775C;
}
</style>
border-color css
<style>
span { border-color: #76775C; }
span { border-color: rgb(118,119,92); }
td.TdClassName
{
border-color: #76775C;
}
.TagClassName
{
border-color: #76775C;
}
</style>