Shades of Finch #757C53
Tints of Finch #757C53
RGB
CMYK
RGB Variations
Color information
#757C53 (or 0x757C53) is known color: Finch. HEX triplet: 75, 7C and 53. RGB value is (117,124,83). Sum of RGB (Red+Green+Blue) = 117+124+83=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 124 - color contains mainly: green. Hex color #757C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C53 is #8A83AC. Grayscale: #757575. Windows color (decimal): -9077677 or 5471349. OLE color: 5471349.
HSL color Cylindrical-coordinate representation of color #757C53: hue angle of 70.24º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #757C53 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 83 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.51 |
| HSL | 70.24º | 0.2% | 0.41% | - |
| HSV(B) | 70.24º | 0.33% | 0.49% | - |
| XYZ | 16.11 | 18.82 | 10.97 | - |
| YUV | 117.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 83 | 0.06 | 0 | 0.33 | 0.51 | 70.24 | 0.2 | 0.41 |
| Hex | 75 | 7C | 53 | 6 | 0 | 21 | 33 | 46 | 14 | 29 |
| Octal | 165 | 174 | 123 | 6 | 0 | 41 | 63 | 106 | 24 | 51 |
| Binary | 1110101 | 1111100 | 1010011 | 110 | 0 | 100001 | 110011 | 1000110 | 10100 | 101001 |
Color Harmonies of #757C53
Complementary color
Monochromatic Colors of #757C53
Black with #757C53
Text Example
Text Example
White with #757C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C53; }
p { color: rgb(117,124,83); }
H1.HeaderClassName
{
color: #757C53;
}
.AnyTagClassName
{
color: #757C53;
}
</style>
background-color css
<style>
a { background-color: #757C53; }
a { background-color: rgb(117,124,83); }
div.DivClassName
{
background-color: #757C53;
}
.BgClassName
{
background-color: #757C53;
}
</style>
border-color css
<style>
span { border-color: #757C53; }
span { border-color: rgb(117,124,83); }
td.TdClassName
{
border-color: #757C53;
}
.TagClassName
{
border-color: #757C53;
}
</style>