Shades of Finch #707C48
Tints of Finch #707C48
RGB
CMYK
RGB Variations
Color information
#707C48 (or 0x707C48) is known color: Finch. HEX triplet: 70, 7C and 48. RGB value is (112,124,72). Sum of RGB (Red+Green+Blue) = 112+124+72=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #707C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C48 is #8F83B7. Grayscale: #727272. Windows color (decimal): -9405368 or 4750448. OLE color: 4750448.
HSL color Cylindrical-coordinate representation of color #707C48: hue angle of 73.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707C48 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 72 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.51 |
| HSL | 73.85º | 0.27% | 0.38% | - |
| HSV(B) | 73.85º | 0.42% | 0.49% | - |
| XYZ | 15.06 | 18.33 | 8.87 | - |
| YUV | 114.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 72 | 0.10 | 0 | 0.42 | 0.51 | 73.85 | 0.27 | 0.38 |
| Hex | 70 | 7C | 48 | A | 0 | 2A | 33 | 4A | 1B | 26 |
| Octal | 160 | 174 | 110 | 12 | 0 | 52 | 63 | 112 | 33 | 46 |
| Binary | 1110000 | 1111100 | 1001000 | 1010 | 0 | 101010 | 110011 | 1001010 | 11011 | 100110 |
Color Harmonies of #707C48
Complementary color
Monochromatic Colors of #707C48
Black with #707C48
Text Example
Text Example
White with #707C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C48; }
p { color: rgb(112,124,72); }
H1.HeaderClassName
{
color: #707C48;
}
.AnyTagClassName
{
color: #707C48;
}
</style>
background-color css
<style>
a { background-color: #707C48; }
a { background-color: rgb(112,124,72); }
div.DivClassName
{
background-color: #707C48;
}
.BgClassName
{
background-color: #707C48;
}
</style>
border-color css
<style>
span { border-color: #707C48; }
span { border-color: rgb(112,124,72); }
td.TdClassName
{
border-color: #707C48;
}
.TagClassName
{
border-color: #707C48;
}
</style>