Shades of Finch #757D60
Tints of Finch #757D60
RGB
CMYK
RGB Variations
Color information
#757D60 (or 0x757D60) is known color: Finch. HEX triplet: 75, 7D and 60. RGB value is (117,125,96). Sum of RGB (Red+Green+Blue) = 117+125+96=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 125 - color contains mainly: green. Hex color #757D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D60 is #8A829F. Grayscale: #777777. Windows color (decimal): -9077408 or 6323573. OLE color: 6323573.
HSL color Cylindrical-coordinate representation of color #757D60: hue angle of 76.55º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #757D60 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 96 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.51 |
| HSL | 76.55º | 0.13% | 0.43% | - |
| HSV(B) | 76.55º | 0.23% | 0.49% | - |
| XYZ | 16.78 | 19.29 | 13.91 | - |
| YUV | 119.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 96 | 0.06 | 0 | 0.23 | 0.51 | 76.55 | 0.13 | 0.43 |
| Hex | 75 | 7D | 60 | 6 | 0 | 17 | 33 | 4D | D | 2B |
| Octal | 165 | 175 | 140 | 6 | 0 | 27 | 63 | 115 | 15 | 53 |
| Binary | 1110101 | 1111101 | 1100000 | 110 | 0 | 10111 | 110011 | 1001101 | 1101 | 101011 |
Color Harmonies of #757D60
Complementary color
Monochromatic Colors of #757D60
Black with #757D60
Text Example
Text Example
White with #757D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D60; }
p { color: rgb(117,125,96); }
H1.HeaderClassName
{
color: #757D60;
}
.AnyTagClassName
{
color: #757D60;
}
</style>
background-color css
<style>
a { background-color: #757D60; }
a { background-color: rgb(117,125,96); }
div.DivClassName
{
background-color: #757D60;
}
.BgClassName
{
background-color: #757D60;
}
</style>
border-color css
<style>
span { border-color: #757D60; }
span { border-color: rgb(117,125,96); }
td.TdClassName
{
border-color: #757D60;
}
.TagClassName
{
border-color: #757D60;
}
</style>