#704858

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

Shades of Finn #704858

Tints of Finn #704858

Color information

#704858 (or 0x704858) is unknown color: approx Finn. HEX triplet: 70, 48 and 58. RGB value is (112,72,88). Sum of RGB (Red+Green+Blue) = 112+72+88=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #704858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704858 is #8FB7A7. Grayscale: #555555. Windows color (decimal): -9418664 or 5785712. OLE color: 5785712.

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

Color convert

RGB1127288-
CMYK00.360.210.56
HSL336º21.74%36.08%-
HSV(B)336º35.71%43.92%-
XYZ10.768.7810.36-
YUV85.78129.25146.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=41.18%
G=26.47%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112728800.360.210.5633621.7436.08
Hex70485802415381501624
Octal16011013004425705202644
Binary11100001001000101100001001001010111100010101000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704858; }

 p { color: rgb(112,72,88); }

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

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

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

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

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

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

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