Shades of Finch #757562
Tints of Finch #757562
RGB
CMYK
RGB Variations
Color information
#757562 (or 0x757562) is known color: Finch. HEX triplet: 75, 75 and 62. RGB value is (117,117,98). Sum of RGB (Red+Green+Blue) = 117+117+98=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757562 is #8A8A9D. Grayscale: #727272. Windows color (decimal): -9079454 or 6452597. OLE color: 6452597.
HSL color Cylindrical-coordinate representation of color #757562: hue angle of 60º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757562 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 117 | 98 | - |
| CMYK | 0 | 0 | 0.16 | 0.54 |
| HSL | 60º | 0.09% | 0.42% | - |
| HSV(B) | 60º | 0.16% | 0.46% | - |
| XYZ | 15.9 | 17.39 | 14.07 | - |
| YUV | 114.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 98 | 0 | 0 | 0.16 | 0.54 | 60 | 0.09 | 0.42 |
| Hex | 75 | 75 | 62 | 0 | 0 | 10 | 36 | 3C | 9 | 2A |
| Octal | 165 | 165 | 142 | 0 | 0 | 20 | 66 | 74 | 11 | 52 |
| Binary | 1110101 | 1110101 | 1100010 | 0 | 0 | 10000 | 110110 | 111100 | 1001 | 101010 |
Color Harmonies of #757562
Complementary color
Monochromatic Colors of #757562
Black with #757562
Text Example
Text Example
White with #757562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757562; }
p { color: rgb(117,117,98); }
H1.HeaderClassName
{
color: #757562;
}
.AnyTagClassName
{
color: #757562;
}
</style>
background-color css
<style>
a { background-color: #757562; }
a { background-color: rgb(117,117,98); }
div.DivClassName
{
background-color: #757562;
}
.BgClassName
{
background-color: #757562;
}
</style>
border-color css
<style>
span { border-color: #757562; }
span { border-color: rgb(117,117,98); }
td.TdClassName
{
border-color: #757562;
}
.TagClassName
{
border-color: #757562;
}
</style>