#774773

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

Shades of Eminence #774773

Tints of Eminence #774773

Color information

#774773 (or 0x774773) is unknown color: approx Eminence. HEX triplet: 77, 47 and 73. RGB value is (119,71,115). Sum of RGB (Red+Green+Blue) = 119+71+115=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #774773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774773 is #88B88C. Grayscale: #5A5A5A. Windows color (decimal): -8960141 or 7554935. OLE color: 7554935.

HSL color Cylindrical-coordinate representation of color #774773: hue angle of 305º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774773 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11971115-
CMYK00.400.030.53
HSL305º25.26%37.25%-
HSV(B)305º40.34%46.67%-
XYZ12.969.6717.4-
YUV90.37141.9148.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=39.02%
G=23.28%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197111500.400.030.5330525.2637.25
Hex7747730283351311925
Octal1671071630503654613145
Binary11101111000111111001101010001111010110011000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774773; }

 p { color: rgb(119,71,115); }

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

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

 a { background-color: rgb(119,71,115); }

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

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

 span { border-color: rgb(119,71,115); }

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