#704057

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

Shades of Finn #704057

Tints of Finn #704057

Color information

#704057 (or 0x704057) is unknown color: approx Finn. HEX triplet: 70, 40 and 57. RGB value is (112,64,87). Sum of RGB (Red+Green+Blue) = 112+64+87=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #704057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704057 is #8FBFA8. Grayscale: #505050. Windows color (decimal): -9420713 or 5718128. OLE color: 5718128.

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

Color convert

RGB1126487-
CMYK00.430.220.56
HSL331.25º27.27%34.51%-
HSV(B)331.25º42.86%43.92%-
XYZ10.247.89.98-
YUV80.97131.4150.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=42.59%
G=24.33%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112648700.430.220.56331.2527.2734.51
Hex70405702B163814b1b23
Octal16010012705326705133343
Binary11100001000000101011101010111011011100010100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704057; }

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

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

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

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

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

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

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

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