#704E74

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

Shades of Eminence #704E74

Tints of Eminence #704E74

Color information

#704E74 (or 0x704E74) is unknown color: approx Eminence. HEX triplet: 70, 4E and 74. RGB value is (112,78,116). Sum of RGB (Red+Green+Blue) = 112+78+116=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #704E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E74 is #8FB18B. Grayscale: #5C5C5C. Windows color (decimal): -9417100 or 7622256. OLE color: 7622256.

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

Color convert

RGB11278116-
CMYK0.030.3300.55
HSL293.68º19.59%38.04%-
HSV(B)293.68º32.76%45.49%-
XYZ12.5610.1517.82-
YUV92.5141.26141.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=36.60%
G=25.49%
B=37.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112781160.030.3300.55293.6819.5938.04
Hex704E743210371261426
Octal1601161643410674462446
Binary11100001001110111010011100001011011110010011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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