#707063

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

Shades of Finch #707063

Tints of Finch #707063

Color information

#707063 (or 0x707063) is unknown color: approx Finch. HEX triplet: 70, 70 and 63. RGB value is (112,112,99). Sum of RGB (Red+Green+Blue) = 112+112+99=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707063 is #8F8F9C. Grayscale: #6E6E6E. Windows color (decimal): -9408413 or 6516848. OLE color: 6516848.

HSL color Cylindrical-coordinate representation of color #707063: hue angle of 60º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707063 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB11211299-
CMYK000.120.56
HSL60º6.16%41.37%-
HSV(B)60º11.61%43.92%-
XYZ14.7315.9314.1-
YUV110.52121.5129.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 99 (39.06% from 255) = 30.65%
R=34.67%
G=34.67%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211299000.120.56606.1641.37
Hex70706300C383c629
Octal16016014300147074651
Binary111000011100001100011001100111000111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707063; }

 p { color: rgb(112,112,99); }

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

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

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

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

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

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

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