Shades of Finch #757865
Tints of Finch #757865
RGB
CMYK
RGB Variations
Color information
#757865 (or 0x757865) is known color: Finch. HEX triplet: 75, 78 and 65. RGB value is (117,120,101). Sum of RGB (Red+Green+Blue) = 117+120+101=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 120 - color contains mainly: green. Hex color #757865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757865 is #8A879A. Grayscale: #757575. Windows color (decimal): -9078683 or 6649973. OLE color: 6649973.
HSL color Cylindrical-coordinate representation of color #757865: hue angle of 69.47º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757865 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 101 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.53 |
| HSL | 69.47º | 0.09% | 0.43% | - |
| HSV(B) | 69.47º | 0.16% | 0.47% | - |
| XYZ | 16.4 | 18.15 | 14.95 | - |
| YUV | 116.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 101 | 0.02 | 0 | 0.16 | 0.53 | 69.47 | 0.09 | 0.43 |
| Hex | 75 | 78 | 65 | 2 | 0 | 10 | 35 | 45 | 9 | 2B |
| Octal | 165 | 170 | 145 | 2 | 0 | 20 | 65 | 105 | 11 | 53 |
| Binary | 1110101 | 1111000 | 1100101 | 10 | 0 | 10000 | 110101 | 1000101 | 1001 | 101011 |
Color Harmonies of #757865
Complementary color
Monochromatic Colors of #757865
Black with #757865
Text Example
Text Example
White with #757865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757865; }
p { color: rgb(117,120,101); }
H1.HeaderClassName
{
color: #757865;
}
.AnyTagClassName
{
color: #757865;
}
</style>
background-color css
<style>
a { background-color: #757865; }
a { background-color: rgb(117,120,101); }
div.DivClassName
{
background-color: #757865;
}
.BgClassName
{
background-color: #757865;
}
</style>
border-color css
<style>
span { border-color: #757865; }
span { border-color: rgb(117,120,101); }
td.TdClassName
{
border-color: #757865;
}
.TagClassName
{
border-color: #757865;
}
</style>