#714D70

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

Shades of Eminence #714D70

Tints of Eminence #714D70

Color information

#714D70 (or 0x714D70) is unknown color: approx Eminence. HEX triplet: 71, 4D and 70. RGB value is (113,77,112). Sum of RGB (Red+Green+Blue) = 113+77+112=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #714D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D70 is #8EB28F. Grayscale: #5B5B5B. Windows color (decimal): -9351824 or 7359857. OLE color: 7359857.

HSL color Cylindrical-coordinate representation of color #714D70: hue angle of 301.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D70 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11377112-
CMYK00.320.010.56
HSL301.67º18.95%37.25%-
HSV(B)301.67º31.86%44.31%-
XYZ12.399.9916.6-
YUV91.75139.43143.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=37.42%
G=25.50%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137711200.320.010.56301.6718.9537.25
Hex714D7002013812e1325
Octal1611151600401704562345
Binary1110001100110111100000100000111100010010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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