Shades of Finch #757963
Tints of Finch #757963
RGB
CMYK
RGB Variations
Color information
#757963 (or 0x757963) is known color: Finch. HEX triplet: 75, 79 and 63. RGB value is (117,121,99). Sum of RGB (Red+Green+Blue) = 117+121+99=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 121 - color contains mainly: green. Hex color #757963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757963 is #8A869C. Grayscale: #757575. Windows color (decimal): -9078429 or 6519157. OLE color: 6519157.
HSL color Cylindrical-coordinate representation of color #757963: hue angle of 70.91º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757963 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 99 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.53 |
| HSL | 70.91º | 0.1% | 0.43% | - |
| HSV(B) | 70.91º | 0.18% | 0.47% | - |
| XYZ | 16.43 | 18.36 | 14.48 | - |
| YUV | 117.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 99 | 0.03 | 0 | 0.18 | 0.53 | 70.91 | 0.1 | 0.43 |
| Hex | 75 | 79 | 63 | 3 | 0 | 12 | 35 | 47 | A | 2B |
| Octal | 165 | 171 | 143 | 3 | 0 | 22 | 65 | 107 | 12 | 53 |
| Binary | 1110101 | 1111001 | 1100011 | 11 | 0 | 10010 | 110101 | 1000111 | 1010 | 101011 |
Color Harmonies of #757963
Complementary color
Monochromatic Colors of #757963
Black with #757963
Text Example
Text Example
White with #757963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757963; }
p { color: rgb(117,121,99); }
H1.HeaderClassName
{
color: #757963;
}
.AnyTagClassName
{
color: #757963;
}
</style>
background-color css
<style>
a { background-color: #757963; }
a { background-color: rgb(117,121,99); }
div.DivClassName
{
background-color: #757963;
}
.BgClassName
{
background-color: #757963;
}
</style>
border-color css
<style>
span { border-color: #757963; }
span { border-color: rgb(117,121,99); }
td.TdClassName
{
border-color: #757963;
}
.TagClassName
{
border-color: #757963;
}
</style>