#714B6E

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

Shades of Eminence #714B6E

Tints of Eminence #714B6E

Color information

#714B6E (or 0x714B6E) is unknown color: approx Eminence. HEX triplet: 71, 4B and 6E. RGB value is (113,75,110). Sum of RGB (Red+Green+Blue) = 113+75+110=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #714B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B6E is #8EB491. Grayscale: #5A5A5A. Windows color (decimal): -9352338 or 7228273. OLE color: 7228273.

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

Color convert

RGB11375110-
CMYK00.340.030.56
HSL304.74º20.21%36.86%-
HSV(B)304.74º33.63%44.31%-
XYZ12.149.6715.98-
YUV90.35139.09144.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=37.92%
G=25.17%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137511000.340.030.56304.7420.2136.86
Hex714B6E0223381311425
Octal1611131560423704612445
Binary11100011001011110111001000101111100010011000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,75,110); }

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

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

 a { background-color: rgb(113,75,110); }

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

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

 span { border-color: rgb(113,75,110); }

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