#70715A

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

Shades of Finch #70715A

Tints of Finch #70715A

Color information

#70715A (or 0x70715A) is unknown color: approx Finch. HEX triplet: 70, 71 and 5A. RGB value is (112,113,90). Sum of RGB (Red+Green+Blue) = 112+113+90=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #70715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70715A is #8F8EA5. Grayscale: #6E6E6E. Windows color (decimal): -9408166 or 5927280. OLE color: 5927280.

HSL color Cylindrical-coordinate representation of color #70715A: hue angle of 62.61º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70715A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11211390-
CMYK0.0100.200.56
HSL62.61º11.33%39.8%-
HSV(B)62.61º20.35%44.31%-
XYZ14.4315.9912-
YUV110.08116.67129.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=35.56%
G=35.87%
B=28.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113900.0100.200.5662.6111.3339.8
Hex70715A1014383fb28
Octal160161132102470771350
Binary11100001110001101101010101001110001111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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