#704C54

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

Shades of Finn #704C54

Tints of Finn #704C54

Color information

#704C54 (or 0x704C54) is unknown color: approx Finn. HEX triplet: 70, 4C and 54. RGB value is (112,76,84). Sum of RGB (Red+Green+Blue) = 112+76+84=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #704C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C54 is #8FB3AB. Grayscale: #575757. Windows color (decimal): -9417644 or 5524592. OLE color: 5524592.

HSL color Cylindrical-coordinate representation of color #704C54: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C54 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1127684-
CMYK00.320.250.56
HSL346.67º19.15%36.86%-
HSV(B)346.67º32.14%43.92%-
XYZ10.879.259.6-
YUV87.68125.93145.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=41.18%
G=27.94%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112768400.320.250.56346.6719.1536.86
Hex704C54020193815b1325
Octal16011412404031705332345
Binary11100001001100101010001000001100111100010101101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704C54; }

 p { color: rgb(112,76,84); }

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

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

 a { background-color: rgb(112,76,84); }

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

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

 span { border-color: rgb(112,76,84); }

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