Shades of Finch #707753
Tints of Finch #707753
RGB
CMYK
RGB Variations
Color information
#707753 (or 0x707753) is known color: Finch. HEX triplet: 70, 77 and 53. RGB value is (112,119,83). Sum of RGB (Red+Green+Blue) = 112+119+83=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #707753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707753 is #8F88AC. Grayscale: #707070. Windows color (decimal): -9406637 or 5470064. OLE color: 5470064.
HSL color Cylindrical-coordinate representation of color #707753: hue angle of 71.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707753 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 83 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.53 |
| HSL | 71.67º | 0.18% | 0.4% | - |
| HSV(B) | 71.67º | 0.3% | 0.47% | - |
| XYZ | 14.84 | 17.26 | 10.73 | - |
| YUV | 112.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 83 | 0.06 | 0 | 0.30 | 0.53 | 71.67 | 0.18 | 0.4 |
| Hex | 70 | 77 | 53 | 6 | 0 | 1E | 35 | 48 | 12 | 28 |
| Octal | 160 | 167 | 123 | 6 | 0 | 36 | 65 | 110 | 22 | 50 |
| Binary | 1110000 | 1110111 | 1010011 | 110 | 0 | 11110 | 110101 | 1001000 | 10010 | 101000 |
Color Harmonies of #707753
Complementary color
Monochromatic Colors of #707753
Black with #707753
Text Example
Text Example
White with #707753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707753; }
p { color: rgb(112,119,83); }
H1.HeaderClassName
{
color: #707753;
}
.AnyTagClassName
{
color: #707753;
}
</style>
background-color css
<style>
a { background-color: #707753; }
a { background-color: rgb(112,119,83); }
div.DivClassName
{
background-color: #707753;
}
.BgClassName
{
background-color: #707753;
}
</style>
border-color css
<style>
span { border-color: #707753; }
span { border-color: rgb(112,119,83); }
td.TdClassName
{
border-color: #707753;
}
.TagClassName
{
border-color: #707753;
}
</style>