Shades of Finch #757D5E
Tints of Finch #757D5E
RGB
CMYK
RGB Variations
Color information
#757D5E (or 0x757D5E) is known color: Finch. HEX triplet: 75, 7D and 5E. RGB value is (117,125,94). Sum of RGB (Red+Green+Blue) = 117+125+94=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #757D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D5E is #8A82A1. Grayscale: #777777. Windows color (decimal): -9077410 or 6192501. OLE color: 6192501.
HSL color Cylindrical-coordinate representation of color #757D5E: hue angle of 75.48º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757D5E is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 94 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.51 |
| HSL | 75.48º | 0.14% | 0.43% | - |
| HSV(B) | 75.48º | 0.25% | 0.49% | - |
| XYZ | 16.69 | 19.26 | 13.43 | - |
| YUV | 119.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 94 | 0.06 | 0 | 0.25 | 0.51 | 75.48 | 0.14 | 0.43 |
| Hex | 75 | 7D | 5E | 6 | 0 | 19 | 33 | 4B | E | 2B |
| Octal | 165 | 175 | 136 | 6 | 0 | 31 | 63 | 113 | 16 | 53 |
| Binary | 1110101 | 1111101 | 1011110 | 110 | 0 | 11001 | 110011 | 1001011 | 1110 | 101011 |
Color Harmonies of #757D5E
Complementary color
Monochromatic Colors of #757D5E
Black with #757D5E
Text Example
Text Example
White with #757D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D5E; }
p { color: rgb(117,125,94); }
H1.HeaderClassName
{
color: #757D5E;
}
.AnyTagClassName
{
color: #757D5E;
}
</style>
background-color css
<style>
a { background-color: #757D5E; }
a { background-color: rgb(117,125,94); }
div.DivClassName
{
background-color: #757D5E;
}
.BgClassName
{
background-color: #757D5E;
}
</style>
border-color css
<style>
span { border-color: #757D5E; }
span { border-color: rgb(117,125,94); }
td.TdClassName
{
border-color: #757D5E;
}
.TagClassName
{
border-color: #757D5E;
}
</style>