Shades of Finch #757650
Tints of Finch #757650
RGB
CMYK
RGB Variations
Color information
#757650 (or 0x757650) is known color: Finch. HEX triplet: 75, 76 and 50. RGB value is (117,118,80). Sum of RGB (Red+Green+Blue) = 117+118+80=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #757650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757650 is #8A89AF. Grayscale: #717171. Windows color (decimal): -9079216 or 5273205. OLE color: 5273205.
HSL color Cylindrical-coordinate representation of color #757650: hue angle of 61.58º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757650 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 80 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.54 |
| HSL | 61.58º | 0.19% | 0.39% | - |
| HSV(B) | 61.58º | 0.32% | 0.46% | - |
| XYZ | 15.26 | 17.32 | 10.13 | - |
| YUV | 113.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 80 | 0.01 | 0 | 0.32 | 0.54 | 61.58 | 0.19 | 0.39 |
| Hex | 75 | 76 | 50 | 1 | 0 | 20 | 36 | 3E | 13 | 27 |
| Octal | 165 | 166 | 120 | 1 | 0 | 40 | 66 | 76 | 23 | 47 |
| Binary | 1110101 | 1110110 | 1010000 | 1 | 0 | 100000 | 110110 | 111110 | 10011 | 100111 |
Color Harmonies of #757650
Complementary color
Monochromatic Colors of #757650
Black with #757650
Text Example
Text Example
White with #757650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757650; }
p { color: rgb(117,118,80); }
H1.HeaderClassName
{
color: #757650;
}
.AnyTagClassName
{
color: #757650;
}
</style>
background-color css
<style>
a { background-color: #757650; }
a { background-color: rgb(117,118,80); }
div.DivClassName
{
background-color: #757650;
}
.BgClassName
{
background-color: #757650;
}
</style>
border-color css
<style>
span { border-color: #757650; }
span { border-color: rgb(117,118,80); }
td.TdClassName
{
border-color: #757650;
}
.TagClassName
{
border-color: #757650;
}
</style>