Shades of Finch #757563
Tints of Finch #757563
RGB
CMYK
RGB Variations
Color information
#757563 (or 0x757563) is known color: Finch. HEX triplet: 75, 75 and 63. RGB value is (117,117,99). Sum of RGB (Red+Green+Blue) = 117+117+99=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757563 is #8A8A9C. Grayscale: #737373. Windows color (decimal): -9079453 or 6518133. OLE color: 6518133.
HSL color Cylindrical-coordinate representation of color #757563: hue angle of 60º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757563 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 117 | 99 | - |
| CMYK | 0 | 0 | 0.15 | 0.54 |
| HSL | 60º | 0.08% | 0.42% | - |
| HSV(B) | 60º | 0.15% | 0.46% | - |
| XYZ | 15.95 | 17.41 | 14.32 | - |
| YUV | 114.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 99 | 0 | 0 | 0.15 | 0.54 | 60 | 0.08 | 0.42 |
| Hex | 75 | 75 | 63 | 0 | 0 | F | 36 | 3C | 8 | 2A |
| Octal | 165 | 165 | 143 | 0 | 0 | 17 | 66 | 74 | 10 | 52 |
| Binary | 1110101 | 1110101 | 1100011 | 0 | 0 | 1111 | 110110 | 111100 | 1000 | 101010 |
Color Harmonies of #757563
Complementary color
Monochromatic Colors of #757563
Black with #757563
Text Example
Text Example
White with #757563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757563; }
p { color: rgb(117,117,99); }
H1.HeaderClassName
{
color: #757563;
}
.AnyTagClassName
{
color: #757563;
}
</style>
background-color css
<style>
a { background-color: #757563; }
a { background-color: rgb(117,117,99); }
div.DivClassName
{
background-color: #757563;
}
.BgClassName
{
background-color: #757563;
}
</style>
border-color css
<style>
span { border-color: #757563; }
span { border-color: rgb(117,117,99); }
td.TdClassName
{
border-color: #757563;
}
.TagClassName
{
border-color: #757563;
}
</style>