#773E71

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

Shades of Eminence #773E71

Tints of Eminence #773E71

Color information

#773E71 (or 0x773E71) is unknown color: approx Eminence. HEX triplet: 77, 3E and 71. RGB value is (119,62,113). Sum of RGB (Red+Green+Blue) = 119+62+113=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #773E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E71 is #88C18E. Grayscale: #545454. Windows color (decimal): -8962447 or 7421559. OLE color: 7421559.

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

Color convert

RGB11962113-
CMYK00.480.050.53
HSL306.32º31.49%35.49%-
HSV(B)306.32º47.9%46.67%-
XYZ12.318.5616.63-
YUV84.86143.88152.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=40.48%
G=21.09%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196211300.480.050.53306.3231.4935.49
Hex773E710305351321f23
Octal167761610605654623743
Binary11101111111101110001011000010111010110011001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,62,113); }

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

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

 a { background-color: rgb(119,62,113); }

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

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

 span { border-color: rgb(119,62,113); }

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