#773F6E

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

Shades of Eminence #773F6E

Tints of Eminence #773F6E

Color information

#773F6E (or 0x773F6E) is unknown color: approx Eminence. HEX triplet: 77, 3F and 6E. RGB value is (119,63,110). Sum of RGB (Red+Green+Blue) = 119+63+110=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #773F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F6E is #88C091. Grayscale: #545454. Windows color (decimal): -8962194 or 7225207. OLE color: 7225207.

HSL color Cylindrical-coordinate representation of color #773F6E: hue angle of 309.64º 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 #773F6E is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11963110-
CMYK00.470.080.53
HSL309.64º30.77%35.69%-
HSV(B)309.64º47.06%46.67%-
XYZ12.28.615.77-
YUV85.1142.05152.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=40.75%
G=21.58%
B=37.67%

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
Decimal1196311000.470.080.53309.6430.7735.69
Hex773F6E02F8351361f24
Octal1677715605710654663744
Binary111011111111111011100101111100011010110011011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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