#707561

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

Shades of Finch #707561

Tints of Finch #707561

Color information

#707561 (or 0x707561) is unknown color: approx Finch. HEX triplet: 70, 75 and 61. RGB value is (112,117,97). Sum of RGB (Red+Green+Blue) = 112+117+97=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #707561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707561 is #8F8A9E. Grayscale: #717171. Windows color (decimal): -9407135 or 6387056. OLE color: 6387056.

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

Color convert

RGB11211797-
CMYK0.0400.170.54
HSL75º9.35%41.96%-
HSV(B)75º17.09%45.88%-
XYZ15.217.0313.8-
YUV113.22118.84127.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=34.36%
G=35.89%
B=29.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117970.0400.170.54759.3541.96
Hex7075614011364b92a
Octal1601651414021661131152
Binary11100001110101110000110001000111011010010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707561; }

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

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

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

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

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

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

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

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