Shades of Finch #707C53
Tints of Finch #707C53
RGB
CMYK
RGB Variations
Color information
#707C53 (or 0x707C53) is known color: Finch. HEX triplet: 70, 7C and 53. RGB value is (112,124,83). Sum of RGB (Red+Green+Blue) = 112+124+83=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #707C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C53 is #8F83AC. Grayscale: #737373. Windows color (decimal): -9405357 or 5471344. OLE color: 5471344.
HSL color Cylindrical-coordinate representation of color #707C53: hue angle of 77.56º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #707C53 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 83 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.51 |
| HSL | 77.56º | 0.2% | 0.41% | - |
| HSV(B) | 77.56º | 0.33% | 0.49% | - |
| XYZ | 15.45 | 18.48 | 10.94 | - |
| YUV | 115.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 83 | 0.10 | 0 | 0.33 | 0.51 | 77.56 | 0.2 | 0.41 |
| Hex | 70 | 7C | 53 | A | 0 | 21 | 33 | 4E | 14 | 29 |
| Octal | 160 | 174 | 123 | 12 | 0 | 41 | 63 | 116 | 24 | 51 |
| Binary | 1110000 | 1111100 | 1010011 | 1010 | 0 | 100001 | 110011 | 1001110 | 10100 | 101001 |
Color Harmonies of #707C53
Complementary color
Monochromatic Colors of #707C53
Black with #707C53
Text Example
Text Example
White with #707C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C53; }
p { color: rgb(112,124,83); }
H1.HeaderClassName
{
color: #707C53;
}
.AnyTagClassName
{
color: #707C53;
}
</style>
background-color css
<style>
a { background-color: #707C53; }
a { background-color: rgb(112,124,83); }
div.DivClassName
{
background-color: #707C53;
}
.BgClassName
{
background-color: #707C53;
}
</style>
border-color css
<style>
span { border-color: #707C53; }
span { border-color: rgb(112,124,83); }
td.TdClassName
{
border-color: #707C53;
}
.TagClassName
{
border-color: #707C53;
}
</style>