Shades of Finch #757A49
Tints of Finch #757A49
RGB
CMYK
RGB Variations
Color information
#757A49 (or 0x757A49) is known color: Finch. HEX triplet: 75, 7A and 49. RGB value is (117,122,73). Sum of RGB (Red+Green+Blue) = 117+122+73=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #757A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A49 is #8A85B6. Grayscale: #737373. Windows color (decimal): -9078199 or 4815477. OLE color: 4815477.
HSL color Cylindrical-coordinate representation of color #757A49: hue angle of 66.12º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757A49 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 73 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.52 |
| HSL | 66.12º | 0.25% | 0.38% | - |
| HSV(B) | 66.12º | 0.4% | 0.48% | - |
| XYZ | 15.5 | 18.18 | 9 | - |
| YUV | 114.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 73 | 0.04 | 0 | 0.40 | 0.52 | 66.12 | 0.25 | 0.38 |
| Hex | 75 | 7A | 49 | 4 | 0 | 28 | 34 | 42 | 19 | 26 |
| Octal | 165 | 172 | 111 | 4 | 0 | 50 | 64 | 102 | 31 | 46 |
| Binary | 1110101 | 1111010 | 1001001 | 100 | 0 | 101000 | 110100 | 1000010 | 11001 | 100110 |
Color Harmonies of #757A49
Complementary color
Monochromatic Colors of #757A49
Black with #757A49
Text Example
Text Example
White with #757A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A49; }
p { color: rgb(117,122,73); }
H1.HeaderClassName
{
color: #757A49;
}
.AnyTagClassName
{
color: #757A49;
}
</style>
background-color css
<style>
a { background-color: #757A49; }
a { background-color: rgb(117,122,73); }
div.DivClassName
{
background-color: #757A49;
}
.BgClassName
{
background-color: #757A49;
}
</style>
border-color css
<style>
span { border-color: #757A49; }
span { border-color: rgb(117,122,73); }
td.TdClassName
{
border-color: #757A49;
}
.TagClassName
{
border-color: #757A49;
}
</style>