#707556

Color #707556 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #707556

Tints of Finch #707556

Color information

#707556 (or 0x707556) is unknown color: approx Finch. HEX triplet: 70, 75 and 56. RGB value is (112,117,86). Sum of RGB (Red+Green+Blue) = 112+117+86=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #707556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707556 is #8F8AA9. Grayscale: #707070. Windows color (decimal): -9407146 or 5666160. OLE color: 5666160.

HSL color Cylindrical-coordinate representation of color #707556: hue angle of 69.68º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707556 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB11211786-
CMYK0.0400.260.54
HSL69.68º15.27%39.8%-
HSV(B)69.68º26.5%45.88%-
XYZ14.7216.8411.28-
YUV111.97113.34128.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=35.56%
G=37.14%
B=27.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117860.0400.260.5469.6815.2739.8
Hex707556401A3646f28
Octal1601651264032661061750
Binary11100001110101101011010001101011011010001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707556; }

 p { color: rgb(112,117,86); }

 H1.HeaderClassName
 {
   color: #707556;
 }
 .AnyTagClassName
 {
   color: #707556;
 }
</style>
background-color css

<style>
 a { background-color: #707556; }

 a { background-color: rgb(112,117,86); }

 div.DivClassName
 {
   background-color: #707556;
 }
 .BgClassName
 {
   background-color: #707556;
 }
</style>
border-color css

<style>
 span { border-color: #707556; }

 span { border-color: rgb(112,117,86); }

 td.TdClassName
 {
   border-color: #707556;
 }
 .TagClassName
 {
   border-color: #707556;
 }
</style>