#70784F

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

Shades of Finch #70784F

Tints of Finch #70784F

Color information

#70784F (or 0x70784F) is unknown color: approx Finch. HEX triplet: 70, 78 and 4F. RGB value is (112,120,79). Sum of RGB (Red+Green+Blue) = 112+120+79=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #70784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70784F is #8F87B0. Grayscale: #717171. Windows color (decimal): -9406385 or 5208176. OLE color: 5208176.

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

Color convert

RGB11212079-
CMYK0.0700.340.53
HSL71.71º20.6%39.02%-
HSV(B)71.71º34.17%47.06%-
XYZ14.8117.449.98-
YUV112.93108.85127.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=36.01%
G=38.59%
B=25.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120790.0700.340.5371.7120.639.02
Hex70784F702235481527
Octal1601701177042651102547
Binary1110000111100010011111110100010110101100100010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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