Shades of Finch #74765E
Tints of Finch #74765E
RGB
CMYK
RGB Variations
Color information
#74765E (or 0x74765E) is known color: Finch. HEX triplet: 74, 76 and 5E. RGB value is (116,118,94). Sum of RGB (Red+Green+Blue) = 116+118+94=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #74765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74765E is #8B89A1. Grayscale: #727272. Windows color (decimal): -9144738 or 6190708. OLE color: 6190708.
HSL color Cylindrical-coordinate representation of color #74765E: hue angle of 65º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74765E is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 94 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.54 |
| HSL | 65º | 0.11% | 0.42% | - |
| HSV(B) | 65º | 0.2% | 0.46% | - |
| XYZ | 15.7 | 17.48 | 13.14 | - |
| YUV | 114.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 94 | 0.02 | 0 | 0.20 | 0.54 | 65 | 0.11 | 0.42 |
| Hex | 74 | 76 | 5E | 2 | 0 | 14 | 36 | 41 | B | 2A |
| Octal | 164 | 166 | 136 | 2 | 0 | 24 | 66 | 101 | 13 | 52 |
| Binary | 1110100 | 1110110 | 1011110 | 10 | 0 | 10100 | 110110 | 1000001 | 1011 | 101010 |
Color Harmonies of #74765E
Complementary color
Monochromatic Colors of #74765E
Black with #74765E
Text Example
Text Example
White with #74765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74765E; }
p { color: rgb(116,118,94); }
H1.HeaderClassName
{
color: #74765E;
}
.AnyTagClassName
{
color: #74765E;
}
</style>
background-color css
<style>
a { background-color: #74765E; }
a { background-color: rgb(116,118,94); }
div.DivClassName
{
background-color: #74765E;
}
.BgClassName
{
background-color: #74765E;
}
</style>
border-color css
<style>
span { border-color: #74765E; }
span { border-color: rgb(116,118,94); }
td.TdClassName
{
border-color: #74765E;
}
.TagClassName
{
border-color: #74765E;
}
</style>