#707363

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

Shades of Finch #707363

Tints of Finch #707363

Color information

#707363 (or 0x707363) is unknown color: approx Finch. HEX triplet: 70, 73 and 63. RGB value is (112,115,99). Sum of RGB (Red+Green+Blue) = 112+115+99=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #707363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707363 is #8F8C9C. Grayscale: #707070. Windows color (decimal): -9407645 or 6517616. OLE color: 6517616.

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

Color convert

RGB11211599-
CMYK0.0300.140.55
HSL71.25º7.48%41.96%-
HSV(B)71.25º13.91%45.1%-
XYZ15.0616.6114.22-
YUV112.28120.51127.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=34.36%
G=35.28%
B=30.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115990.0300.140.5571.257.4841.96
Hex70736330E374772a
Octal160163143301667107752
Binary11100001110011110001111011101101111000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707363; }

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

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

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

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

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

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

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

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