#704357

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

Shades of Finn #704357

Tints of Finn #704357

Color information

#704357 (or 0x704357) is unknown color: approx Finn. HEX triplet: 70, 43 and 57. RGB value is (112,67,87). Sum of RGB (Red+Green+Blue) = 112+67+87=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #704357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704357 is #8FBCA8. Grayscale: #525252. Windows color (decimal): -9419945 or 5718896. OLE color: 5718896.

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

Color convert

RGB1126787-
CMYK00.400.220.56
HSL333.33º25.14%35.1%-
HSV(B)333.33º40.18%43.92%-
XYZ10.418.1510.04-
YUV82.74130.41148.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=42.11%
G=25.19%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112678700.400.220.56333.3325.1435.1
Hex704357028163814d1923
Octal16010312705026705153143
Binary11100001000011101011101010001011011100010100110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704357; }

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

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

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

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

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

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

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

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