#707366

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

Shades of Finch #707366

Tints of Finch #707366

Color information

#707366 (or 0x707366) is unknown color: approx Finch. HEX triplet: 70, 73 and 66. RGB value is (112,115,102). Sum of RGB (Red+Green+Blue) = 112+115+102=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 115 - color contains mainly: green. Hex color #707366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707366 is #8F8C99. Grayscale: #707070. Windows color (decimal): -9407642 or 6714224. OLE color: 6714224.

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

Color convert

RGB112115102-
CMYK0.0300.110.55
HSL73.85º5.99%42.55%-
HSV(B)73.85º11.3%45.1%-
XYZ15.2116.6714.99-
YUV112.62122.01127.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=34.04%
G=34.95%
B=31.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121151020.0300.110.5573.855.9942.55
Hex70736630B374a62b
Octal160163146301367112653
Binary11100001110011110011011010111101111001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707366; }

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

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

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

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

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

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

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

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