#773F6D

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

Shades of Eminence #773F6D

Tints of Eminence #773F6D

Color information

#773F6D (or 0x773F6D) is unknown color: approx Eminence. HEX triplet: 77, 3F and 6D. RGB value is (119,63,109). Sum of RGB (Red+Green+Blue) = 119+63+109=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #773F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F6D is #88C092. Grayscale: #545454. Windows color (decimal): -8962195 or 7159671. OLE color: 7159671.

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

Color convert

RGB11963109-
CMYK00.470.080.53
HSL310.71º30.77%35.69%-
HSV(B)310.71º47.06%46.67%-
XYZ12.158.5815.48-
YUV84.99141.55152.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=40.89%
G=21.65%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196310900.470.080.53310.7130.7735.69
Hex773F6D02F8351371f24
Octal1677715505710654673744
Binary111011111111111011010101111100011010110011011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,63,109); }

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

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

 a { background-color: rgb(119,63,109); }

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

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

 span { border-color: rgb(119,63,109); }

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