#707057

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

Shades of Finch #707057

Tints of Finch #707057

Color information

#707057 (or 0x707057) is unknown color: approx Finch. HEX triplet: 70, 70 and 57. RGB value is (112,112,87). Sum of RGB (Red+Green+Blue) = 112+112+87=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707057 is #8F8FA8. Grayscale: #6D6D6D. Windows color (decimal): -9408425 or 5730416. OLE color: 5730416.

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

Color convert

RGB11211287-
CMYK000.220.56
HSL60º12.56%39.02%-
HSV(B)60º22.32%43.92%-
XYZ14.215.7211.3-
YUV109.15115.5130.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=36.01%
G=36.01%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211287000.220.566012.5639.02
Hex7070570016383cd27
Octal160160127002670741547
Binary11100001110000101011100101101110001111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707057; }

 p { color: rgb(112,112,87); }

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

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

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

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

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

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

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