#70715E

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

Shades of Finch #70715E

Tints of Finch #70715E

Color information

#70715E (or 0x70715E) is unknown color: approx Finch. HEX triplet: 70, 71 and 5E. RGB value is (112,113,94). Sum of RGB (Red+Green+Blue) = 112+113+94=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #70715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70715E is #8F8EA1. Grayscale: #6E6E6E. Windows color (decimal): -9408162 or 6189424. OLE color: 6189424.

HSL color Cylindrical-coordinate representation of color #70715E: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70715E is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB11211394-
CMYK0.0100.170.56
HSL63.16º9.18%40.59%-
HSV(B)63.16º16.81%44.31%-
XYZ14.6116.0612.92-
YUV110.54118.67129.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=35.11%
G=35.42%
B=29.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113940.0100.170.5663.169.1840.59
Hex70715E1011383f929
Octal160161136102170771151
Binary11100001110001101111010100011110001111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70715E; }

 p { color: rgb(112,113,94); }

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

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

 a { background-color: rgb(112,113,94); }

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

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

 span { border-color: rgb(112,113,94); }

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