Shades of Finch #707C4C
Tints of Finch #707C4C
RGB
CMYK
RGB Variations
Color information
#707C4C (or 0x707C4C) is known color: Finch. HEX triplet: 70, 7C and 4C. RGB value is (112,124,76). Sum of RGB (Red+Green+Blue) = 112+124+76=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #707C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C4C is #8F83B3. Grayscale: #737373. Windows color (decimal): -9405364 or 5012592. OLE color: 5012592.
HSL color Cylindrical-coordinate representation of color #707C4C: hue angle of 75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #707C4C is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 76 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.51 |
| HSL | 75º | 0.24% | 0.39% | - |
| HSV(B) | 75º | 0.39% | 0.49% | - |
| XYZ | 15.19 | 18.38 | 9.58 | - |
| YUV | 114.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 76 | 0.10 | 0 | 0.39 | 0.51 | 75 | 0.24 | 0.39 |
| Hex | 70 | 7C | 4C | A | 0 | 27 | 33 | 4B | 18 | 27 |
| Octal | 160 | 174 | 114 | 12 | 0 | 47 | 63 | 113 | 30 | 47 |
| Binary | 1110000 | 1111100 | 1001100 | 1010 | 0 | 100111 | 110011 | 1001011 | 11000 | 100111 |
Color Harmonies of #707C4C
Complementary color
Monochromatic Colors of #707C4C
Black with #707C4C
Text Example
Text Example
White with #707C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C4C; }
p { color: rgb(112,124,76); }
H1.HeaderClassName
{
color: #707C4C;
}
.AnyTagClassName
{
color: #707C4C;
}
</style>
background-color css
<style>
a { background-color: #707C4C; }
a { background-color: rgb(112,124,76); }
div.DivClassName
{
background-color: #707C4C;
}
.BgClassName
{
background-color: #707C4C;
}
</style>
border-color css
<style>
span { border-color: #707C4C; }
span { border-color: rgb(112,124,76); }
td.TdClassName
{
border-color: #707C4C;
}
.TagClassName
{
border-color: #707C4C;
}
</style>