Shades of Finch #707352
Tints of Finch #707352
RGB
CMYK
RGB Variations
Color information
#707352 (or 0x707352) is known color: Finch. HEX triplet: 70, 73 and 52. RGB value is (112,115,82). Sum of RGB (Red+Green+Blue) = 112+115+82=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #707352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707352 is #8F8CAD. Grayscale: #6E6E6E. Windows color (decimal): -9407662 or 5403504. OLE color: 5403504.
HSL color Cylindrical-coordinate representation of color #707352: hue angle of 65.45º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #707352 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 82 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.55 |
| HSL | 65.45º | 0.17% | 0.39% | - |
| HSV(B) | 65.45º | 0.29% | 0.45% | - |
| XYZ | 14.34 | 16.32 | 10.38 | - |
| YUV | 110.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 82 | 0.03 | 0 | 0.29 | 0.55 | 65.45 | 0.17 | 0.39 |
| Hex | 70 | 73 | 52 | 3 | 0 | 1D | 37 | 41 | 11 | 27 |
| Octal | 160 | 163 | 122 | 3 | 0 | 35 | 67 | 101 | 21 | 47 |
| Binary | 1110000 | 1110011 | 1010010 | 11 | 0 | 11101 | 110111 | 1000001 | 10001 | 100111 |
Color Harmonies of #707352
Complementary color
Monochromatic Colors of #707352
Black with #707352
Text Example
Text Example
White with #707352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707352; }
p { color: rgb(112,115,82); }
H1.HeaderClassName
{
color: #707352;
}
.AnyTagClassName
{
color: #707352;
}
</style>
background-color css
<style>
a { background-color: #707352; }
a { background-color: rgb(112,115,82); }
div.DivClassName
{
background-color: #707352;
}
.BgClassName
{
background-color: #707352;
}
</style>
border-color css
<style>
span { border-color: #707352; }
span { border-color: rgb(112,115,82); }
td.TdClassName
{
border-color: #707352;
}
.TagClassName
{
border-color: #707352;
}
</style>