Shades of Finch #757D58
Tints of Finch #757D58
RGB
CMYK
RGB Variations
Color information
#757D58 (or 0x757D58) is known color: Finch. HEX triplet: 75, 7D and 58. RGB value is (117,125,88). Sum of RGB (Red+Green+Blue) = 117+125+88=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 125 - color contains mainly: green. Hex color #757D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D58 is #8A82A7. Grayscale: #767676. Windows color (decimal): -9077416 or 5799285. OLE color: 5799285.
HSL color Cylindrical-coordinate representation of color #757D58: hue angle of 72.97º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757D58 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 88 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.51 |
| HSL | 72.97º | 0.17% | 0.42% | - |
| HSV(B) | 72.97º | 0.3% | 0.49% | - |
| XYZ | 16.43 | 19.15 | 12.06 | - |
| YUV | 118.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 88 | 0.06 | 0 | 0.30 | 0.51 | 72.97 | 0.17 | 0.42 |
| Hex | 75 | 7D | 58 | 6 | 0 | 1E | 33 | 49 | 11 | 2A |
| Octal | 165 | 175 | 130 | 6 | 0 | 36 | 63 | 111 | 21 | 52 |
| Binary | 1110101 | 1111101 | 1011000 | 110 | 0 | 11110 | 110011 | 1001001 | 10001 | 101010 |
Color Harmonies of #757D58
Complementary color
Monochromatic Colors of #757D58
Black with #757D58
Text Example
Text Example
White with #757D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D58; }
p { color: rgb(117,125,88); }
H1.HeaderClassName
{
color: #757D58;
}
.AnyTagClassName
{
color: #757D58;
}
</style>
background-color css
<style>
a { background-color: #757D58; }
a { background-color: rgb(117,125,88); }
div.DivClassName
{
background-color: #757D58;
}
.BgClassName
{
background-color: #757D58;
}
</style>
border-color css
<style>
span { border-color: #757D58; }
span { border-color: rgb(117,125,88); }
td.TdClassName
{
border-color: #757D58;
}
.TagClassName
{
border-color: #757D58;
}
</style>