Shades of Finch #757F45
Tints of Finch #757F45
RGB
CMYK
RGB Variations
Color information
#757F45 (or 0x757F45) is known color: Finch. HEX triplet: 75, 7F and 45. RGB value is (117,127,69). Sum of RGB (Red+Green+Blue) = 117+127+69=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #757F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757F45 is #8A80BA. Grayscale: #757575. Windows color (decimal): -9076923 or 4554613. OLE color: 4554613.
HSL color Cylindrical-coordinate representation of color #757F45: hue angle of 70.34º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #757F45 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 127 | 69 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.50 |
| HSL | 70.34º | 0.3% | 0.38% | - |
| HSV(B) | 70.34º | 0.46% | 0.5% | - |
| XYZ | 16 | 19.39 | 8.53 | - |
| YUV | 117.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 69 | 0.08 | 0 | 0.46 | 0.50 | 70.34 | 0.3 | 0.38 |
| Hex | 75 | 7F | 45 | 8 | 0 | 2E | 32 | 46 | 1E | 26 |
| Octal | 165 | 177 | 105 | 10 | 0 | 56 | 62 | 106 | 36 | 46 |
| Binary | 1110101 | 1111111 | 1000101 | 1000 | 0 | 101110 | 110010 | 1000110 | 11110 | 100110 |
Color Harmonies of #757F45
Complementary color
Monochromatic Colors of #757F45
Black with #757F45
Text Example
Text Example
White with #757F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F45; }
p { color: rgb(117,127,69); }
H1.HeaderClassName
{
color: #757F45;
}
.AnyTagClassName
{
color: #757F45;
}
</style>
background-color css
<style>
a { background-color: #757F45; }
a { background-color: rgb(117,127,69); }
div.DivClassName
{
background-color: #757F45;
}
.BgClassName
{
background-color: #757F45;
}
</style>
border-color css
<style>
span { border-color: #757F45; }
span { border-color: rgb(117,127,69); }
td.TdClassName
{
border-color: #757F45;
}
.TagClassName
{
border-color: #757F45;
}
</style>