Shades of Finch #757E60
Tints of Finch #757E60
RGB
CMYK
RGB Variations
Color information
#757E60 (or 0x757E60) is known color: Finch. HEX triplet: 75, 7E and 60. RGB value is (117,126,96). Sum of RGB (Red+Green+Blue) = 117+126+96=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 126 - color contains mainly: green. Hex color #757E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E60 is #8A819F. Grayscale: #787878. Windows color (decimal): -9077152 or 6323829. OLE color: 6323829.
HSL color Cylindrical-coordinate representation of color #757E60: hue angle of 78º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #757E60 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 96 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.51 |
| HSL | 78º | 0.14% | 0.44% | - |
| HSV(B) | 78º | 0.24% | 0.49% | - |
| XYZ | 16.91 | 19.55 | 13.95 | - |
| YUV | 119.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 96 | 0.07 | 0 | 0.24 | 0.51 | 78 | 0.14 | 0.44 |
| Hex | 75 | 7E | 60 | 7 | 0 | 18 | 33 | 4E | E | 2C |
| Octal | 165 | 176 | 140 | 7 | 0 | 30 | 63 | 116 | 16 | 54 |
| Binary | 1110101 | 1111110 | 1100000 | 111 | 0 | 11000 | 110011 | 1001110 | 1110 | 101100 |
Color Harmonies of #757E60
Complementary color
Monochromatic Colors of #757E60
Black with #757E60
Text Example
Text Example
White with #757E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E60; }
p { color: rgb(117,126,96); }
H1.HeaderClassName
{
color: #757E60;
}
.AnyTagClassName
{
color: #757E60;
}
</style>
background-color css
<style>
a { background-color: #757E60; }
a { background-color: rgb(117,126,96); }
div.DivClassName
{
background-color: #757E60;
}
.BgClassName
{
background-color: #757E60;
}
</style>
border-color css
<style>
span { border-color: #757E60; }
span { border-color: rgb(117,126,96); }
td.TdClassName
{
border-color: #757E60;
}
.TagClassName
{
border-color: #757E60;
}
</style>