#773771

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

Shades of Eminence #773771

Tints of Eminence #773771

Color information

#773771 (or 0x773771) is unknown color: approx Eminence. HEX triplet: 77, 37 and 71. RGB value is (119,55,113). Sum of RGB (Red+Green+Blue) = 119+55+113=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #773771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773771 is #88C88E. Grayscale: #505050. Windows color (decimal): -8964239 or 7419767. OLE color: 7419767.

HSL color Cylindrical-coordinate representation of color #773771: hue angle of 305.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #773771 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB11955113-
CMYK00.540.050.53
HSL305.62º36.78%34.12%-
HSV(B)305.62º53.78%46.67%-
XYZ11.957.8516.51-
YUV80.75146.2155.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=41.46%
G=19.16%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195511300.540.050.53305.6236.7834.12
Hex7737710365351322522
Octal167671610665654624542
Binary111011111011111100010110110101110101100110010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773771; }

 p { color: rgb(119,55,113); }

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

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

 a { background-color: rgb(119,55,113); }

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

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

 span { border-color: rgb(119,55,113); }

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