#773376

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

Shades of Eminence #773376

Tints of Eminence #773376

Color information

#773376 (or 0x773376) is unknown color: approx Eminence. HEX triplet: 77, 33 and 76. RGB value is (119,51,118). Sum of RGB (Red+Green+Blue) = 119+51+118=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #773376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773376 is #88CC89. Grayscale: #4E4E4E. Windows color (decimal): -8965258 or 7746423. OLE color: 7746423.

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

Color convert

RGB11951118-
CMYK00.570.010.53
HSL300.88º40%33.33%-
HSV(B)300.88º57.14%46.67%-
XYZ12.067.617.97-
YUV78.97150.03156.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=41.32%
G=17.71%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195111800.570.010.53300.884033.33
Hex77337603913512d2821
Octal167631660711654555041
Binary1110111110011111011001110011110101100101101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773376; }

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

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

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

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

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

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

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

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