Shades of Finch #707751
Tints of Finch #707751
RGB
CMYK
RGB Variations
Color information
#707751 (or 0x707751) is known color: Finch. HEX triplet: 70, 77 and 51. RGB value is (112,119,81). Sum of RGB (Red+Green+Blue) = 112+119+81=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #707751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707751 is #8F88AE. Grayscale: #707070. Windows color (decimal): -9406639 or 5338992. OLE color: 5338992.
HSL color Cylindrical-coordinate representation of color #707751: hue angle of 71.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #707751 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 81 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.53 |
| HSL | 71.05º | 0.19% | 0.39% | - |
| HSV(B) | 71.05º | 0.32% | 0.47% | - |
| XYZ | 14.76 | 17.23 | 10.33 | - |
| YUV | 112.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 81 | 0.06 | 0 | 0.32 | 0.53 | 71.05 | 0.19 | 0.39 |
| Hex | 70 | 77 | 51 | 6 | 0 | 20 | 35 | 47 | 13 | 27 |
| Octal | 160 | 167 | 121 | 6 | 0 | 40 | 65 | 107 | 23 | 47 |
| Binary | 1110000 | 1110111 | 1010001 | 110 | 0 | 100000 | 110101 | 1000111 | 10011 | 100111 |
Color Harmonies of #707751
Complementary color
Monochromatic Colors of #707751
Black with #707751
Text Example
Text Example
White with #707751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707751; }
p { color: rgb(112,119,81); }
H1.HeaderClassName
{
color: #707751;
}
.AnyTagClassName
{
color: #707751;
}
</style>
background-color css
<style>
a { background-color: #707751; }
a { background-color: rgb(112,119,81); }
div.DivClassName
{
background-color: #707751;
}
.BgClassName
{
background-color: #707751;
}
</style>
border-color css
<style>
span { border-color: #707751; }
span { border-color: rgb(112,119,81); }
td.TdClassName
{
border-color: #707751;
}
.TagClassName
{
border-color: #707751;
}
</style>