#707162

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

Shades of Finch #707162

Tints of Finch #707162

Color information

#707162 (or 0x707162) is unknown color: approx Finch. HEX triplet: 70, 71 and 62. RGB value is (112,113,98). Sum of RGB (Red+Green+Blue) = 112+113+98=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #707162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707162 is #8F8E9D. Grayscale: #6F6F6F. Windows color (decimal): -9408158 or 6451568. OLE color: 6451568.

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

Color convert

RGB11211398-
CMYK0.0100.130.56
HSL64º7.11%41.37%-
HSV(B)64º13.27%44.31%-
XYZ14.7916.1413.89-
YUV110.99120.67128.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=34.67%
G=34.98%
B=30.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113980.0100.130.56647.1141.37
Hex70716210D3840729
Octal160161142101570100751
Binary1110000111000111000101011011110001000000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707162; }

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

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

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

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

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

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

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

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