Shades of Finch #70725D
Tints of Finch #70725D
RGB
CMYK
RGB Variations
Color information
#70725D (or 0x70725D) is known color: Finch. HEX triplet: 70, 72 and 5D. RGB value is (112,114,93). Sum of RGB (Red+Green+Blue) = 112+114+93=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #70725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70725D is #8F8DA2. Grayscale: #6F6F6F. Windows color (decimal): -9407907 or 6124144. OLE color: 6124144.
HSL color Cylindrical-coordinate representation of color #70725D: hue angle of 65.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70725D is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 93 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.55 |
| HSL | 65.71º | 0.1% | 0.41% | - |
| HSV(B) | 65.71º | 0.18% | 0.45% | - |
| XYZ | 14.68 | 16.27 | 12.72 | - |
| YUV | 111.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 93 | 0.02 | 0 | 0.18 | 0.55 | 65.71 | 0.1 | 0.41 |
| Hex | 70 | 72 | 5D | 2 | 0 | 12 | 37 | 42 | A | 29 |
| Octal | 160 | 162 | 135 | 2 | 0 | 22 | 67 | 102 | 12 | 51 |
| Binary | 1110000 | 1110010 | 1011101 | 10 | 0 | 10010 | 110111 | 1000010 | 1010 | 101001 |
Color Harmonies of #70725D
Complementary color
Monochromatic Colors of #70725D
Black with #70725D
Text Example
Text Example
White with #70725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70725D; }
p { color: rgb(112,114,93); }
H1.HeaderClassName
{
color: #70725D;
}
.AnyTagClassName
{
color: #70725D;
}
</style>
background-color css
<style>
a { background-color: #70725D; }
a { background-color: rgb(112,114,93); }
div.DivClassName
{
background-color: #70725D;
}
.BgClassName
{
background-color: #70725D;
}
</style>
border-color css
<style>
span { border-color: #70725D; }
span { border-color: rgb(112,114,93); }
td.TdClassName
{
border-color: #70725D;
}
.TagClassName
{
border-color: #70725D;
}
</style>