Shades of Finch #707063
Tints of Finch #707063
RGB
CMYK
RGB Variations
Color information
#707063 (or 0x707063) is known color: Finch. HEX triplet: 70, 70 and 63. RGB value is (112,112,99). Sum of RGB (Red+Green+Blue) = 112+112+99=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707063 is #8F8F9C. Grayscale: #6E6E6E. Windows color (decimal): -9408413 or 6516848. OLE color: 6516848.
HSL color Cylindrical-coordinate representation of color #707063: hue angle of 60º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707063 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 99 | - |
| CMYK | 0 | 0 | 0.12 | 0.56 |
| HSL | 60º | 0.06% | 0.41% | - |
| HSV(B) | 60º | 0.12% | 0.44% | - |
| XYZ | 14.73 | 15.93 | 14.1 | - |
| YUV | 110.52 | 121.5 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 99 | 0 | 0 | 0.12 | 0.56 | 60 | 0.06 | 0.41 |
| Hex | 70 | 70 | 63 | 0 | 0 | C | 38 | 3C | 6 | 29 |
| Octal | 160 | 160 | 143 | 0 | 0 | 14 | 70 | 74 | 6 | 51 |
| Binary | 1110000 | 1110000 | 1100011 | 0 | 0 | 1100 | 111000 | 111100 | 110 | 101001 |
Color Harmonies of #707063
Complementary color
Monochromatic Colors of #707063
Black with #707063
Text Example
Text Example
White with #707063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707063; }
p { color: rgb(112,112,99); }
H1.HeaderClassName
{
color: #707063;
}
.AnyTagClassName
{
color: #707063;
}
</style>
background-color css
<style>
a { background-color: #707063; }
a { background-color: rgb(112,112,99); }
div.DivClassName
{
background-color: #707063;
}
.BgClassName
{
background-color: #707063;
}
</style>
border-color css
<style>
span { border-color: #707063; }
span { border-color: rgb(112,112,99); }
td.TdClassName
{
border-color: #707063;
}
.TagClassName
{
border-color: #707063;
}
</style>