#773F6B

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

Shades of Eminence #773F6B

Tints of Eminence #773F6B

Color information

#773F6B (or 0x773F6B) is unknown color: approx Eminence. HEX triplet: 77, 3F and 6B. RGB value is (119,63,107). Sum of RGB (Red+Green+Blue) = 119+63+107=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #773F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F6B is #88C094. Grayscale: #545454. Windows color (decimal): -8962197 or 7028599. OLE color: 7028599.

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

Color convert

RGB11963107-
CMYK00.470.100.53
HSL312.86º30.77%35.69%-
HSV(B)312.86º47.06%46.67%-
XYZ12.048.5414.92-
YUV84.76140.55152.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=41.18%
G=21.80%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196310700.470.100.53312.8630.7735.69
Hex773F6B02FA351391f24
Octal1677715305712654713744
Binary111011111111111010110101111101011010110011100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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