#707263

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

Shades of Finch #707263

Tints of Finch #707263

Color information

#707263 (or 0x707263) is unknown color: approx Finch. HEX triplet: 70, 72 and 63. RGB value is (112,114,99). Sum of RGB (Red+Green+Blue) = 112+114+99=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #707263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707263 is #8F8D9C. Grayscale: #6F6F6F. Windows color (decimal): -9407901 or 6517360. OLE color: 6517360.

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

Color convert

RGB11211499-
CMYK0.0200.130.55
HSL68º7.04%41.76%-
HSV(B)68º13.16%44.71%-
XYZ14.9516.3814.18-
YUV111.69120.84128.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=34.46%
G=35.08%
B=30.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114990.0200.130.55687.0441.76
Hex70726320D374472a
Octal160162143201567104752
Binary11100001110010110001110011011101111000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707263; }

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

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

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

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

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

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

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

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