#70784E

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

Shades of Finch #70784E

Tints of Finch #70784E

Color information

#70784E (or 0x70784E) is unknown color: approx Finch. HEX triplet: 70, 78 and 4E. RGB value is (112,120,78). Sum of RGB (Red+Green+Blue) = 112+120+78=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #70784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70784E is #8F87B1. Grayscale: #707070. Windows color (decimal): -9406386 or 5142640. OLE color: 5142640.

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

Color convert

RGB11212078-
CMYK0.0700.350.53
HSL71.43º21.21%38.82%-
HSV(B)71.43º35%47.06%-
XYZ14.7717.439.79-
YUV112.82108.35127.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=36.13%
G=38.71%
B=25.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120780.0700.350.5371.4321.2138.82
Hex70784E702335471527
Octal1601701167043651072547
Binary1110000111100010011101110100011110101100011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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