#70745C

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

Shades of Finch #70745C

Tints of Finch #70745C

Color information

#70745C (or 0x70745C) is unknown color: approx Finch. HEX triplet: 70, 74 and 5C. RGB value is (112,116,92). Sum of RGB (Red+Green+Blue) = 112+116+92=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 116 - color contains mainly: green. Hex color #70745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70745C is #8F8BA3. Grayscale: #707070. Windows color (decimal): -9407396 or 6059120. OLE color: 6059120.

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

Color convert

RGB11211692-
CMYK0.0300.210.55
HSL70º11.54%40.78%-
HSV(B)70º20.69%45.49%-
XYZ14.8616.7112.57-
YUV112.07116.67127.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=35%
G=36.25%
B=28.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116920.0300.210.557011.5440.78
Hex70745C30153746c29
Octal1601641343025671061451
Binary1110000111010010111001101010111011110001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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