Shades of Finch #757664
Tints of Finch #757664
RGB
CMYK
RGB Variations
Color information
#757664 (or 0x757664) is known color: Finch. HEX triplet: 75, 76 and 64. RGB value is (117,118,100). Sum of RGB (Red+Green+Blue) = 117+118+100=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #757664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757664 is #8A899B. Grayscale: #737373. Windows color (decimal): -9079196 or 6583925. OLE color: 6583925.
HSL color Cylindrical-coordinate representation of color #757664: hue angle of 63.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757664 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 100 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.54 |
| HSL | 63.33º | 0.08% | 0.43% | - |
| HSV(B) | 63.33º | 0.15% | 0.46% | - |
| XYZ | 16.11 | 17.66 | 14.62 | - |
| YUV | 115.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 100 | 0.01 | 0 | 0.15 | 0.54 | 63.33 | 0.08 | 0.43 |
| Hex | 75 | 76 | 64 | 1 | 0 | F | 36 | 3F | 8 | 2B |
| Octal | 165 | 166 | 144 | 1 | 0 | 17 | 66 | 77 | 10 | 53 |
| Binary | 1110101 | 1110110 | 1100100 | 1 | 0 | 1111 | 110110 | 111111 | 1000 | 101011 |
Color Harmonies of #757664
Complementary color
Monochromatic Colors of #757664
Black with #757664
Text Example
Text Example
White with #757664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757664; }
p { color: rgb(117,118,100); }
H1.HeaderClassName
{
color: #757664;
}
.AnyTagClassName
{
color: #757664;
}
</style>
background-color css
<style>
a { background-color: #757664; }
a { background-color: rgb(117,118,100); }
div.DivClassName
{
background-color: #757664;
}
.BgClassName
{
background-color: #757664;
}
</style>
border-color css
<style>
span { border-color: #757664; }
span { border-color: rgb(117,118,100); }
td.TdClassName
{
border-color: #757664;
}
.TagClassName
{
border-color: #757664;
}
</style>