#70715F

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

Shades of Finch #70715F

Tints of Finch #70715F

Color information

#70715F (or 0x70715F) is unknown color: approx Finch. HEX triplet: 70, 71 and 5F. RGB value is (112,113,95). Sum of RGB (Red+Green+Blue) = 112+113+95=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 113 - color contains mainly: green. Hex color #70715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70715F is #8F8EA0. Grayscale: #6E6E6E. Windows color (decimal): -9408161 or 6254960. OLE color: 6254960.

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

Color convert

RGB11211395-
CMYK0.0100.160.56
HSL63.33º8.65%40.78%-
HSV(B)63.33º15.93%44.31%-
XYZ14.6516.0813.16-
YUV110.65119.17128.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=35%
G=35.31%
B=29.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113950.0100.160.5663.338.6540.78
Hex70715F1010383f929
Octal160161137102070771151
Binary11100001110001101111110100001110001111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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