#714E73

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

Shades of Eminence #714E73

Tints of Eminence #714E73

Color information

#714E73 (or 0x714E73) is unknown color: approx Eminence. HEX triplet: 71, 4E and 73. RGB value is (113,78,115). Sum of RGB (Red+Green+Blue) = 113+78+115=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #714E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E73 is #8EB18C. Grayscale: #5C5C5C. Windows color (decimal): -9351565 or 7556721. OLE color: 7556721.

HSL color Cylindrical-coordinate representation of color #714E73: hue angle of 296.76º 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 #714E73 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11378115-
CMYK0.020.3200.55
HSL296.76º19.17%37.84%-
HSV(B)296.76º32.17%45.1%-
XYZ12.6310.217.52-
YUV92.68140.6142.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=36.93%
G=25.49%
B=37.58%

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
Decimal113781150.020.3200.55296.7619.1737.84
Hex714E732200371291326
Octal1611161632400674512346
Binary11100011001110111001110100000011011110010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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