#773A6E

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

Shades of Eminence #773A6E

Tints of Eminence #773A6E

Color information

#773A6E (or 0x773A6E) is unknown color: approx Eminence. HEX triplet: 77, 3A and 6E. RGB value is (119,58,110). Sum of RGB (Red+Green+Blue) = 119+58+110=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #773A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A6E is #88C591. Grayscale: #525252. Windows color (decimal): -8963474 or 7223927. OLE color: 7223927.

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

Color convert

RGB11958110-
CMYK00.510.080.53
HSL308.85º34.46%34.71%-
HSV(B)308.85º51.26%46.67%-
XYZ11.948.0715.68-
YUV82.17143.71154.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=41.46%
G=20.21%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195811000.510.080.53308.8534.4634.71
Hex773A6E0338351352223
Octal1677215606310654654243
Binary1110111111010110111001100111000110101100110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,58,110); }

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

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

 a { background-color: rgb(119,58,110); }

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

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

 span { border-color: rgb(119,58,110); }

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