Shades of Finch #757655
Tints of Finch #757655
RGB
CMYK
RGB Variations
Color information
#757655 (or 0x757655) is known color: Finch. HEX triplet: 75, 76 and 55. RGB value is (117,118,85). Sum of RGB (Red+Green+Blue) = 117+118+85=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #757655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757655 is #8A89AA. Grayscale: #727272. Windows color (decimal): -9079211 or 5600885. OLE color: 5600885.
HSL color Cylindrical-coordinate representation of color #757655: hue angle of 61.82º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #757655 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 85 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.54 |
| HSL | 61.82º | 0.16% | 0.4% | - |
| HSV(B) | 61.82º | 0.28% | 0.46% | - |
| XYZ | 15.45 | 17.39 | 11.14 | - |
| YUV | 113.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 85 | 0.01 | 0 | 0.28 | 0.54 | 61.82 | 0.16 | 0.4 |
| Hex | 75 | 76 | 55 | 1 | 0 | 1C | 36 | 3E | 10 | 28 |
| Octal | 165 | 166 | 125 | 1 | 0 | 34 | 66 | 76 | 20 | 50 |
| Binary | 1110101 | 1110110 | 1010101 | 1 | 0 | 11100 | 110110 | 111110 | 10000 | 101000 |
Color Harmonies of #757655
Complementary color
Monochromatic Colors of #757655
Black with #757655
Text Example
Text Example
White with #757655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757655; }
p { color: rgb(117,118,85); }
H1.HeaderClassName
{
color: #757655;
}
.AnyTagClassName
{
color: #757655;
}
</style>
background-color css
<style>
a { background-color: #757655; }
a { background-color: rgb(117,118,85); }
div.DivClassName
{
background-color: #757655;
}
.BgClassName
{
background-color: #757655;
}
</style>
border-color css
<style>
span { border-color: #757655; }
span { border-color: rgb(117,118,85); }
td.TdClassName
{
border-color: #757655;
}
.TagClassName
{
border-color: #757655;
}
</style>