#77367C

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

Shades of Eminence #77367C

Tints of Eminence #77367C

Color information

#77367C (or 0x77367C) is unknown color: approx Eminence. HEX triplet: 77, 36 and 7C. RGB value is (119,54,124). Sum of RGB (Red+Green+Blue) = 119+54+124=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #77367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77367C is #88C983. Grayscale: #515151. Windows color (decimal): -8964484 or 8140407. OLE color: 8140407.

HSL color Cylindrical-coordinate representation of color #77367C: hue angle of 295.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77367C is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11954124-
CMYK0.040.5600.51
HSL295.71º39.33%34.9%-
HSV(B)295.71º56.45%48.63%-
XYZ12.578.0219.95-
YUV81.41152.03154.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=40.07%
G=18.18%
B=41.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119541240.040.5600.51295.7139.3334.9
Hex77367C4380331282723
Octal167661744700634504743
Binary111011111011011111001001110000110011100101000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,54,124); }

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

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

 a { background-color: rgb(119,54,124); }

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

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

 span { border-color: rgb(119,54,124); }

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