#73456C

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

Shades of Eminence #73456C

Tints of Eminence #73456C

Color information

#73456C (or 0x73456C) is unknown color: approx Eminence. HEX triplet: 73, 45 and 6C. RGB value is (115,69,108). Sum of RGB (Red+Green+Blue) = 115+69+108=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73456C is #8CBA93. Grayscale: #575757. Windows color (decimal): -9222804 or 7095667. OLE color: 7095667.

HSL color Cylindrical-coordinate representation of color #73456C: hue angle of 309.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73456C is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11569108-
CMYK00.40.060.55
HSL309.13º25%36.08%-
HSV(B)309.13º40%45.1%-
XYZ11.918.9815.29-
YUV87.2139.74147.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=39.38%
G=23.63%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156910800.40.060.55309.132536.08
Hex73456C0286371351924
Octal1631051540506674653144
Binary111001110001011101100010100011011011110011010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73456C; }

 p { color: rgb(115,69,108); }

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

<style>
 a { background-color: #73456C; }

 a { background-color: rgb(115,69,108); }

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

<style>
 span { border-color: #73456C; }

 span { border-color: rgb(115,69,108); }

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