Shades of Finch #757A4E
Tints of Finch #757A4E
RGB
CMYK
RGB Variations
Color information
#757A4E (or 0x757A4E) is known color: Finch. HEX triplet: 75, 7A and 4E. RGB value is (117,122,78). Sum of RGB (Red+Green+Blue) = 117+122+78=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 122 - color contains mainly: green. Hex color #757A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A4E is #8A85B1. Grayscale: #737373. Windows color (decimal): -9078194 or 5143157. OLE color: 5143157.
HSL color Cylindrical-coordinate representation of color #757A4E: hue angle of 66.82º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #757A4E is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 78 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.52 |
| HSL | 66.82º | 0.22% | 0.39% | - |
| HSV(B) | 66.82º | 0.36% | 0.48% | - |
| XYZ | 15.67 | 18.25 | 9.9 | - |
| YUV | 115.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 78 | 0.04 | 0 | 0.36 | 0.52 | 66.82 | 0.22 | 0.39 |
| Hex | 75 | 7A | 4E | 4 | 0 | 24 | 34 | 43 | 16 | 27 |
| Octal | 165 | 172 | 116 | 4 | 0 | 44 | 64 | 103 | 26 | 47 |
| Binary | 1110101 | 1111010 | 1001110 | 100 | 0 | 100100 | 110100 | 1000011 | 10110 | 100111 |
Color Harmonies of #757A4E
Complementary color
Monochromatic Colors of #757A4E
Black with #757A4E
Text Example
Text Example
White with #757A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A4E; }
p { color: rgb(117,122,78); }
H1.HeaderClassName
{
color: #757A4E;
}
.AnyTagClassName
{
color: #757A4E;
}
</style>
background-color css
<style>
a { background-color: #757A4E; }
a { background-color: rgb(117,122,78); }
div.DivClassName
{
background-color: #757A4E;
}
.BgClassName
{
background-color: #757A4E;
}
</style>
border-color css
<style>
span { border-color: #757A4E; }
span { border-color: rgb(117,122,78); }
td.TdClassName
{
border-color: #757A4E;
}
.TagClassName
{
border-color: #757A4E;
}
</style>