Shades of Finch #76765F
Tints of Finch #76765F
RGB
CMYK
RGB Variations
Color information
#76765F (or 0x76765F) is known color: Finch. HEX triplet: 76, 76 and 5F. RGB value is (118,118,95). Sum of RGB (Red+Green+Blue) = 118+118+95=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76765F is #8989A0. Grayscale: #737373. Windows color (decimal): -9013665 or 6256246. OLE color: 6256246.
HSL color Cylindrical-coordinate representation of color #76765F: 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.19%. Process color model (Four color, CMYK) of #76765F is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 95 | - |
| CMYK | 0 | 0 | 0.19 | 0.54 |
| HSL | 60º | 0.11% | 0.42% | - |
| HSV(B) | 60º | 0.19% | 0.46% | - |
| XYZ | 16.02 | 17.63 | 13.39 | - |
| YUV | 115.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 95 | 0 | 0 | 0.19 | 0.54 | 60 | 0.11 | 0.42 |
| Hex | 76 | 76 | 5F | 0 | 0 | 13 | 36 | 3C | B | 2A |
| Octal | 166 | 166 | 137 | 0 | 0 | 23 | 66 | 74 | 13 | 52 |
| Binary | 1110110 | 1110110 | 1011111 | 0 | 0 | 10011 | 110110 | 111100 | 1011 | 101010 |
Color Harmonies of #76765F
Complementary color
Monochromatic Colors of #76765F
Black with #76765F
Text Example
Text Example
White with #76765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76765F; }
p { color: rgb(118,118,95); }
H1.HeaderClassName
{
color: #76765F;
}
.AnyTagClassName
{
color: #76765F;
}
</style>
background-color css
<style>
a { background-color: #76765F; }
a { background-color: rgb(118,118,95); }
div.DivClassName
{
background-color: #76765F;
}
.BgClassName
{
background-color: #76765F;
}
</style>
border-color css
<style>
span { border-color: #76765F; }
span { border-color: rgb(118,118,95); }
td.TdClassName
{
border-color: #76765F;
}
.TagClassName
{
border-color: #76765F;
}
</style>