#704D72

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

Shades of Eminence #704D72

Tints of Eminence #704D72

Color information

#704D72 (or 0x704D72) is unknown color: approx Eminence. HEX triplet: 70, 4D and 72. RGB value is (112,77,114). Sum of RGB (Red+Green+Blue) = 112+77+114=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #704D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D72 is #8FB28D. Grayscale: #5B5B5B. Windows color (decimal): -9417358 or 7490928. OLE color: 7490928.

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

Color convert

RGB11277114-
CMYK0.020.3200.55
HSL296.76º19.37%37.45%-
HSV(B)296.76º32.46%44.71%-
XYZ12.379.9717.19-
YUV91.68140.6142.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=36.96%
G=25.41%
B=37.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112771140.020.3200.55296.7619.3737.45
Hex704D722200371291325
Octal1601151622400674512345
Binary11100001001101111001010100000011011110010100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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