Shades of Finch #757A63
Tints of Finch #757A63
RGB
CMYK
RGB Variations
Color information
#757A63 (or 0x757A63) is known color: Finch. HEX triplet: 75, 7A and 63. RGB value is (117,122,99). Sum of RGB (Red+Green+Blue) = 117+122+99=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 122 - color contains mainly: green. Hex color #757A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A63 is #8A859C. Grayscale: #757575. Windows color (decimal): -9078173 or 6519413. OLE color: 6519413.
HSL color Cylindrical-coordinate representation of color #757A63: hue angle of 73.04º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757A63 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 99 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.52 |
| HSL | 73.04º | 0.1% | 0.43% | - |
| HSV(B) | 73.04º | 0.19% | 0.48% | - |
| XYZ | 16.55 | 18.6 | 14.52 | - |
| YUV | 117.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 99 | 0.04 | 0 | 0.19 | 0.52 | 73.04 | 0.1 | 0.43 |
| Hex | 75 | 7A | 63 | 4 | 0 | 13 | 34 | 49 | A | 2B |
| Octal | 165 | 172 | 143 | 4 | 0 | 23 | 64 | 111 | 12 | 53 |
| Binary | 1110101 | 1111010 | 1100011 | 100 | 0 | 10011 | 110100 | 1001001 | 1010 | 101011 |
Color Harmonies of #757A63
Complementary color
Monochromatic Colors of #757A63
Black with #757A63
Text Example
Text Example
White with #757A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A63; }
p { color: rgb(117,122,99); }
H1.HeaderClassName
{
color: #757A63;
}
.AnyTagClassName
{
color: #757A63;
}
</style>
background-color css
<style>
a { background-color: #757A63; }
a { background-color: rgb(117,122,99); }
div.DivClassName
{
background-color: #757A63;
}
.BgClassName
{
background-color: #757A63;
}
</style>
border-color css
<style>
span { border-color: #757A63; }
span { border-color: rgb(117,122,99); }
td.TdClassName
{
border-color: #757A63;
}
.TagClassName
{
border-color: #757A63;
}
</style>