Shades of Finch #707259
Tints of Finch #707259
RGB
CMYK
RGB Variations
Color information
#707259 (or 0x707259) is known color: Finch. HEX triplet: 70, 72 and 59. RGB value is (112,114,89). Sum of RGB (Red+Green+Blue) = 112+114+89=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #707259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707259 is #8F8DA6. Grayscale: #6E6E6E. Windows color (decimal): -9407911 or 5862000. OLE color: 5862000.
HSL color Cylindrical-coordinate representation of color #707259: hue angle of 64.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707259 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 89 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.55 |
| HSL | 64.8º | 0.12% | 0.4% | - |
| HSV(B) | 64.8º | 0.22% | 0.45% | - |
| XYZ | 14.5 | 16.2 | 11.81 | - |
| YUV | 110.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 89 | 0.02 | 0 | 0.22 | 0.55 | 64.8 | 0.12 | 0.4 |
| Hex | 70 | 72 | 59 | 2 | 0 | 16 | 37 | 41 | C | 28 |
| Octal | 160 | 162 | 131 | 2 | 0 | 26 | 67 | 101 | 14 | 50 |
| Binary | 1110000 | 1110010 | 1011001 | 10 | 0 | 10110 | 110111 | 1000001 | 1100 | 101000 |
Color Harmonies of #707259
Complementary color
Monochromatic Colors of #707259
Black with #707259
Text Example
Text Example
White with #707259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707259; }
p { color: rgb(112,114,89); }
H1.HeaderClassName
{
color: #707259;
}
.AnyTagClassName
{
color: #707259;
}
</style>
background-color css
<style>
a { background-color: #707259; }
a { background-color: rgb(112,114,89); }
div.DivClassName
{
background-color: #707259;
}
.BgClassName
{
background-color: #707259;
}
</style>
border-color css
<style>
span { border-color: #707259; }
span { border-color: rgb(112,114,89); }
td.TdClassName
{
border-color: #707259;
}
.TagClassName
{
border-color: #707259;
}
</style>