Shades of Finch #757762
Tints of Finch #757762
RGB
CMYK
RGB Variations
Color information
#757762 (or 0x757762) is known color: Finch. HEX triplet: 75, 77 and 62. RGB value is (117,119,98). Sum of RGB (Red+Green+Blue) = 117+119+98=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #757762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757762 is #8A889D. Grayscale: #747474. Windows color (decimal): -9078942 or 6453109. OLE color: 6453109.
HSL color Cylindrical-coordinate representation of color #757762: hue angle of 65.71º 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 #757762 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 98 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.53 |
| HSL | 65.71º | 0.1% | 0.43% | - |
| HSV(B) | 65.71º | 0.18% | 0.47% | - |
| XYZ | 16.14 | 17.86 | 14.15 | - |
| YUV | 116.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 98 | 0.02 | 0 | 0.18 | 0.53 | 65.71 | 0.1 | 0.43 |
| Hex | 75 | 77 | 62 | 2 | 0 | 12 | 35 | 42 | A | 2B |
| Octal | 165 | 167 | 142 | 2 | 0 | 22 | 65 | 102 | 12 | 53 |
| Binary | 1110101 | 1110111 | 1100010 | 10 | 0 | 10010 | 110101 | 1000010 | 1010 | 101011 |
Color Harmonies of #757762
Complementary color
Monochromatic Colors of #757762
Black with #757762
Text Example
Text Example
White with #757762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757762; }
p { color: rgb(117,119,98); }
H1.HeaderClassName
{
color: #757762;
}
.AnyTagClassName
{
color: #757762;
}
</style>
background-color css
<style>
a { background-color: #757762; }
a { background-color: rgb(117,119,98); }
div.DivClassName
{
background-color: #757762;
}
.BgClassName
{
background-color: #757762;
}
</style>
border-color css
<style>
span { border-color: #757762; }
span { border-color: rgb(117,119,98); }
td.TdClassName
{
border-color: #757762;
}
.TagClassName
{
border-color: #757762;
}
</style>