#707457

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

Shades of Finch #707457

Tints of Finch #707457

Color information

#707457 (or 0x707457) is unknown color: approx Finch. HEX triplet: 70, 74 and 57. RGB value is (112,116,87). Sum of RGB (Red+Green+Blue) = 112+116+87=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #707457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707457 is #8F8BA8. Grayscale: #6F6F6F. Windows color (decimal): -9407401 or 5731440. OLE color: 5731440.

HSL color Cylindrical-coordinate representation of color #707457: hue angle of 68.28º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707457 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11211687-
CMYK0.0300.250.55
HSL68.28º14.29%39.8%-
HSV(B)68.28º25%45.49%-
XYZ14.6516.6211.45-
YUV111.5114.17128.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 87 (34.38% from 255) = 27.62%
R=35.56%
G=36.83%
B=27.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116870.0300.250.5568.2814.2939.8
Hex70745730193744e28
Octal1601641273031671041650
Binary1110000111010010101111101100111011110001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707457; }

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

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

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

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

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

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

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

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