Shades of Finch #707E48
Tints of Finch #707E48
RGB
CMYK
RGB Variations
Color information
#707E48 (or 0x707E48) is known color: Finch. HEX triplet: 70, 7E and 48. RGB value is (112,126,72). Sum of RGB (Red+Green+Blue) = 112+126+72=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 126 - color contains mainly: green. Hex color #707E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E48 is #8F81B7. Grayscale: #737373. Windows color (decimal): -9404856 or 4750960. OLE color: 4750960.
HSL color Cylindrical-coordinate representation of color #707E48: hue angle of 75.56º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #707E48 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 72 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.51 |
| HSL | 75.56º | 0.27% | 0.39% | - |
| HSV(B) | 75.56º | 0.43% | 0.49% | - |
| XYZ | 15.31 | 18.83 | 8.96 | - |
| YUV | 115.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 72 | 0.11 | 0 | 0.43 | 0.51 | 75.56 | 0.27 | 0.39 |
| Hex | 70 | 7E | 48 | B | 0 | 2B | 33 | 4C | 1B | 27 |
| Octal | 160 | 176 | 110 | 13 | 0 | 53 | 63 | 114 | 33 | 47 |
| Binary | 1110000 | 1111110 | 1001000 | 1011 | 0 | 101011 | 110011 | 1001100 | 11011 | 100111 |
Color Harmonies of #707E48
Complementary color
Monochromatic Colors of #707E48
Black with #707E48
Text Example
Text Example
White with #707E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E48; }
p { color: rgb(112,126,72); }
H1.HeaderClassName
{
color: #707E48;
}
.AnyTagClassName
{
color: #707E48;
}
</style>
background-color css
<style>
a { background-color: #707E48; }
a { background-color: rgb(112,126,72); }
div.DivClassName
{
background-color: #707E48;
}
.BgClassName
{
background-color: #707E48;
}
</style>
border-color css
<style>
span { border-color: #707E48; }
span { border-color: rgb(112,126,72); }
td.TdClassName
{
border-color: #707E48;
}
.TagClassName
{
border-color: #707E48;
}
</style>