Shades of Finch #757E59
Tints of Finch #757E59
RGB
CMYK
RGB Variations
Color information
#757E59 (or 0x757E59) is known color: Finch. HEX triplet: 75, 7E and 59. RGB value is (117,126,89). Sum of RGB (Red+Green+Blue) = 117+126+89=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 126 - color contains mainly: green. Hex color #757E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E59 is #8A81A6. Grayscale: #777777. Windows color (decimal): -9077159 or 5865077. OLE color: 5865077.
HSL color Cylindrical-coordinate representation of color #757E59: hue angle of 74.59º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #757E59 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 89 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.51 |
| HSL | 74.59º | 0.17% | 0.42% | - |
| HSV(B) | 74.59º | 0.29% | 0.49% | - |
| XYZ | 16.6 | 19.42 | 12.33 | - |
| YUV | 119.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 89 | 0.07 | 0 | 0.29 | 0.51 | 74.59 | 0.17 | 0.42 |
| Hex | 75 | 7E | 59 | 7 | 0 | 1D | 33 | 4B | 11 | 2A |
| Octal | 165 | 176 | 131 | 7 | 0 | 35 | 63 | 113 | 21 | 52 |
| Binary | 1110101 | 1111110 | 1011001 | 111 | 0 | 11101 | 110011 | 1001011 | 10001 | 101010 |
Color Harmonies of #757E59
Complementary color
Monochromatic Colors of #757E59
Black with #757E59
Text Example
Text Example
White with #757E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E59; }
p { color: rgb(117,126,89); }
H1.HeaderClassName
{
color: #757E59;
}
.AnyTagClassName
{
color: #757E59;
}
</style>
background-color css
<style>
a { background-color: #757E59; }
a { background-color: rgb(117,126,89); }
div.DivClassName
{
background-color: #757E59;
}
.BgClassName
{
background-color: #757E59;
}
</style>
border-color css
<style>
span { border-color: #757E59; }
span { border-color: rgb(117,126,89); }
td.TdClassName
{
border-color: #757E59;
}
.TagClassName
{
border-color: #757E59;
}
</style>