#704E70

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

Shades of Eminence #704E70

Tints of Eminence #704E70

Color information

#704E70 (or 0x704E70) is unknown color: approx Eminence. HEX triplet: 70, 4E and 70. RGB value is (112,78,112). Sum of RGB (Red+Green+Blue) = 112+78+112=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #704E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E70 is #8FB18F. Grayscale: #5B5B5B. Windows color (decimal): -9417104 or 7360112. OLE color: 7360112.

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

Color convert

RGB11278112-
CMYK00.3000.56
HSL300º17.89%37.25%-
HSV(B)300º30.36%43.92%-
XYZ12.3310.0616.62-
YUV92.04139.26142.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=37.09%
G=25.83%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127811200.3000.5630017.8937.25
Hex704E7001E03812c1225
Octal1601161600360704542245
Binary111000010011101110000011110011100010010110010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,78,112); }

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

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

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

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

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

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

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