#763C72

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

Shades of Eminence #763C72

Tints of Eminence #763C72

Color information

#763C72 (or 0x763C72) is unknown color: approx Eminence. HEX triplet: 76, 3C and 72. RGB value is (118,60,114). Sum of RGB (Red+Green+Blue) = 118+60+114=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #763C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C72 is #89C38D. Grayscale: #535353. Windows color (decimal): -9028494 or 7486582. OLE color: 7486582.

HSL color Cylindrical-coordinate representation of color #763C72: hue angle of 304.14º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C72 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11860114-
CMYK00.490.030.54
HSL304.14º32.58%34.9%-
HSV(B)304.14º49.15%46.27%-
XYZ12.128.316.88-
YUV83.5145.22152.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 60 (23.83% from 255) = 20.55%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=40.41%
G=20.55%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186011400.490.030.54304.1432.5834.9
Hex763C720313361302123
Octal166741620613664604143
Binary11101101111001110010011000111110110100110000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763C72; }

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

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

<style>
 a { background-color: #763C72; }

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

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

<style>
 span { border-color: #763C72; }

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

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