Shades of Finch #707A4E
Tints of Finch #707A4E
RGB
CMYK
RGB Variations
Color information
#707A4E (or 0x707A4E) is known color: Finch. HEX triplet: 70, 7A and 4E. RGB value is (112,122,78). Sum of RGB (Red+Green+Blue) = 112+122+78=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #707A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A4E is #8F85B1. Grayscale: #727272. Windows color (decimal): -9405874 or 5143152. OLE color: 5143152.
HSL color Cylindrical-coordinate representation of color #707A4E: hue angle of 73.64º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707A4E is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 78 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.52 |
| HSL | 73.64º | 0.22% | 0.39% | - |
| HSV(B) | 73.64º | 0.36% | 0.48% | - |
| XYZ | 15.02 | 17.91 | 9.87 | - |
| YUV | 113.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 78 | 0.08 | 0 | 0.36 | 0.52 | 73.64 | 0.22 | 0.39 |
| Hex | 70 | 7A | 4E | 8 | 0 | 24 | 34 | 4A | 16 | 27 |
| Octal | 160 | 172 | 116 | 10 | 0 | 44 | 64 | 112 | 26 | 47 |
| Binary | 1110000 | 1111010 | 1001110 | 1000 | 0 | 100100 | 110100 | 1001010 | 10110 | 100111 |
Color Harmonies of #707A4E
Complementary color
Monochromatic Colors of #707A4E
Black with #707A4E
Text Example
Text Example
White with #707A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A4E; }
p { color: rgb(112,122,78); }
H1.HeaderClassName
{
color: #707A4E;
}
.AnyTagClassName
{
color: #707A4E;
}
</style>
background-color css
<style>
a { background-color: #707A4E; }
a { background-color: rgb(112,122,78); }
div.DivClassName
{
background-color: #707A4E;
}
.BgClassName
{
background-color: #707A4E;
}
</style>
border-color css
<style>
span { border-color: #707A4E; }
span { border-color: rgb(112,122,78); }
td.TdClassName
{
border-color: #707A4E;
}
.TagClassName
{
border-color: #707A4E;
}
</style>