#77307C

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

Shades of Eminence #77307C

Tints of Eminence #77307C

Color information

#77307C (or 0x77307C) is unknown color: approx Eminence. HEX triplet: 77, 30 and 7C. RGB value is (119,48,124). Sum of RGB (Red+Green+Blue) = 119+48+124=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #77307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77307C is #88CF83. Grayscale: #4D4D4D. Windows color (decimal): -8966020 or 8138871. OLE color: 8138871.

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

Color convert

RGB11948124-
CMYK0.040.6100.51
HSL296.05º44.19%33.73%-
HSV(B)296.05º61.29%48.63%-
XYZ12.37.4919.87-
YUV77.89154.02157.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=40.89%
G=16.49%
B=42.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119481240.040.6100.51296.0544.1933.73
Hex77307C43D0331282c22
Octal167601744750634505442
Binary111011111000011111001001111010110011100101000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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