Shades of Finch #74755F
Tints of Finch #74755F
RGB
CMYK
RGB Variations
Color information
#74755F (or 0x74755F) is known color: Finch. HEX triplet: 74, 75 and 5F. RGB value is (116,117,95). Sum of RGB (Red+Green+Blue) = 116+117+95=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #74755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74755F is #8B8AA0. Grayscale: #727272. Windows color (decimal): -9144993 or 6255988. OLE color: 6255988.
HSL color Cylindrical-coordinate representation of color #74755F: hue angle of 62.73º degrees, saturation: 0.1, 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 #74755F is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 95 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.54 |
| HSL | 62.73º | 0.1% | 0.42% | - |
| HSV(B) | 62.73º | 0.19% | 0.46% | - |
| XYZ | 15.63 | 17.26 | 13.33 | - |
| YUV | 114.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 95 | 0.01 | 0 | 0.19 | 0.54 | 62.73 | 0.1 | 0.42 |
| Hex | 74 | 75 | 5F | 1 | 0 | 13 | 36 | 3F | A | 2A |
| Octal | 164 | 165 | 137 | 1 | 0 | 23 | 66 | 77 | 12 | 52 |
| Binary | 1110100 | 1110101 | 1011111 | 1 | 0 | 10011 | 110110 | 111111 | 1010 | 101010 |
Color Harmonies of #74755F
Complementary color
Monochromatic Colors of #74755F
Black with #74755F
Text Example
Text Example
White with #74755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74755F; }
p { color: rgb(116,117,95); }
H1.HeaderClassName
{
color: #74755F;
}
.AnyTagClassName
{
color: #74755F;
}
</style>
background-color css
<style>
a { background-color: #74755F; }
a { background-color: rgb(116,117,95); }
div.DivClassName
{
background-color: #74755F;
}
.BgClassName
{
background-color: #74755F;
}
</style>
border-color css
<style>
span { border-color: #74755F; }
span { border-color: rgb(116,117,95); }
td.TdClassName
{
border-color: #74755F;
}
.TagClassName
{
border-color: #74755F;
}
</style>