#773976

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

Shades of Eminence #773976

Tints of Eminence #773976

Color information

#773976 (or 0x773976) is unknown color: approx Eminence. HEX triplet: 77, 39 and 76. RGB value is (119,57,118). Sum of RGB (Red+Green+Blue) = 119+57+118=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #773976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773976 is #88C689. Grayscale: #525252. Windows color (decimal): -8963722 or 7747959. OLE color: 7747959.

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

Color convert

RGB11957118-
CMYK00.520.010.53
HSL300.97º35.23%34.51%-
HSV(B)300.97º52.1%46.67%-
XYZ12.348.1618.06-
YUV82.49148.04154.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=40.48%
G=19.39%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195711800.520.010.53300.9735.2334.51
Hex77397603413512d2323
Octal167711660641654554343
Binary1110111111001111011001101001110101100101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773976; }

 p { color: rgb(119,57,118); }

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

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

 a { background-color: rgb(119,57,118); }

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

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

 span { border-color: rgb(119,57,118); }

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