#763372

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

Shades of Eminence #763372

Tints of Eminence #763372

Color information

#763372 (or 0x763372) is unknown color: approx Eminence. HEX triplet: 76, 33 and 72. RGB value is (118,51,114). Sum of RGB (Red+Green+Blue) = 118+51+114=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #763372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763372 is #89CC8D. Grayscale: #4E4E4E. Windows color (decimal): -9030798 or 7484278. OLE color: 7484278.

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

Color convert

RGB11851114-
CMYK00.570.030.54
HSL303.58º39.64%33.14%-
HSV(B)303.58º56.78%46.27%-
XYZ11.697.4316.74-
YUV78.21148.2156.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=41.70%
G=18.02%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185111400.570.030.54303.5839.6433.14
Hex7633720393361302821
Octal166631620713664605041
Binary11101101100111110010011100111110110100110000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763372; }

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

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

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

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

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

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

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

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