#763674

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

Shades of Eminence #763674

Tints of Eminence #763674

Color information

#763674 (or 0x763674) is unknown color: approx Eminence. HEX triplet: 76, 36 and 74. RGB value is (118,54,116). Sum of RGB (Red+Green+Blue) = 118+54+116=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #763674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763674 is #89C98B. Grayscale: #505050. Windows color (decimal): -9030028 or 7616118. OLE color: 7616118.

HSL color Cylindrical-coordinate representation of color #763674: hue angle of 301.88º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #763674 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11854116-
CMYK00.540.020.54
HSL301.88º37.21%33.73%-
HSV(B)301.88º54.24%46.27%-
XYZ11.947.7517.39-
YUV80.2148.2154.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=40.97%
G=18.75%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185411600.540.020.54301.8837.2133.73
Hex76367403623612e2522
Octal166661640662664564542
Binary11101101101101110100011011010110110100101110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763674; }

 p { color: rgb(118,54,116); }

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

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

 a { background-color: rgb(118,54,116); }

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

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

 span { border-color: rgb(118,54,116); }

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