#707154

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

Shades of Finch #707154

Tints of Finch #707154

Color information

#707154 (or 0x707154) is unknown color: approx Finch. HEX triplet: 70, 71 and 54. RGB value is (112,113,84). Sum of RGB (Red+Green+Blue) = 112+113+84=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #707154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707154 is #8F8EAB. Grayscale: #6D6D6D. Windows color (decimal): -9408172 or 5534064. OLE color: 5534064.

HSL color Cylindrical-coordinate representation of color #707154: hue angle of 62.07º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707154 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB11211384-
CMYK0.0100.260.56
HSL62.07º14.72%38.63%-
HSV(B)62.07º25.66%44.31%-
XYZ14.1915.910.71-
YUV109.4113.67129.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 84 (33.20% from 255) = 27.18%
R=36.25%
G=36.57%
B=27.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113840.0100.260.5662.0714.7238.63
Hex707154101A383ef27
Octal160161124103270761747
Binary11100001110001101010010110101110001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707154; }

 p { color: rgb(112,113,84); }

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

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

 a { background-color: rgb(112,113,84); }

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

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

 span { border-color: rgb(112,113,84); }

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