Shades of Finch #757A4D
Tints of Finch #757A4D
RGB
CMYK
RGB Variations
Color information
#757A4D (or 0x757A4D) is known color: Finch. HEX triplet: 75, 7A and 4D. RGB value is (117,122,77). Sum of RGB (Red+Green+Blue) = 117+122+77=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #757A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A4D is #8A85B2. Grayscale: #737373. Windows color (decimal): -9078195 or 5077621. OLE color: 5077621.
HSL color Cylindrical-coordinate representation of color #757A4D: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757A4D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 77 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.52 |
| HSL | 66.67º | 0.23% | 0.39% | - |
| HSV(B) | 66.67º | 0.37% | 0.48% | - |
| XYZ | 15.64 | 18.24 | 9.72 | - |
| YUV | 115.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 77 | 0.04 | 0 | 0.37 | 0.52 | 66.67 | 0.23 | 0.39 |
| Hex | 75 | 7A | 4D | 4 | 0 | 25 | 34 | 43 | 17 | 27 |
| Octal | 165 | 172 | 115 | 4 | 0 | 45 | 64 | 103 | 27 | 47 |
| Binary | 1110101 | 1111010 | 1001101 | 100 | 0 | 100101 | 110100 | 1000011 | 10111 | 100111 |
Color Harmonies of #757A4D
Complementary color
Monochromatic Colors of #757A4D
Black with #757A4D
Text Example
Text Example
White with #757A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A4D; }
p { color: rgb(117,122,77); }
H1.HeaderClassName
{
color: #757A4D;
}
.AnyTagClassName
{
color: #757A4D;
}
</style>
background-color css
<style>
a { background-color: #757A4D; }
a { background-color: rgb(117,122,77); }
div.DivClassName
{
background-color: #757A4D;
}
.BgClassName
{
background-color: #757A4D;
}
</style>
border-color css
<style>
span { border-color: #757A4D; }
span { border-color: rgb(117,122,77); }
td.TdClassName
{
border-color: #757A4D;
}
.TagClassName
{
border-color: #757A4D;
}
</style>