#714D74

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

Shades of Eminence #714D74

Tints of Eminence #714D74

Color information

#714D74 (or 0x714D74) is unknown color: approx Eminence. HEX triplet: 71, 4D and 74. RGB value is (113,77,116). Sum of RGB (Red+Green+Blue) = 113+77+116=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 77 (30.47% from 255 or 25.16% 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 #714D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D74 is #8EB28B. Grayscale: #5C5C5C. Windows color (decimal): -9351820 or 7622001. OLE color: 7622001.

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

Color convert

RGB11377116-
CMYK0.030.3400.55
HSL295.38º20.21%37.84%-
HSV(B)295.38º33.62%45.49%-
XYZ12.6210.0817.8-
YUV92.21141.43142.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=36.93%
G=25.16%
B=37.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113771160.030.3400.55295.3820.2137.84
Hex714D743220371271426
Octal1611151643420674472446
Binary11100011001101111010011100010011011110010011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,77,116); }

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

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

 a { background-color: rgb(113,77,116); }

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

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

 span { border-color: rgb(113,77,116); }

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