Shades of Finch #74765F
Tints of Finch #74765F
RGB
CMYK
RGB Variations
Color information
#74765F (or 0x74765F) is known color: Finch. HEX triplet: 74, 76 and 5F. RGB value is (116,118,95). Sum of RGB (Red+Green+Blue) = 116+118+95=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #74765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74765F is #8B89A0. Grayscale: #727272. Windows color (decimal): -9144737 or 6256244. OLE color: 6256244.
HSL color Cylindrical-coordinate representation of color #74765F: hue angle of 65.22º 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 #74765F is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 95 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.54 |
| HSL | 65.22º | 0.11% | 0.42% | - |
| HSV(B) | 65.22º | 0.19% | 0.46% | - |
| XYZ | 15.75 | 17.5 | 13.37 | - |
| YUV | 114.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 95 | 0.02 | 0 | 0.19 | 0.54 | 65.22 | 0.11 | 0.42 |
| Hex | 74 | 76 | 5F | 2 | 0 | 13 | 36 | 41 | B | 2A |
| Octal | 164 | 166 | 137 | 2 | 0 | 23 | 66 | 101 | 13 | 52 |
| Binary | 1110100 | 1110110 | 1011111 | 10 | 0 | 10011 | 110110 | 1000001 | 1011 | 101010 |
Color Harmonies of #74765F
Complementary color
Monochromatic Colors of #74765F
Black with #74765F
Text Example
Text Example
White with #74765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74765F; }
p { color: rgb(116,118,95); }
H1.HeaderClassName
{
color: #74765F;
}
.AnyTagClassName
{
color: #74765F;
}
</style>
background-color css
<style>
a { background-color: #74765F; }
a { background-color: rgb(116,118,95); }
div.DivClassName
{
background-color: #74765F;
}
.BgClassName
{
background-color: #74765F;
}
</style>
border-color css
<style>
span { border-color: #74765F; }
span { border-color: rgb(116,118,95); }
td.TdClassName
{
border-color: #74765F;
}
.TagClassName
{
border-color: #74765F;
}
</style>