Shades of Finch #757F50
Tints of Finch #757F50
RGB
CMYK
RGB Variations
Color information
#757F50 (or 0x757F50) is known color: Finch. HEX triplet: 75, 7F and 50. RGB value is (117,127,80). Sum of RGB (Red+Green+Blue) = 117+127+80=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #757F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F50 is #8A80AF. Grayscale: #767676. Windows color (decimal): -9076912 or 5275509. OLE color: 5275509.
HSL color Cylindrical-coordinate representation of color #757F50: hue angle of 72.77º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757F50 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 127 | 80 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.50 |
| HSL | 72.77º | 0.23% | 0.41% | - |
| HSV(B) | 72.77º | 0.37% | 0.5% | - |
| XYZ | 16.37 | 19.54 | 10.5 | - |
| YUV | 118.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 80 | 0.08 | 0 | 0.37 | 0.50 | 72.77 | 0.23 | 0.41 |
| Hex | 75 | 7F | 50 | 8 | 0 | 25 | 32 | 49 | 17 | 29 |
| Octal | 165 | 177 | 120 | 10 | 0 | 45 | 62 | 111 | 27 | 51 |
| Binary | 1110101 | 1111111 | 1010000 | 1000 | 0 | 100101 | 110010 | 1001001 | 10111 | 101001 |
Color Harmonies of #757F50
Complementary color
Monochromatic Colors of #757F50
Black with #757F50
Text Example
Text Example
White with #757F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F50; }
p { color: rgb(117,127,80); }
H1.HeaderClassName
{
color: #757F50;
}
.AnyTagClassName
{
color: #757F50;
}
</style>
background-color css
<style>
a { background-color: #757F50; }
a { background-color: rgb(117,127,80); }
div.DivClassName
{
background-color: #757F50;
}
.BgClassName
{
background-color: #757F50;
}
</style>
border-color css
<style>
span { border-color: #757F50; }
span { border-color: rgb(117,127,80); }
td.TdClassName
{
border-color: #757F50;
}
.TagClassName
{
border-color: #757F50;
}
</style>