#704555

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

Shades of Finn #704555

Tints of Finn #704555

Color information

#704555 (or 0x704555) is unknown color: approx Finn. HEX triplet: 70, 45 and 55. RGB value is (112,69,85). Sum of RGB (Red+Green+Blue) = 112+69+85=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #704555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704555 is #8FBAAA. Grayscale: #535353. Windows color (decimal): -9419435 or 5588336. OLE color: 5588336.

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

Color convert

RGB1126985-
CMYK00.380.240.56
HSL337.67º23.76%35.49%-
HSV(B)337.67º38.39%43.92%-
XYZ10.458.369.66-
YUV83.68128.75148.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=42.11%
G=25.94%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112698500.380.240.56337.6723.7635.49
Hex70455502618381521823
Octal16010512504630705223043
Binary11100001000101101010101001101100011100010101001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704555; }

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

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

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

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

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

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

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

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