#704857

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

Shades of Finn #704857

Tints of Finn #704857

Color information

#704857 (or 0x704857) is unknown color: approx Finn. HEX triplet: 70, 48 and 57. RGB value is (112,72,87). Sum of RGB (Red+Green+Blue) = 112+72+87=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704857 is #8FB7A8. Grayscale: #555555. Windows color (decimal): -9418665 or 5720176. OLE color: 5720176.

HSL color Cylindrical-coordinate representation of color #704857: hue angle of 337.5º 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 #704857 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1127287-
CMYK00.360.220.56
HSL337.5º21.74%36.08%-
HSV(B)337.5º35.71%43.92%-
XYZ10.728.7710.14-
YUV85.67128.75146.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 87 (34.38% from 255) = 32.10%
R=41.33%
G=26.57%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112728700.360.220.56337.521.7436.08
Hex70485702416381521624
Octal16011012704426705222644
Binary11100001001000101011101001001011011100010101001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704857; }

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

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

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

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

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

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

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

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