Shades of Finch #757A45
Tints of Finch #757A45
RGB
CMYK
RGB Variations
Color information
#757A45 (or 0x757A45) is known color: Finch. HEX triplet: 75, 7A and 45. RGB value is (117,122,69). Sum of RGB (Red+Green+Blue) = 117+122+69=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #757A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A45 is #8A85BA. Grayscale: #727272. Windows color (decimal): -9078203 or 4553333. OLE color: 4553333.
HSL color Cylindrical-coordinate representation of color #757A45: hue angle of 65.66º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757A45 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 69 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.52 |
| HSL | 65.66º | 0.28% | 0.37% | - |
| HSV(B) | 65.66º | 0.43% | 0.48% | - |
| XYZ | 15.37 | 18.13 | 8.32 | - |
| YUV | 114.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 69 | 0.04 | 0 | 0.43 | 0.52 | 65.66 | 0.28 | 0.37 |
| Hex | 75 | 7A | 45 | 4 | 0 | 2B | 34 | 42 | 1C | 25 |
| Octal | 165 | 172 | 105 | 4 | 0 | 53 | 64 | 102 | 34 | 45 |
| Binary | 1110101 | 1111010 | 1000101 | 100 | 0 | 101011 | 110100 | 1000010 | 11100 | 100101 |
Color Harmonies of #757A45
Complementary color
Monochromatic Colors of #757A45
Black with #757A45
Text Example
Text Example
White with #757A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A45; }
p { color: rgb(117,122,69); }
H1.HeaderClassName
{
color: #757A45;
}
.AnyTagClassName
{
color: #757A45;
}
</style>
background-color css
<style>
a { background-color: #757A45; }
a { background-color: rgb(117,122,69); }
div.DivClassName
{
background-color: #757A45;
}
.BgClassName
{
background-color: #757A45;
}
</style>
border-color css
<style>
span { border-color: #757A45; }
span { border-color: rgb(117,122,69); }
td.TdClassName
{
border-color: #757A45;
}
.TagClassName
{
border-color: #757A45;
}
</style>