#70725A

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

Shades of Finch #70725A

Tints of Finch #70725A

Color information

#70725A (or 0x70725A) is unknown color: approx Finch. HEX triplet: 70, 72 and 5A. RGB value is (112,114,90). Sum of RGB (Red+Green+Blue) = 112+114+90=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #70725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70725A is #8F8DA5. Grayscale: #6E6E6E. Windows color (decimal): -9407910 or 5927536. OLE color: 5927536.

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

Color convert

RGB11211490-
CMYK0.0200.210.55
HSL65º11.76%40%-
HSV(B)65º21.05%44.71%-
XYZ14.5416.2212.04-
YUV110.67116.34128.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=35.44%
G=36.08%
B=28.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114900.0200.210.556511.7640
Hex70725A20153741c28
Octal1601621322025671011450
Binary1110000111001010110101001010111011110000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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