Shades of Finch #70774F
Tints of Finch #70774F
RGB
CMYK
RGB Variations
Color information
#70774F (or 0x70774F) is known color: Finch. HEX triplet: 70, 77 and 4F. RGB value is (112,119,79). Sum of RGB (Red+Green+Blue) = 112+119+79=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #70774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70774F is #8F88B0. Grayscale: #707070. Windows color (decimal): -9406641 or 5207920. OLE color: 5207920.
HSL color Cylindrical-coordinate representation of color #70774F: hue angle of 70.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70774F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 79 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.53 |
| HSL | 70.5º | 0.2% | 0.39% | - |
| HSV(B) | 70.5º | 0.34% | 0.47% | - |
| XYZ | 14.69 | 17.2 | 9.94 | - |
| YUV | 112.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 79 | 0.06 | 0 | 0.34 | 0.53 | 70.5 | 0.2 | 0.39 |
| Hex | 70 | 77 | 4F | 6 | 0 | 22 | 35 | 46 | 14 | 27 |
| Octal | 160 | 167 | 117 | 6 | 0 | 42 | 65 | 106 | 24 | 47 |
| Binary | 1110000 | 1110111 | 1001111 | 110 | 0 | 100010 | 110101 | 1000110 | 10100 | 100111 |
Color Harmonies of #70774F
Complementary color
Monochromatic Colors of #70774F
Black with #70774F
Text Example
Text Example
White with #70774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70774F; }
p { color: rgb(112,119,79); }
H1.HeaderClassName
{
color: #70774F;
}
.AnyTagClassName
{
color: #70774F;
}
</style>
background-color css
<style>
a { background-color: #70774F; }
a { background-color: rgb(112,119,79); }
div.DivClassName
{
background-color: #70774F;
}
.BgClassName
{
background-color: #70774F;
}
</style>
border-color css
<style>
span { border-color: #70774F; }
span { border-color: rgb(112,119,79); }
td.TdClassName
{
border-color: #70774F;
}
.TagClassName
{
border-color: #70774F;
}
</style>