Shades of Finch #707464
Tints of Finch #707464
RGB
CMYK
RGB Variations
Color information
#707464 (or 0x707464) is known color: Finch. HEX triplet: 70, 74 and 64. RGB value is (112,116,100). Sum of RGB (Red+Green+Blue) = 112+116+100=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 116 - color contains mainly: green. Hex color #707464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707464 is #8F8B9B. Grayscale: #717171. Windows color (decimal): -9407388 or 6583408. OLE color: 6583408.
HSL color Cylindrical-coordinate representation of color #707464: hue angle of 75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707464 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 100 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.55 |
| HSL | 75º | 0.07% | 0.42% | - |
| HSV(B) | 75º | 0.14% | 0.45% | - |
| XYZ | 15.23 | 16.86 | 14.51 | - |
| YUV | 112.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 100 | 0.03 | 0 | 0.14 | 0.55 | 75 | 0.07 | 0.42 |
| Hex | 70 | 74 | 64 | 3 | 0 | E | 37 | 4B | 7 | 2A |
| Octal | 160 | 164 | 144 | 3 | 0 | 16 | 67 | 113 | 7 | 52 |
| Binary | 1110000 | 1110100 | 1100100 | 11 | 0 | 1110 | 110111 | 1001011 | 111 | 101010 |
Color Harmonies of #707464
Complementary color
Monochromatic Colors of #707464
Black with #707464
Text Example
Text Example
White with #707464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707464; }
p { color: rgb(112,116,100); }
H1.HeaderClassName
{
color: #707464;
}
.AnyTagClassName
{
color: #707464;
}
</style>
background-color css
<style>
a { background-color: #707464; }
a { background-color: rgb(112,116,100); }
div.DivClassName
{
background-color: #707464;
}
.BgClassName
{
background-color: #707464;
}
</style>
border-color css
<style>
span { border-color: #707464; }
span { border-color: rgb(112,116,100); }
td.TdClassName
{
border-color: #707464;
}
.TagClassName
{
border-color: #707464;
}
</style>