Shades of Finch #70755E
Tints of Finch #70755E
RGB
CMYK
RGB Variations
Color information
#70755E (or 0x70755E) is known color: Finch. HEX triplet: 70, 75 and 5E. RGB value is (112,117,94). Sum of RGB (Red+Green+Blue) = 112+117+94=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #70755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70755E is #8F8AA1. Grayscale: #707070. Windows color (decimal): -9407138 or 6190448. OLE color: 6190448.
HSL color Cylindrical-coordinate representation of color #70755E: hue angle of 73.04º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70755E is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 94 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.54 |
| HSL | 73.04º | 0.11% | 0.41% | - |
| HSV(B) | 73.04º | 0.2% | 0.46% | - |
| XYZ | 15.06 | 16.98 | 13.07 | - |
| YUV | 112.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 94 | 0.04 | 0 | 0.20 | 0.54 | 73.04 | 0.11 | 0.41 |
| Hex | 70 | 75 | 5E | 4 | 0 | 14 | 36 | 49 | B | 29 |
| Octal | 160 | 165 | 136 | 4 | 0 | 24 | 66 | 111 | 13 | 51 |
| Binary | 1110000 | 1110101 | 1011110 | 100 | 0 | 10100 | 110110 | 1001001 | 1011 | 101001 |
Color Harmonies of #70755E
Complementary color
Monochromatic Colors of #70755E
Black with #70755E
Text Example
Text Example
White with #70755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70755E; }
p { color: rgb(112,117,94); }
H1.HeaderClassName
{
color: #70755E;
}
.AnyTagClassName
{
color: #70755E;
}
</style>
background-color css
<style>
a { background-color: #70755E; }
a { background-color: rgb(112,117,94); }
div.DivClassName
{
background-color: #70755E;
}
.BgClassName
{
background-color: #70755E;
}
</style>
border-color css
<style>
span { border-color: #70755E; }
span { border-color: rgb(112,117,94); }
td.TdClassName
{
border-color: #70755E;
}
.TagClassName
{
border-color: #70755E;
}
</style>