Shades of Finch #707363
Tints of Finch #707363
RGB
CMYK
RGB Variations
Color information
#707363 (or 0x707363) is known color: Finch. HEX triplet: 70, 73 and 63. RGB value is (112,115,99). Sum of RGB (Red+Green+Blue) = 112+115+99=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #707363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707363 is #8F8C9C. Grayscale: #707070. Windows color (decimal): -9407645 or 6517616. OLE color: 6517616.
HSL color Cylindrical-coordinate representation of color #707363: hue angle of 71.25º 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 #707363 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 99 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.55 |
| HSL | 71.25º | 0.07% | 0.42% | - |
| HSV(B) | 71.25º | 0.14% | 0.45% | - |
| XYZ | 15.06 | 16.61 | 14.22 | - |
| YUV | 112.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 99 | 0.03 | 0 | 0.14 | 0.55 | 71.25 | 0.07 | 0.42 |
| Hex | 70 | 73 | 63 | 3 | 0 | E | 37 | 47 | 7 | 2A |
| Octal | 160 | 163 | 143 | 3 | 0 | 16 | 67 | 107 | 7 | 52 |
| Binary | 1110000 | 1110011 | 1100011 | 11 | 0 | 1110 | 110111 | 1000111 | 111 | 101010 |
Color Harmonies of #707363
Complementary color
Monochromatic Colors of #707363
Black with #707363
Text Example
Text Example
White with #707363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707363; }
p { color: rgb(112,115,99); }
H1.HeaderClassName
{
color: #707363;
}
.AnyTagClassName
{
color: #707363;
}
</style>
background-color css
<style>
a { background-color: #707363; }
a { background-color: rgb(112,115,99); }
div.DivClassName
{
background-color: #707363;
}
.BgClassName
{
background-color: #707363;
}
</style>
border-color css
<style>
span { border-color: #707363; }
span { border-color: rgb(112,115,99); }
td.TdClassName
{
border-color: #707363;
}
.TagClassName
{
border-color: #707363;
}
</style>