Shades of Finch #757764
Tints of Finch #757764
RGB
CMYK
RGB Variations
Color information
#757764 (or 0x757764) is known color: Finch. HEX triplet: 75, 77 and 64. RGB value is (117,119,100). Sum of RGB (Red+Green+Blue) = 117+119+100=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #757764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757764 is #8A889B. Grayscale: #747474. Windows color (decimal): -9078940 or 6584181. OLE color: 6584181.
HSL color Cylindrical-coordinate representation of color #757764: hue angle of 66.32º 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 #757764 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 100 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.53 |
| HSL | 66.32º | 0.09% | 0.43% | - |
| HSV(B) | 66.32º | 0.16% | 0.47% | - |
| XYZ | 16.23 | 17.9 | 14.66 | - |
| YUV | 116.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 100 | 0.02 | 0 | 0.16 | 0.53 | 66.32 | 0.09 | 0.43 |
| Hex | 75 | 77 | 64 | 2 | 0 | 10 | 35 | 42 | 9 | 2B |
| Octal | 165 | 167 | 144 | 2 | 0 | 20 | 65 | 102 | 11 | 53 |
| Binary | 1110101 | 1110111 | 1100100 | 10 | 0 | 10000 | 110101 | 1000010 | 1001 | 101011 |
Color Harmonies of #757764
Complementary color
Monochromatic Colors of #757764
Black with #757764
Text Example
Text Example
White with #757764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757764; }
p { color: rgb(117,119,100); }
H1.HeaderClassName
{
color: #757764;
}
.AnyTagClassName
{
color: #757764;
}
</style>
background-color css
<style>
a { background-color: #757764; }
a { background-color: rgb(117,119,100); }
div.DivClassName
{
background-color: #757764;
}
.BgClassName
{
background-color: #757764;
}
</style>
border-color css
<style>
span { border-color: #757764; }
span { border-color: rgb(117,119,100); }
td.TdClassName
{
border-color: #757764;
}
.TagClassName
{
border-color: #757764;
}
</style>