#704755

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

Shades of Finn #704755

Tints of Finn #704755

Color information

#704755 (or 0x704755) is unknown color: approx Finn. HEX triplet: 70, 47 and 55. RGB value is (112,71,85). Sum of RGB (Red+Green+Blue) = 112+71+85=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #704755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704755 is #8FB8AA. Grayscale: #545454. Windows color (decimal): -9418923 or 5588848. OLE color: 5588848.

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

Color convert

RGB1127185-
CMYK00.370.240.56
HSL339.51º22.4%35.88%-
HSV(B)339.51º36.61%43.92%-
XYZ10.588.619.7-
YUV84.85128.08147.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=41.79%
G=26.49%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112718500.370.240.56339.5122.435.88
Hex70475502518381541624
Octal16010712504530705242644
Binary11100001000111101010101001011100011100010101010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704755; }

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

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

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

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

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

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

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

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