#773B76

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

Shades of Eminence #773B76

Tints of Eminence #773B76

Color information

#773B76 (or 0x773B76) is unknown color: approx Eminence. HEX triplet: 77, 3B and 76. RGB value is (119,59,118). Sum of RGB (Red+Green+Blue) = 119+59+118=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #773B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B76 is #88C489. Grayscale: #535353. Windows color (decimal): -8963210 or 7748471. OLE color: 7748471.

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

Color convert

RGB11959118-
CMYK00.500.010.53
HSL301º33.71%34.9%-
HSV(B)301º50.42%46.67%-
XYZ12.448.3618.1-
YUV83.67147.38153.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=40.20%
G=19.93%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195911800.500.010.5330133.7134.9
Hex773B7603213512d2223
Octal167731660621654554243
Binary1110111111011111011001100101110101100101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773B76; }

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

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

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

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

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

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

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

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