#70784C

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

Shades of Finch #70784C

Tints of Finch #70784C

Color information

#70784C (or 0x70784C) is unknown color: approx Finch. HEX triplet: 70, 78 and 4C. RGB value is (112,120,76). Sum of RGB (Red+Green+Blue) = 112+120+76=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #70784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70784C is #8F87B3. Grayscale: #707070. Windows color (decimal): -9406388 or 5011568. OLE color: 5011568.

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

Color convert

RGB11212076-
CMYK0.0700.370.53
HSL70.91º22.45%38.43%-
HSV(B)70.91º36.67%47.06%-
XYZ14.717.49.42-
YUV112.59107.35127.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=36.36%
G=38.96%
B=24.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120760.0700.370.5370.9122.4538.43
Hex70784C702535471626
Octal1601701147045651072646
Binary1110000111100010011001110100101110101100011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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