#704E73

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

Shades of Eminence #704E73

Tints of Eminence #704E73

Color information

#704E73 (or 0x704E73) is unknown color: approx Eminence. HEX triplet: 70, 4E and 73. RGB value is (112,78,115). Sum of RGB (Red+Green+Blue) = 112+78+115=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #704E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E73 is #8FB18C. Grayscale: #5C5C5C. Windows color (decimal): -9417101 or 7556720. OLE color: 7556720.

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

Color convert

RGB11278115-
CMYK0.030.3200.55
HSL295.14º19.17%37.84%-
HSV(B)295.14º32.17%45.1%-
XYZ12.510.1317.52-
YUV92.38140.76141.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=36.72%
G=25.57%
B=37.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112781150.030.3200.55295.1419.1737.84
Hex704E733200371271326
Octal1601161633400674472346
Binary11100001001110111001111100000011011110010011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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