#773F7A

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

Shades of Eminence #773F7A

Tints of Eminence #773F7A

Color information

#773F7A (or 0x773F7A) is unknown color: approx Eminence. HEX triplet: 77, 3F and 7A. RGB value is (119,63,122). Sum of RGB (Red+Green+Blue) = 119+63+122=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #773F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F7A is #88C085. Grayscale: #565656. Windows color (decimal): -8962182 or 8011639. OLE color: 8011639.

HSL color Cylindrical-coordinate representation of color #773F7A: hue angle of 296.95º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #773F7A is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11963122-
CMYK0.020.4800.52
HSL296.95º31.89%36.27%-
HSV(B)296.95º48.36%47.84%-
XYZ12.98.8819.45-
YUV86.47148.05151.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 63 (25% from 255) = 20.72%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=39.14%
G=20.72%
B=40.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119631220.020.4800.52296.9531.8936.27
Hex773F7A2300341292024
Octal167771722600644514044
Binary11101111111111111010101100000110100100101001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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