Shades of Finch #757D5C
Tints of Finch #757D5C
RGB
CMYK
RGB Variations
Color information
#757D5C (or 0x757D5C) is known color: Finch. HEX triplet: 75, 7D and 5C. RGB value is (117,125,92). Sum of RGB (Red+Green+Blue) = 117+125+92=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 125 - color contains mainly: green. Hex color #757D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D5C is #8A82A3. Grayscale: #767676. Windows color (decimal): -9077412 or 6061429. OLE color: 6061429.
HSL color Cylindrical-coordinate representation of color #757D5C: hue angle of 74.55º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757D5C is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 92 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.51 |
| HSL | 74.55º | 0.15% | 0.43% | - |
| HSV(B) | 74.55º | 0.26% | 0.49% | - |
| XYZ | 16.6 | 19.22 | 12.96 | - |
| YUV | 118.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 92 | 0.06 | 0 | 0.26 | 0.51 | 74.55 | 0.15 | 0.43 |
| Hex | 75 | 7D | 5C | 6 | 0 | 1A | 33 | 4B | F | 2B |
| Octal | 165 | 175 | 134 | 6 | 0 | 32 | 63 | 113 | 17 | 53 |
| Binary | 1110101 | 1111101 | 1011100 | 110 | 0 | 11010 | 110011 | 1001011 | 1111 | 101011 |
Color Harmonies of #757D5C
Complementary color
Monochromatic Colors of #757D5C
Black with #757D5C
Text Example
Text Example
White with #757D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D5C; }
p { color: rgb(117,125,92); }
H1.HeaderClassName
{
color: #757D5C;
}
.AnyTagClassName
{
color: #757D5C;
}
</style>
background-color css
<style>
a { background-color: #757D5C; }
a { background-color: rgb(117,125,92); }
div.DivClassName
{
background-color: #757D5C;
}
.BgClassName
{
background-color: #757D5C;
}
</style>
border-color css
<style>
span { border-color: #757D5C; }
span { border-color: rgb(117,125,92); }
td.TdClassName
{
border-color: #757D5C;
}
.TagClassName
{
border-color: #757D5C;
}
</style>