Shades of Finch #70794A
Tints of Finch #70794A
RGB
CMYK
RGB Variations
Color information
#70794A (or 0x70794A) is known color: Finch. HEX triplet: 70, 79 and 4A. RGB value is (112,121,74). Sum of RGB (Red+Green+Blue) = 112+121+74=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #70794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70794A is #8F86B5. Grayscale: #717171. Windows color (decimal): -9406134 or 4880752. OLE color: 4880752.
HSL color Cylindrical-coordinate representation of color #70794A: hue angle of 71.49º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70794A is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 74 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.53 |
| HSL | 71.49º | 0.24% | 0.38% | - |
| HSV(B) | 71.49º | 0.39% | 0.47% | - |
| XYZ | 14.76 | 17.61 | 9.1 | - |
| YUV | 112.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 74 | 0.07 | 0 | 0.39 | 0.53 | 71.49 | 0.24 | 0.38 |
| Hex | 70 | 79 | 4A | 7 | 0 | 27 | 35 | 47 | 18 | 26 |
| Octal | 160 | 171 | 112 | 7 | 0 | 47 | 65 | 107 | 30 | 46 |
| Binary | 1110000 | 1111001 | 1001010 | 111 | 0 | 100111 | 110101 | 1000111 | 11000 | 100110 |
Color Harmonies of #70794A
Complementary color
Monochromatic Colors of #70794A
Black with #70794A
Text Example
Text Example
White with #70794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70794A; }
p { color: rgb(112,121,74); }
H1.HeaderClassName
{
color: #70794A;
}
.AnyTagClassName
{
color: #70794A;
}
</style>
background-color css
<style>
a { background-color: #70794A; }
a { background-color: rgb(112,121,74); }
div.DivClassName
{
background-color: #70794A;
}
.BgClassName
{
background-color: #70794A;
}
</style>
border-color css
<style>
span { border-color: #70794A; }
span { border-color: rgb(112,121,74); }
td.TdClassName
{
border-color: #70794A;
}
.TagClassName
{
border-color: #70794A;
}
</style>