#707562

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

Shades of Finch #707562

Tints of Finch #707562

Color information

#707562 (or 0x707562) is unknown color: approx Finch. HEX triplet: 70, 75 and 62. RGB value is (112,117,98). Sum of RGB (Red+Green+Blue) = 112+117+98=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #707562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707562 is #8F8A9D. Grayscale: #717171. Windows color (decimal): -9407134 or 6452592. OLE color: 6452592.

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

Color convert

RGB11211798-
CMYK0.0400.160.54
HSL75.79º8.84%42.16%-
HSV(B)75.79º16.24%45.88%-
XYZ15.2517.0514.04-
YUV113.34119.34127.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=34.25%
G=35.78%
B=29.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117980.0400.160.5475.798.8442.16
Hex7075624010364c92a
Octal1601651424020661141152
Binary11100001110101110001010001000011011010011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707562; }

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

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

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

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

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

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

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

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