#773D6E

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

Shades of Eminence #773D6E

Tints of Eminence #773D6E

Color information

#773D6E (or 0x773D6E) is unknown color: approx Eminence. HEX triplet: 77, 3D and 6E. RGB value is (119,61,110). Sum of RGB (Red+Green+Blue) = 119+61+110=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #773D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D6E is #88C291. Grayscale: #535353. Windows color (decimal): -8962706 or 7224695. OLE color: 7224695.

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

Color convert

RGB11961110-
CMYK00.490.080.53
HSL309.31º32.22%35.29%-
HSV(B)309.31º48.74%46.67%-
XYZ12.098.3915.73-
YUV83.93142.72153.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=41.03%
G=21.03%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196111000.490.080.53309.3132.2235.29
Hex773D6E0318351352023
Octal1677515606110654654043
Binary1110111111101110111001100011000110101100110101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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