Shades of Finch #757A51
Tints of Finch #757A51
RGB
CMYK
RGB Variations
Color information
#757A51 (or 0x757A51) is known color: Finch. HEX triplet: 75, 7A and 51. RGB value is (117,122,81). Sum of RGB (Red+Green+Blue) = 117+122+81=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #757A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A51 is #8A85AE. Grayscale: #737373. Windows color (decimal): -9078191 or 5339765. OLE color: 5339765.
HSL color Cylindrical-coordinate representation of color #757A51: hue angle of 67.32º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #757A51 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 81 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.52 |
| HSL | 67.32º | 0.2% | 0.4% | - |
| HSV(B) | 67.32º | 0.34% | 0.48% | - |
| XYZ | 15.78 | 18.3 | 10.48 | - |
| YUV | 115.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 81 | 0.04 | 0 | 0.34 | 0.52 | 67.32 | 0.2 | 0.4 |
| Hex | 75 | 7A | 51 | 4 | 0 | 22 | 34 | 43 | 14 | 28 |
| Octal | 165 | 172 | 121 | 4 | 0 | 42 | 64 | 103 | 24 | 50 |
| Binary | 1110101 | 1111010 | 1010001 | 100 | 0 | 100010 | 110100 | 1000011 | 10100 | 101000 |
Color Harmonies of #757A51
Complementary color
Monochromatic Colors of #757A51
Black with #757A51
Text Example
Text Example
White with #757A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A51; }
p { color: rgb(117,122,81); }
H1.HeaderClassName
{
color: #757A51;
}
.AnyTagClassName
{
color: #757A51;
}
</style>
background-color css
<style>
a { background-color: #757A51; }
a { background-color: rgb(117,122,81); }
div.DivClassName
{
background-color: #757A51;
}
.BgClassName
{
background-color: #757A51;
}
</style>
border-color css
<style>
span { border-color: #757A51; }
span { border-color: rgb(117,122,81); }
td.TdClassName
{
border-color: #757A51;
}
.TagClassName
{
border-color: #757A51;
}
</style>