#723C6A

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

Shades of Eminence #723C6A

Tints of Eminence #723C6A

Color information

#723C6A (or 0x723C6A) is unknown color: approx Eminence. HEX triplet: 72, 3C and 6A. RGB value is (114,60,106). Sum of RGB (Red+Green+Blue) = 114+60+106=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #723C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723C6A is #8DC395. Grayscale: #515151. Windows color (decimal): -9290646 or 6962290. OLE color: 6962290.

HSL color Cylindrical-coordinate representation of color #723C6A: hue angle of 308.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #723C6A is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11460106-
CMYK00.470.070.55
HSL308.89º31.03%34.12%-
HSV(B)308.89º47.37%44.71%-
XYZ11.167.8514.56-
YUV81.39141.89151.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=40.71%
G=21.43%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146010600.470.070.55308.8931.0334.12
Hex723C6A02F7371351f22
Octal162741520577674653742
Binary11100101111001101010010111111111011110011010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723C6A; }

 p { color: rgb(114,60,106); }

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

<style>
 a { background-color: #723C6A; }

 a { background-color: rgb(114,60,106); }

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

<style>
 span { border-color: #723C6A; }

 span { border-color: rgb(114,60,106); }

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