Shades of Finch #757A42
Tints of Finch #757A42
RGB
CMYK
RGB Variations
Color information
#757A42 (or 0x757A42) is known color: Finch. HEX triplet: 75, 7A and 42. RGB value is (117,122,66). Sum of RGB (Red+Green+Blue) = 117+122+66=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #757A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A42 is #8A85BD. Grayscale: #727272. Windows color (decimal): -9078206 or 4356725. OLE color: 4356725.
HSL color Cylindrical-coordinate representation of color #757A42: hue angle of 65.36º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #757A42 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 66 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.52 |
| HSL | 65.36º | 0.3% | 0.37% | - |
| HSV(B) | 65.36º | 0.46% | 0.48% | - |
| XYZ | 15.28 | 18.09 | 7.84 | - |
| YUV | 114.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 66 | 0.04 | 0 | 0.46 | 0.52 | 65.36 | 0.3 | 0.37 |
| Hex | 75 | 7A | 42 | 4 | 0 | 2E | 34 | 41 | 1E | 25 |
| Octal | 165 | 172 | 102 | 4 | 0 | 56 | 64 | 101 | 36 | 45 |
| Binary | 1110101 | 1111010 | 1000010 | 100 | 0 | 101110 | 110100 | 1000001 | 11110 | 100101 |
Color Harmonies of #757A42
Complementary color
Monochromatic Colors of #757A42
Black with #757A42
Text Example
Text Example
White with #757A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A42; }
p { color: rgb(117,122,66); }
H1.HeaderClassName
{
color: #757A42;
}
.AnyTagClassName
{
color: #757A42;
}
</style>
background-color css
<style>
a { background-color: #757A42; }
a { background-color: rgb(117,122,66); }
div.DivClassName
{
background-color: #757A42;
}
.BgClassName
{
background-color: #757A42;
}
</style>
border-color css
<style>
span { border-color: #757A42; }
span { border-color: rgb(117,122,66); }
td.TdClassName
{
border-color: #757A42;
}
.TagClassName
{
border-color: #757A42;
}
</style>