Shades of Finch #757C50
Tints of Finch #757C50
RGB
CMYK
RGB Variations
Color information
#757C50 (or 0x757C50) is known color: Finch. HEX triplet: 75, 7C and 50. RGB value is (117,124,80). Sum of RGB (Red+Green+Blue) = 117+124+80=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #757C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C50 is #8A83AF. Grayscale: #757575. Windows color (decimal): -9077680 or 5274741. OLE color: 5274741.
HSL color Cylindrical-coordinate representation of color #757C50: hue angle of 69.55º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #757C50 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 80 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.51 |
| HSL | 69.55º | 0.22% | 0.4% | - |
| HSV(B) | 69.55º | 0.35% | 0.49% | - |
| XYZ | 15.99 | 18.78 | 10.37 | - |
| YUV | 116.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 80 | 0.06 | 0 | 0.35 | 0.51 | 69.55 | 0.22 | 0.4 |
| Hex | 75 | 7C | 50 | 6 | 0 | 23 | 33 | 46 | 16 | 28 |
| Octal | 165 | 174 | 120 | 6 | 0 | 43 | 63 | 106 | 26 | 50 |
| Binary | 1110101 | 1111100 | 1010000 | 110 | 0 | 100011 | 110011 | 1000110 | 10110 | 101000 |
Color Harmonies of #757C50
Complementary color
Monochromatic Colors of #757C50
Black with #757C50
Text Example
Text Example
White with #757C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C50; }
p { color: rgb(117,124,80); }
H1.HeaderClassName
{
color: #757C50;
}
.AnyTagClassName
{
color: #757C50;
}
</style>
background-color css
<style>
a { background-color: #757C50; }
a { background-color: rgb(117,124,80); }
div.DivClassName
{
background-color: #757C50;
}
.BgClassName
{
background-color: #757C50;
}
</style>
border-color css
<style>
span { border-color: #757C50; }
span { border-color: rgb(117,124,80); }
td.TdClassName
{
border-color: #757C50;
}
.TagClassName
{
border-color: #757C50;
}
</style>