Shades of Finch #757863
Tints of Finch #757863
RGB
CMYK
RGB Variations
Color information
#757863 (or 0x757863) is known color: Finch. HEX triplet: 75, 78 and 63. RGB value is (117,120,99). Sum of RGB (Red+Green+Blue) = 117+120+99=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #757863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757863 is #8A879C. Grayscale: #747474. Windows color (decimal): -9078685 or 6518901. OLE color: 6518901.
HSL color Cylindrical-coordinate representation of color #757863: hue angle of 68.57º 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 #757863 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 99 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.53 |
| HSL | 68.57º | 0.1% | 0.43% | - |
| HSV(B) | 68.57º | 0.18% | 0.47% | - |
| XYZ | 16.3 | 18.12 | 14.44 | - |
| YUV | 116.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 99 | 0.02 | 0 | 0.17 | 0.53 | 68.57 | 0.1 | 0.43 |
| Hex | 75 | 78 | 63 | 2 | 0 | 11 | 35 | 45 | A | 2B |
| Octal | 165 | 170 | 143 | 2 | 0 | 21 | 65 | 105 | 12 | 53 |
| Binary | 1110101 | 1111000 | 1100011 | 10 | 0 | 10001 | 110101 | 1000101 | 1010 | 101011 |
Color Harmonies of #757863
Complementary color
Monochromatic Colors of #757863
Black with #757863
Text Example
Text Example
White with #757863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757863; }
p { color: rgb(117,120,99); }
H1.HeaderClassName
{
color: #757863;
}
.AnyTagClassName
{
color: #757863;
}
</style>
background-color css
<style>
a { background-color: #757863; }
a { background-color: rgb(117,120,99); }
div.DivClassName
{
background-color: #757863;
}
.BgClassName
{
background-color: #757863;
}
</style>
border-color css
<style>
span { border-color: #757863; }
span { border-color: rgb(117,120,99); }
td.TdClassName
{
border-color: #757863;
}
.TagClassName
{
border-color: #757863;
}
</style>