Shades of Finch #757C57
Tints of Finch #757C57
RGB
CMYK
RGB Variations
Color information
#757C57 (or 0x757C57) is known color: Finch. HEX triplet: 75, 7C and 57. RGB value is (117,124,87). Sum of RGB (Red+Green+Blue) = 117+124+87=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #757C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C57 is #8A83A8. Grayscale: #757575. Windows color (decimal): -9077673 or 5733493. OLE color: 5733493.
HSL color Cylindrical-coordinate representation of color #757C57: hue angle of 71.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757C57 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 87 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.51 |
| HSL | 71.35º | 0.18% | 0.41% | - |
| HSV(B) | 71.35º | 0.3% | 0.49% | - |
| XYZ | 16.26 | 18.89 | 11.8 | - |
| YUV | 117.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 87 | 0.06 | 0 | 0.30 | 0.51 | 71.35 | 0.18 | 0.41 |
| Hex | 75 | 7C | 57 | 6 | 0 | 1E | 33 | 47 | 12 | 29 |
| Octal | 165 | 174 | 127 | 6 | 0 | 36 | 63 | 107 | 22 | 51 |
| Binary | 1110101 | 1111100 | 1010111 | 110 | 0 | 11110 | 110011 | 1000111 | 10010 | 101001 |
Color Harmonies of #757C57
Complementary color
Monochromatic Colors of #757C57
Black with #757C57
Text Example
Text Example
White with #757C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C57; }
p { color: rgb(117,124,87); }
H1.HeaderClassName
{
color: #757C57;
}
.AnyTagClassName
{
color: #757C57;
}
</style>
background-color css
<style>
a { background-color: #757C57; }
a { background-color: rgb(117,124,87); }
div.DivClassName
{
background-color: #757C57;
}
.BgClassName
{
background-color: #757C57;
}
</style>
border-color css
<style>
span { border-color: #757C57; }
span { border-color: rgb(117,124,87); }
td.TdClassName
{
border-color: #757C57;
}
.TagClassName
{
border-color: #757C57;
}
</style>