Shades of Finch #757B63
Tints of Finch #757B63
RGB
CMYK
RGB Variations
Color information
#757B63 (or 0x757B63) is known color: Finch. HEX triplet: 75, 7B and 63. RGB value is (117,123,99). Sum of RGB (Red+Green+Blue) = 117+123+99=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #757B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B63 is #8A849C. Grayscale: #767676. Windows color (decimal): -9077917 or 6519669. OLE color: 6519669.
HSL color Cylindrical-coordinate representation of color #757B63: hue angle of 75º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757B63 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 123 | 99 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.52 |
| HSL | 75º | 0.11% | 0.44% | - |
| HSV(B) | 75º | 0.2% | 0.48% | - |
| XYZ | 16.67 | 18.85 | 14.56 | - |
| YUV | 118.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 99 | 0.05 | 0 | 0.20 | 0.52 | 75 | 0.11 | 0.44 |
| Hex | 75 | 7B | 63 | 5 | 0 | 14 | 34 | 4B | B | 2C |
| Octal | 165 | 173 | 143 | 5 | 0 | 24 | 64 | 113 | 13 | 54 |
| Binary | 1110101 | 1111011 | 1100011 | 101 | 0 | 10100 | 110100 | 1001011 | 1011 | 101100 |
Color Harmonies of #757B63
Complementary color
Monochromatic Colors of #757B63
Black with #757B63
Text Example
Text Example
White with #757B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B63; }
p { color: rgb(117,123,99); }
H1.HeaderClassName
{
color: #757B63;
}
.AnyTagClassName
{
color: #757B63;
}
</style>
background-color css
<style>
a { background-color: #757B63; }
a { background-color: rgb(117,123,99); }
div.DivClassName
{
background-color: #757B63;
}
.BgClassName
{
background-color: #757B63;
}
</style>
border-color css
<style>
span { border-color: #757B63; }
span { border-color: rgb(117,123,99); }
td.TdClassName
{
border-color: #757B63;
}
.TagClassName
{
border-color: #757B63;
}
</style>