Shades of Finch #707953
Tints of Finch #707953
RGB
CMYK
RGB Variations
Color information
#707953 (or 0x707953) is known color: Finch. HEX triplet: 70, 79 and 53. RGB value is (112,121,83). Sum of RGB (Red+Green+Blue) = 112+121+83=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #707953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707953 is #8F86AC. Grayscale: #727272. Windows color (decimal): -9406125 or 5470576. OLE color: 5470576.
HSL color Cylindrical-coordinate representation of color #707953: hue angle of 74.21º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707953 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 83 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.53 |
| HSL | 74.21º | 0.19% | 0.4% | - |
| HSV(B) | 74.21º | 0.31% | 0.47% | - |
| XYZ | 15.08 | 17.74 | 10.81 | - |
| YUV | 113.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 83 | 0.07 | 0 | 0.31 | 0.53 | 74.21 | 0.19 | 0.4 |
| Hex | 70 | 79 | 53 | 7 | 0 | 1F | 35 | 4A | 13 | 28 |
| Octal | 160 | 171 | 123 | 7 | 0 | 37 | 65 | 112 | 23 | 50 |
| Binary | 1110000 | 1111001 | 1010011 | 111 | 0 | 11111 | 110101 | 1001010 | 10011 | 101000 |
Color Harmonies of #707953
Complementary color
Monochromatic Colors of #707953
Black with #707953
Text Example
Text Example
White with #707953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707953; }
p { color: rgb(112,121,83); }
H1.HeaderClassName
{
color: #707953;
}
.AnyTagClassName
{
color: #707953;
}
</style>
background-color css
<style>
a { background-color: #707953; }
a { background-color: rgb(112,121,83); }
div.DivClassName
{
background-color: #707953;
}
.BgClassName
{
background-color: #707953;
}
</style>
border-color css
<style>
span { border-color: #707953; }
span { border-color: rgb(112,121,83); }
td.TdClassName
{
border-color: #707953;
}
.TagClassName
{
border-color: #707953;
}
</style>