Shades of Finch #74755E
Tints of Finch #74755E
RGB
CMYK
RGB Variations
Color information
#74755E (or 0x74755E) is known color: Finch. HEX triplet: 74, 75 and 5E. RGB value is (116,117,94). Sum of RGB (Red+Green+Blue) = 116+117+94=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #74755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74755E is #8B8AA1. Grayscale: #727272. Windows color (decimal): -9144994 or 6190452. OLE color: 6190452.
HSL color Cylindrical-coordinate representation of color #74755E: hue angle of 62.61º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74755E is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 94 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.54 |
| HSL | 62.61º | 0.11% | 0.41% | - |
| HSV(B) | 62.61º | 0.2% | 0.46% | - |
| XYZ | 15.58 | 17.24 | 13.1 | - |
| YUV | 114.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 94 | 0.01 | 0 | 0.20 | 0.54 | 62.61 | 0.11 | 0.41 |
| Hex | 74 | 75 | 5E | 1 | 0 | 14 | 36 | 3F | B | 29 |
| Octal | 164 | 165 | 136 | 1 | 0 | 24 | 66 | 77 | 13 | 51 |
| Binary | 1110100 | 1110101 | 1011110 | 1 | 0 | 10100 | 110110 | 111111 | 1011 | 101001 |
Color Harmonies of #74755E
Complementary color
Monochromatic Colors of #74755E
Black with #74755E
Text Example
Text Example
White with #74755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74755E; }
p { color: rgb(116,117,94); }
H1.HeaderClassName
{
color: #74755E;
}
.AnyTagClassName
{
color: #74755E;
}
</style>
background-color css
<style>
a { background-color: #74755E; }
a { background-color: rgb(116,117,94); }
div.DivClassName
{
background-color: #74755E;
}
.BgClassName
{
background-color: #74755E;
}
</style>
border-color css
<style>
span { border-color: #74755E; }
span { border-color: rgb(116,117,94); }
td.TdClassName
{
border-color: #74755E;
}
.TagClassName
{
border-color: #74755E;
}
</style>