#70784D

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

Shades of Finch #70784D

Tints of Finch #70784D

Color information

#70784D (or 0x70784D) is unknown color: approx Finch. HEX triplet: 70, 78 and 4D. RGB value is (112,120,77). Sum of RGB (Red+Green+Blue) = 112+120+77=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #70784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70784D is #8F87B2. Grayscale: #707070. Windows color (decimal): -9406387 or 5077104. OLE color: 5077104.

HSL color Cylindrical-coordinate representation of color #70784D: hue angle of 71.16º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70784D is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB11212077-
CMYK0.0700.360.53
HSL71.16º21.83%38.63%-
HSV(B)71.16º35.83%47.06%-
XYZ14.7417.419.61-
YUV112.71107.85127.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 77 (30.47% from 255) = 24.92%
R=36.25%
G=38.83%
B=24.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120770.0700.360.5371.1621.8338.63
Hex70784D702435471627
Octal1601701157044651072647
Binary1110000111100010011011110100100110101100011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70784D; }

 p { color: rgb(112,120,77); }

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

<style>
 a { background-color: #70784D; }

 a { background-color: rgb(112,120,77); }

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

<style>
 span { border-color: #70784D; }

 span { border-color: rgb(112,120,77); }

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