#773773

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

Shades of Eminence #773773

Tints of Eminence #773773

Color information

#773773 (or 0x773773) is unknown color: approx Eminence. HEX triplet: 77, 37 and 73. RGB value is (119,55,115). Sum of RGB (Red+Green+Blue) = 119+55+115=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #773773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773773 is #88C88C. Grayscale: #505050. Windows color (decimal): -8964237 or 7550839. OLE color: 7550839.

HSL color Cylindrical-coordinate representation of color #773773: hue angle of 303.75º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #773773 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11955115-
CMYK00.540.030.53
HSL303.75º36.78%34.12%-
HSV(B)303.75º53.78%46.67%-
XYZ12.077.8917.11-
YUV80.98147.2155.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=41.18%
G=19.03%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195511500.540.030.53303.7536.7834.12
Hex7737730363351302522
Octal167671630663654604542
Binary11101111101111110011011011011110101100110000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773773; }

 p { color: rgb(119,55,115); }

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

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

 a { background-color: rgb(119,55,115); }

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

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

 span { border-color: rgb(119,55,115); }

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