Shades of Finch #757665
Tints of Finch #757665
RGB
CMYK
RGB Variations
Color information
#757665 (or 0x757665) is known color: Finch. HEX triplet: 75, 76 and 65. RGB value is (117,118,101). Sum of RGB (Red+Green+Blue) = 117+118+101=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 118 - color contains mainly: green. Hex color #757665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757665 is #8A899A. Grayscale: #737373. Windows color (decimal): -9079195 or 6649461. OLE color: 6649461.
HSL color Cylindrical-coordinate representation of color #757665: hue angle of 63.53º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #757665 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 101 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.54 |
| HSL | 63.53º | 0.08% | 0.43% | - |
| HSV(B) | 63.53º | 0.14% | 0.46% | - |
| XYZ | 16.16 | 17.68 | 14.87 | - |
| YUV | 115.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 101 | 0.01 | 0 | 0.14 | 0.54 | 63.53 | 0.08 | 0.43 |
| Hex | 75 | 76 | 65 | 1 | 0 | E | 36 | 40 | 8 | 2B |
| Octal | 165 | 166 | 145 | 1 | 0 | 16 | 66 | 100 | 10 | 53 |
| Binary | 1110101 | 1110110 | 1100101 | 1 | 0 | 1110 | 110110 | 1000000 | 1000 | 101011 |
Color Harmonies of #757665
Complementary color
Monochromatic Colors of #757665
Black with #757665
Text Example
Text Example
White with #757665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757665; }
p { color: rgb(117,118,101); }
H1.HeaderClassName
{
color: #757665;
}
.AnyTagClassName
{
color: #757665;
}
</style>
background-color css
<style>
a { background-color: #757665; }
a { background-color: rgb(117,118,101); }
div.DivClassName
{
background-color: #757665;
}
.BgClassName
{
background-color: #757665;
}
</style>
border-color css
<style>
span { border-color: #757665; }
span { border-color: rgb(117,118,101); }
td.TdClassName
{
border-color: #757665;
}
.TagClassName
{
border-color: #757665;
}
</style>