Shades of Finch #757653
Tints of Finch #757653
RGB
CMYK
RGB Variations
Color information
#757653 (or 0x757653) is known color: Finch. HEX triplet: 75, 76 and 53. RGB value is (117,118,83). Sum of RGB (Red+Green+Blue) = 117+118+83=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #757653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757653 is #8A89AC. Grayscale: #717171. Windows color (decimal): -9079213 or 5469813. OLE color: 5469813.
HSL color Cylindrical-coordinate representation of color #757653: hue angle of 61.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757653 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 83 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.54 |
| HSL | 61.71º | 0.17% | 0.39% | - |
| HSV(B) | 61.71º | 0.3% | 0.46% | - |
| XYZ | 15.38 | 17.36 | 10.72 | - |
| YUV | 113.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 83 | 0.01 | 0 | 0.30 | 0.54 | 61.71 | 0.17 | 0.39 |
| Hex | 75 | 76 | 53 | 1 | 0 | 1E | 36 | 3E | 11 | 27 |
| Octal | 165 | 166 | 123 | 1 | 0 | 36 | 66 | 76 | 21 | 47 |
| Binary | 1110101 | 1110110 | 1010011 | 1 | 0 | 11110 | 110110 | 111110 | 10001 | 100111 |
Color Harmonies of #757653
Complementary color
Monochromatic Colors of #757653
Black with #757653
Text Example
Text Example
White with #757653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757653; }
p { color: rgb(117,118,83); }
H1.HeaderClassName
{
color: #757653;
}
.AnyTagClassName
{
color: #757653;
}
</style>
background-color css
<style>
a { background-color: #757653; }
a { background-color: rgb(117,118,83); }
div.DivClassName
{
background-color: #757653;
}
.BgClassName
{
background-color: #757653;
}
</style>
border-color css
<style>
span { border-color: #757653; }
span { border-color: rgb(117,118,83); }
td.TdClassName
{
border-color: #757653;
}
.TagClassName
{
border-color: #757653;
}
</style>