Shades of Finch #70755B
Tints of Finch #70755B
RGB
CMYK
RGB Variations
Color information
#70755B (or 0x70755B) is known color: Finch. HEX triplet: 70, 75 and 5B. RGB value is (112,117,91). Sum of RGB (Red+Green+Blue) = 112+117+91=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #70755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70755B is #8F8AA4. Grayscale: #707070. Windows color (decimal): -9407141 or 5993840. OLE color: 5993840.
HSL color Cylindrical-coordinate representation of color #70755B: hue angle of 71.54º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70755B is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 91 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.54 |
| HSL | 71.54º | 0.13% | 0.41% | - |
| HSV(B) | 71.54º | 0.22% | 0.46% | - |
| XYZ | 14.93 | 16.92 | 12.38 | - |
| YUV | 112.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 91 | 0.04 | 0 | 0.22 | 0.54 | 71.54 | 0.13 | 0.41 |
| Hex | 70 | 75 | 5B | 4 | 0 | 16 | 36 | 48 | C | 29 |
| Octal | 160 | 165 | 133 | 4 | 0 | 26 | 66 | 110 | 14 | 51 |
| Binary | 1110000 | 1110101 | 1011011 | 100 | 0 | 10110 | 110110 | 1001000 | 1100 | 101001 |
Color Harmonies of #70755B
Complementary color
Monochromatic Colors of #70755B
Black with #70755B
Text Example
Text Example
White with #70755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70755B; }
p { color: rgb(112,117,91); }
H1.HeaderClassName
{
color: #70755B;
}
.AnyTagClassName
{
color: #70755B;
}
</style>
background-color css
<style>
a { background-color: #70755B; }
a { background-color: rgb(112,117,91); }
div.DivClassName
{
background-color: #70755B;
}
.BgClassName
{
background-color: #70755B;
}
</style>
border-color css
<style>
span { border-color: #70755B; }
span { border-color: rgb(112,117,91); }
td.TdClassName
{
border-color: #70755B;
}
.TagClassName
{
border-color: #70755B;
}
</style>