#707161

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

Shades of Finch #707161

Tints of Finch #707161

Color information

#707161 (or 0x707161) is unknown color: approx Finch. HEX triplet: 70, 71 and 61. RGB value is (112,113,97). Sum of RGB (Red+Green+Blue) = 112+113+97=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #707161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707161 is #8F8E9E. Grayscale: #6E6E6E. Windows color (decimal): -9408159 or 6386032. OLE color: 6386032.

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

Color convert

RGB11211397-
CMYK0.0100.140.56
HSL63.75º7.62%41.18%-
HSV(B)63.75º14.16%44.31%-
XYZ14.7416.1213.64-
YUV110.88120.17128.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=34.78%
G=35.09%
B=30.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113970.0100.140.5663.757.6241.18
Hex70716110E3840829
Octal1601611411016701001051
Binary11100001110001110000110111011100010000001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707161; }

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

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

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

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

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

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

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

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