#70755E

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

Shades of Finch #70755E

Tints of Finch #70755E

Color information

#70755E (or 0x70755E) is unknown color: approx Finch. HEX triplet: 70, 75 and 5E. RGB value is (112,117,94). Sum of RGB (Red+Green+Blue) = 112+117+94=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #70755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70755E is #8F8AA1. Grayscale: #707070. Windows color (decimal): -9407138 or 6190448. OLE color: 6190448.

HSL color Cylindrical-coordinate representation of color #70755E: hue angle of 73.04º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70755E is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11211794-
CMYK0.0400.200.54
HSL73.04º10.9%41.37%-
HSV(B)73.04º19.66%45.88%-
XYZ15.0616.9813.07-
YUV112.88117.34127.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=34.67%
G=36.22%
B=29.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117940.0400.200.5473.0410.941.37
Hex70755E40143649b29
Octal1601651364024661111351
Binary11100001110101101111010001010011011010010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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