Shades of Finch #757663
Tints of Finch #757663
RGB
CMYK
RGB Variations
Color information
#757663 (or 0x757663) is known color: Finch. HEX triplet: 75, 76 and 63. RGB value is (117,118,99). Sum of RGB (Red+Green+Blue) = 117+118+99=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #757663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757663 is #8A899C. Grayscale: #737373. Windows color (decimal): -9079197 or 6518389. OLE color: 6518389.
HSL color Cylindrical-coordinate representation of color #757663: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757663 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 99 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.54 |
| HSL | 63.16º | 0.09% | 0.43% | - |
| HSV(B) | 63.16º | 0.16% | 0.46% | - |
| XYZ | 16.07 | 17.64 | 14.36 | - |
| YUV | 115.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 99 | 0.01 | 0 | 0.16 | 0.54 | 63.16 | 0.09 | 0.43 |
| Hex | 75 | 76 | 63 | 1 | 0 | 10 | 36 | 3F | 9 | 2B |
| Octal | 165 | 166 | 143 | 1 | 0 | 20 | 66 | 77 | 11 | 53 |
| Binary | 1110101 | 1110110 | 1100011 | 1 | 0 | 10000 | 110110 | 111111 | 1001 | 101011 |
Color Harmonies of #757663
Complementary color
Monochromatic Colors of #757663
Black with #757663
Text Example
Text Example
White with #757663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757663; }
p { color: rgb(117,118,99); }
H1.HeaderClassName
{
color: #757663;
}
.AnyTagClassName
{
color: #757663;
}
</style>
background-color css
<style>
a { background-color: #757663; }
a { background-color: rgb(117,118,99); }
div.DivClassName
{
background-color: #757663;
}
.BgClassName
{
background-color: #757663;
}
</style>
border-color css
<style>
span { border-color: #757663; }
span { border-color: rgb(117,118,99); }
td.TdClassName
{
border-color: #757663;
}
.TagClassName
{
border-color: #757663;
}
</style>