#704753

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

Shades of Finn #704753

Tints of Finn #704753

Color information

#704753 (or 0x704753) is unknown color: approx Finn. HEX triplet: 70, 47 and 53. RGB value is (112,71,83). Sum of RGB (Red+Green+Blue) = 112+71+83=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #704753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704753 is #8FB8AC. Grayscale: #545454. Windows color (decimal): -9418925 or 5457776. OLE color: 5457776.

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

Color convert

RGB1127183-
CMYK00.370.260.56
HSL342.44º22.4%35.88%-
HSV(B)342.44º36.61%43.92%-
XYZ10.58.589.29-
YUV84.63127.08147.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=42.11%
G=26.69%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112718300.370.260.56342.4422.435.88
Hex7047530251A381561624
Octal16010712304532705262644
Binary11100001000111101001101001011101011100010101011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704753; }

 p { color: rgb(112,71,83); }

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

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

 a { background-color: rgb(112,71,83); }

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

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

 span { border-color: rgb(112,71,83); }

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