Shades of Finch #757964
Tints of Finch #757964
RGB
CMYK
RGB Variations
Color information
#757964 (or 0x757964) is known color: Finch. HEX triplet: 75, 79 and 64. RGB value is (117,121,100). Sum of RGB (Red+Green+Blue) = 117+121+100=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 121 - color contains mainly: green. Hex color #757964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757964 is #8A869B. Grayscale: #757575. Windows color (decimal): -9078428 or 6584693. OLE color: 6584693.
HSL color Cylindrical-coordinate representation of color #757964: hue angle of 71.43º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #757964 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 100 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.53 |
| HSL | 71.43º | 0.1% | 0.43% | - |
| HSV(B) | 71.43º | 0.17% | 0.47% | - |
| XYZ | 16.47 | 18.38 | 14.74 | - |
| YUV | 117.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 100 | 0.03 | 0 | 0.17 | 0.53 | 71.43 | 0.1 | 0.43 |
| Hex | 75 | 79 | 64 | 3 | 0 | 11 | 35 | 47 | A | 2B |
| Octal | 165 | 171 | 144 | 3 | 0 | 21 | 65 | 107 | 12 | 53 |
| Binary | 1110101 | 1111001 | 1100100 | 11 | 0 | 10001 | 110101 | 1000111 | 1010 | 101011 |
Color Harmonies of #757964
Complementary color
Monochromatic Colors of #757964
Black with #757964
Text Example
Text Example
White with #757964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757964; }
p { color: rgb(117,121,100); }
H1.HeaderClassName
{
color: #757964;
}
.AnyTagClassName
{
color: #757964;
}
</style>
background-color css
<style>
a { background-color: #757964; }
a { background-color: rgb(117,121,100); }
div.DivClassName
{
background-color: #757964;
}
.BgClassName
{
background-color: #757964;
}
</style>
border-color css
<style>
span { border-color: #757964; }
span { border-color: rgb(117,121,100); }
td.TdClassName
{
border-color: #757964;
}
.TagClassName
{
border-color: #757964;
}
</style>