Shades of Finch #757A55
Tints of Finch #757A55
RGB
CMYK
RGB Variations
Color information
#757A55 (or 0x757A55) is known color: Finch. HEX triplet: 75, 7A and 55. RGB value is (117,122,85). Sum of RGB (Red+Green+Blue) = 117+122+85=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 122 - color contains mainly: green. Hex color #757A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A55 is #8A85AA. Grayscale: #747474. Windows color (decimal): -9078187 or 5601909. OLE color: 5601909.
HSL color Cylindrical-coordinate representation of color #757A55: hue angle of 68.11º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757A55 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 85 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.52 |
| HSL | 68.11º | 0.18% | 0.41% | - |
| HSV(B) | 68.11º | 0.3% | 0.48% | - |
| XYZ | 15.94 | 18.36 | 11.3 | - |
| YUV | 116.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 85 | 0.04 | 0 | 0.30 | 0.52 | 68.11 | 0.18 | 0.41 |
| Hex | 75 | 7A | 55 | 4 | 0 | 1E | 34 | 44 | 12 | 29 |
| Octal | 165 | 172 | 125 | 4 | 0 | 36 | 64 | 104 | 22 | 51 |
| Binary | 1110101 | 1111010 | 1010101 | 100 | 0 | 11110 | 110100 | 1000100 | 10010 | 101001 |
Color Harmonies of #757A55
Complementary color
Monochromatic Colors of #757A55
Black with #757A55
Text Example
Text Example
White with #757A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A55; }
p { color: rgb(117,122,85); }
H1.HeaderClassName
{
color: #757A55;
}
.AnyTagClassName
{
color: #757A55;
}
</style>
background-color css
<style>
a { background-color: #757A55; }
a { background-color: rgb(117,122,85); }
div.DivClassName
{
background-color: #757A55;
}
.BgClassName
{
background-color: #757A55;
}
</style>
border-color css
<style>
span { border-color: #757A55; }
span { border-color: rgb(117,122,85); }
td.TdClassName
{
border-color: #757A55;
}
.TagClassName
{
border-color: #757A55;
}
</style>