#707456

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

Shades of Finch #707456

Tints of Finch #707456

Color information

#707456 (or 0x707456) is unknown color: approx Finch. HEX triplet: 70, 74 and 56. RGB value is (112,116,86). Sum of RGB (Red+Green+Blue) = 112+116+86=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #707456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707456 is #8F8BA9. Grayscale: #6F6F6F. Windows color (decimal): -9407402 or 5665904. OLE color: 5665904.

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

Color convert

RGB11211686-
CMYK0.0300.260.55
HSL68º14.85%39.61%-
HSV(B)68º25.86%45.49%-
XYZ14.6116.6111.24-
YUV111.38113.67128.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=35.67%
G=36.94%
B=27.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116860.0300.260.556814.8539.61
Hex707456301A3744f28
Octal1601641263032671041750
Binary1110000111010010101101101101011011110001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707456; }

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

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

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

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

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

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

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

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