#714E76

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

Shades of Eminence #714E76

Tints of Eminence #714E76

Color information

#714E76 (or 0x714E76) is unknown color: approx Eminence. HEX triplet: 71, 4E and 76. RGB value is (113,78,118). Sum of RGB (Red+Green+Blue) = 113+78+118=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #714E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E76 is #8EB189. Grayscale: #5C5C5C. Windows color (decimal): -9351562 or 7753329. OLE color: 7753329.

HSL color Cylindrical-coordinate representation of color #714E76: hue angle of 292.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714E76 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11378118-
CMYK0.040.3400.54
HSL292.5º20.41%38.43%-
HSV(B)292.5º33.9%46.27%-
XYZ12.810.2718.45-
YUV93.02142.1142.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=36.57%
G=25.24%
B=38.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113781180.040.3400.54292.520.4138.43
Hex714E764220361241426
Octal1611161664420664442446
Binary111000110011101110110100100010011011010010010010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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