Shades of Finch #757C55
Tints of Finch #757C55
RGB
CMYK
RGB Variations
Color information
#757C55 (or 0x757C55) is known color: Finch. HEX triplet: 75, 7C and 55. RGB value is (117,124,85). Sum of RGB (Red+Green+Blue) = 117+124+85=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #757C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C55 is #8A83AA. Grayscale: #757575. Windows color (decimal): -9077675 or 5602421. OLE color: 5602421.
HSL color Cylindrical-coordinate representation of color #757C55: hue angle of 70.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757C55 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 85 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.51 |
| HSL | 70.77º | 0.19% | 0.41% | - |
| HSV(B) | 70.77º | 0.31% | 0.49% | - |
| XYZ | 16.18 | 18.85 | 11.38 | - |
| YUV | 117.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 85 | 0.06 | 0 | 0.31 | 0.51 | 70.77 | 0.19 | 0.41 |
| Hex | 75 | 7C | 55 | 6 | 0 | 1F | 33 | 47 | 13 | 29 |
| Octal | 165 | 174 | 125 | 6 | 0 | 37 | 63 | 107 | 23 | 51 |
| Binary | 1110101 | 1111100 | 1010101 | 110 | 0 | 11111 | 110011 | 1000111 | 10011 | 101001 |
Color Harmonies of #757C55
Complementary color
Monochromatic Colors of #757C55
Black with #757C55
Text Example
Text Example
White with #757C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C55; }
p { color: rgb(117,124,85); }
H1.HeaderClassName
{
color: #757C55;
}
.AnyTagClassName
{
color: #757C55;
}
</style>
background-color css
<style>
a { background-color: #757C55; }
a { background-color: rgb(117,124,85); }
div.DivClassName
{
background-color: #757C55;
}
.BgClassName
{
background-color: #757C55;
}
</style>
border-color css
<style>
span { border-color: #757C55; }
span { border-color: rgb(117,124,85); }
td.TdClassName
{
border-color: #757C55;
}
.TagClassName
{
border-color: #757C55;
}
</style>