#70745D

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

Shades of Finch #70745D

Tints of Finch #70745D

Color information

#70745D (or 0x70745D) is unknown color: approx Finch. HEX triplet: 70, 74 and 5D. RGB value is (112,116,93). Sum of RGB (Red+Green+Blue) = 112+116+93=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 116 - color contains mainly: green. Hex color #70745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70745D is #8F8BA2. Grayscale: #707070. Windows color (decimal): -9407395 or 6124656. OLE color: 6124656.

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

Color convert

RGB11211693-
CMYK0.0300.200.55
HSL70.43º11%40.98%-
HSV(B)70.43º19.83%45.49%-
XYZ14.916.7312.8-
YUV112.18117.17127.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=34.89%
G=36.14%
B=28.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116930.0300.200.5570.431140.98
Hex70745D30143746b29
Octal1601641353024671061351
Binary1110000111010010111011101010011011110001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70745D; }

 p { color: rgb(112,116,93); }

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

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

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

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

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

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

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