#704D58

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

Shades of Finn #704D58

Tints of Finn #704D58

Color information

#704D58 (or 0x704D58) is unknown color: approx Finn. HEX triplet: 70, 4D and 58. RGB value is (112,77,88). Sum of RGB (Red+Green+Blue) = 112+77+88=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #704D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D58 is #8FB2A7. Grayscale: #585858. Windows color (decimal): -9417384 or 5786992. OLE color: 5786992.

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

Color convert

RGB1127788-
CMYK00.310.210.56
HSL341.14º18.52%37.06%-
HSV(B)341.14º31.25%43.92%-
XYZ11.19.4610.47-
YUV88.72127.6144.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=40.43%
G=27.80%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112778800.310.210.56341.1418.5237.06
Hex704D5801F15381551325
Octal16011513003725705252345
Binary1110000100110110110000111111010111100010101010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,77,88); }

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

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

 a { background-color: rgb(112,77,88); }

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

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

 span { border-color: rgb(112,77,88); }

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