#763477

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

Shades of Eminence #763477

Tints of Eminence #763477

Color information

#763477 (or 0x763477) is unknown color: approx Eminence. HEX triplet: 76, 34 and 77. RGB value is (118,52,119). Sum of RGB (Red+Green+Blue) = 118+52+119=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #763477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763477 is #89CB88. Grayscale: #4F4F4F. Windows color (decimal): -9030537 or 7812214. OLE color: 7812214.

HSL color Cylindrical-coordinate representation of color #763477: hue angle of 299.1º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763477 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11852119-
CMYK0.010.5600.53
HSL299.1º39.18%33.53%-
HSV(B)299.1º56.3%46.67%-
XYZ12.037.6418.29-
YUV79.37150.37155.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=40.83%
G=17.99%
B=41.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118521190.010.5600.53299.139.1833.53
Hex76347713803512b2722
Octal166641671700654534742
Binary1110110110100111011111110000110101100101011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763477; }

 p { color: rgb(118,52,119); }

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

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

 a { background-color: rgb(118,52,119); }

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

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

 span { border-color: rgb(118,52,119); }

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