Shades of Finch #76764F
Tints of Finch #76764F
RGB
CMYK
RGB Variations
Color information
#76764F (or 0x76764F) is known color: Finch. HEX triplet: 76, 76 and 4F. RGB value is (118,118,79). Sum of RGB (Red+Green+Blue) = 118+118+79=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76764F is #8989B0. Grayscale: #717171. Windows color (decimal): -9013681 or 5207670. OLE color: 5207670.
HSL color Cylindrical-coordinate representation of color #76764F: hue angle of 60º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76764F is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 79 | - |
| CMYK | 0 | 0 | 0.33 | 0.54 |
| HSL | 60º | 0.2% | 0.39% | - |
| HSV(B) | 60º | 0.33% | 0.46% | - |
| XYZ | 15.36 | 17.37 | 9.94 | - |
| YUV | 113.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 79 | 0 | 0 | 0.33 | 0.54 | 60 | 0.2 | 0.39 |
| Hex | 76 | 76 | 4F | 0 | 0 | 21 | 36 | 3C | 14 | 27 |
| Octal | 166 | 166 | 117 | 0 | 0 | 41 | 66 | 74 | 24 | 47 |
| Binary | 1110110 | 1110110 | 1001111 | 0 | 0 | 100001 | 110110 | 111100 | 10100 | 100111 |
Color Harmonies of #76764F
Complementary color
Monochromatic Colors of #76764F
Black with #76764F
Text Example
Text Example
White with #76764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76764F; }
p { color: rgb(118,118,79); }
H1.HeaderClassName
{
color: #76764F;
}
.AnyTagClassName
{
color: #76764F;
}
</style>
background-color css
<style>
a { background-color: #76764F; }
a { background-color: rgb(118,118,79); }
div.DivClassName
{
background-color: #76764F;
}
.BgClassName
{
background-color: #76764F;
}
</style>
border-color css
<style>
span { border-color: #76764F; }
span { border-color: rgb(118,118,79); }
td.TdClassName
{
border-color: #76764F;
}
.TagClassName
{
border-color: #76764F;
}
</style>