#70745F

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

Shades of Finch #70745F

Tints of Finch #70745F

Color information

#70745F (or 0x70745F) is unknown color: approx Finch. HEX triplet: 70, 74 and 5F. RGB value is (112,116,95). Sum of RGB (Red+Green+Blue) = 112+116+95=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #70745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70745F is #8F8BA0. Grayscale: #707070. Windows color (decimal): -9407393 or 6255728. OLE color: 6255728.

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

Color convert

RGB11211695-
CMYK0.0300.180.55
HSL71.43º9.95%41.37%-
HSV(B)71.43º18.1%45.49%-
XYZ14.9916.7613.27-
YUV112.41118.17127.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=34.67%
G=35.91%
B=29.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116950.0300.180.5571.439.9541.37
Hex70745F30123747a29
Octal1601641373022671071251
Binary1110000111010010111111101001011011110001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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