Shades of Finch #757D4D
Tints of Finch #757D4D
RGB
CMYK
RGB Variations
Color information
#757D4D (or 0x757D4D) is known color: Finch. HEX triplet: 75, 7D and 4D. RGB value is (117,125,77). Sum of RGB (Red+Green+Blue) = 117+125+77=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 125 - color contains mainly: green. Hex color #757D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D4D is #8A82B2. Grayscale: #757575. Windows color (decimal): -9077427 or 5078389. OLE color: 5078389.
HSL color Cylindrical-coordinate representation of color #757D4D: hue angle of 70º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #757D4D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 77 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.51 |
| HSL | 70º | 0.24% | 0.4% | - |
| HSV(B) | 70º | 0.38% | 0.49% | - |
| XYZ | 16.01 | 18.98 | 9.84 | - |
| YUV | 117.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 77 | 0.06 | 0 | 0.38 | 0.51 | 70 | 0.24 | 0.4 |
| Hex | 75 | 7D | 4D | 6 | 0 | 26 | 33 | 46 | 18 | 28 |
| Octal | 165 | 175 | 115 | 6 | 0 | 46 | 63 | 106 | 30 | 50 |
| Binary | 1110101 | 1111101 | 1001101 | 110 | 0 | 100110 | 110011 | 1000110 | 11000 | 101000 |
Color Harmonies of #757D4D
Complementary color
Monochromatic Colors of #757D4D
Black with #757D4D
Text Example
Text Example
White with #757D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D4D; }
p { color: rgb(117,125,77); }
H1.HeaderClassName
{
color: #757D4D;
}
.AnyTagClassName
{
color: #757D4D;
}
</style>
background-color css
<style>
a { background-color: #757D4D; }
a { background-color: rgb(117,125,77); }
div.DivClassName
{
background-color: #757D4D;
}
.BgClassName
{
background-color: #757D4D;
}
</style>
border-color css
<style>
span { border-color: #757D4D; }
span { border-color: rgb(117,125,77); }
td.TdClassName
{
border-color: #757D4D;
}
.TagClassName
{
border-color: #757D4D;
}
</style>