Shades of Finch #757D57
Tints of Finch #757D57
RGB
CMYK
RGB Variations
Color information
#757D57 (or 0x757D57) is known color: Finch. HEX triplet: 75, 7D and 57. RGB value is (117,125,87). Sum of RGB (Red+Green+Blue) = 117+125+87=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #757D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D57 is #8A82A8. Grayscale: #767676. Windows color (decimal): -9077417 or 5733749. OLE color: 5733749.
HSL color Cylindrical-coordinate representation of color #757D57: hue angle of 72.63º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757D57 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 87 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.51 |
| HSL | 72.63º | 0.18% | 0.42% | - |
| HSV(B) | 72.63º | 0.3% | 0.49% | - |
| XYZ | 16.39 | 19.14 | 11.85 | - |
| YUV | 118.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 87 | 0.06 | 0 | 0.30 | 0.51 | 72.63 | 0.18 | 0.42 |
| Hex | 75 | 7D | 57 | 6 | 0 | 1E | 33 | 49 | 12 | 2A |
| Octal | 165 | 175 | 127 | 6 | 0 | 36 | 63 | 111 | 22 | 52 |
| Binary | 1110101 | 1111101 | 1010111 | 110 | 0 | 11110 | 110011 | 1001001 | 10010 | 101010 |
Color Harmonies of #757D57
Complementary color
Monochromatic Colors of #757D57
Black with #757D57
Text Example
Text Example
White with #757D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D57; }
p { color: rgb(117,125,87); }
H1.HeaderClassName
{
color: #757D57;
}
.AnyTagClassName
{
color: #757D57;
}
</style>
background-color css
<style>
a { background-color: #757D57; }
a { background-color: rgb(117,125,87); }
div.DivClassName
{
background-color: #757D57;
}
.BgClassName
{
background-color: #757D57;
}
</style>
border-color css
<style>
span { border-color: #757D57; }
span { border-color: rgb(117,125,87); }
td.TdClassName
{
border-color: #757D57;
}
.TagClassName
{
border-color: #757D57;
}
</style>