Shades of Finch #707456
Tints of Finch #707456
RGB
CMYK
RGB Variations
Color information
#707456 (or 0x707456) is known color: Finch. HEX triplet: 70, 74 and 56. RGB value is (112,116,86). Sum of RGB (Red+Green+Blue) = 112+116+86=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #707456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707456 is #8F8BA9. Grayscale: #6F6F6F. Windows color (decimal): -9407402 or 5665904. OLE color: 5665904.
HSL color Cylindrical-coordinate representation of color #707456: hue angle of 68º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707456 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 86 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.55 |
| HSL | 68º | 0.15% | 0.4% | - |
| HSV(B) | 68º | 0.26% | 0.45% | - |
| XYZ | 14.61 | 16.61 | 11.24 | - |
| YUV | 111.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 86 | 0.03 | 0 | 0.26 | 0.55 | 68 | 0.15 | 0.4 |
| Hex | 70 | 74 | 56 | 3 | 0 | 1A | 37 | 44 | F | 28 |
| Octal | 160 | 164 | 126 | 3 | 0 | 32 | 67 | 104 | 17 | 50 |
| Binary | 1110000 | 1110100 | 1010110 | 11 | 0 | 11010 | 110111 | 1000100 | 1111 | 101000 |
Color Harmonies of #707456
Complementary color
Monochromatic Colors of #707456
Black with #707456
Text Example
Text Example
White with #707456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707456; }
p { color: rgb(112,116,86); }
H1.HeaderClassName
{
color: #707456;
}
.AnyTagClassName
{
color: #707456;
}
</style>
background-color css
<style>
a { background-color: #707456; }
a { background-color: rgb(112,116,86); }
div.DivClassName
{
background-color: #707456;
}
.BgClassName
{
background-color: #707456;
}
</style>
border-color css
<style>
span { border-color: #707456; }
span { border-color: rgb(112,116,86); }
td.TdClassName
{
border-color: #707456;
}
.TagClassName
{
border-color: #707456;
}
</style>