Shades of Finch #757560
Tints of Finch #757560
RGB
CMYK
RGB Variations
Color information
#757560 (or 0x757560) is known color: Finch. HEX triplet: 75, 75 and 60. RGB value is (117,117,96). Sum of RGB (Red+Green+Blue) = 117+117+96=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757560 is #8A8A9F. Grayscale: #727272. Windows color (decimal): -9079456 or 6321525. OLE color: 6321525.
HSL color Cylindrical-coordinate representation of color #757560: hue angle of 60º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757560 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 117 | 96 | - |
| CMYK | 0 | 0 | 0.18 | 0.54 |
| HSL | 60º | 0.1% | 0.42% | - |
| HSV(B) | 60º | 0.18% | 0.46% | - |
| XYZ | 15.81 | 17.35 | 13.58 | - |
| YUV | 114.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 96 | 0 | 0 | 0.18 | 0.54 | 60 | 0.1 | 0.42 |
| Hex | 75 | 75 | 60 | 0 | 0 | 12 | 36 | 3C | A | 2A |
| Octal | 165 | 165 | 140 | 0 | 0 | 22 | 66 | 74 | 12 | 52 |
| Binary | 1110101 | 1110101 | 1100000 | 0 | 0 | 10010 | 110110 | 111100 | 1010 | 101010 |
Color Harmonies of #757560
Complementary color
Monochromatic Colors of #757560
Black with #757560
Text Example
Text Example
White with #757560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757560; }
p { color: rgb(117,117,96); }
H1.HeaderClassName
{
color: #757560;
}
.AnyTagClassName
{
color: #757560;
}
</style>
background-color css
<style>
a { background-color: #757560; }
a { background-color: rgb(117,117,96); }
div.DivClassName
{
background-color: #757560;
}
.BgClassName
{
background-color: #757560;
}
</style>
border-color css
<style>
span { border-color: #757560; }
span { border-color: rgb(117,117,96); }
td.TdClassName
{
border-color: #757560;
}
.TagClassName
{
border-color: #757560;
}
</style>