#774774

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

Shades of Eminence #774774

Tints of Eminence #774774

Color information

#774774 (or 0x774774) is unknown color: approx Eminence. HEX triplet: 77, 47 and 74. RGB value is (119,71,116). Sum of RGB (Red+Green+Blue) = 119+71+116=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #774774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774774 is #88B88B. Grayscale: #5A5A5A. Windows color (decimal): -8960140 or 7620471. OLE color: 7620471.

HSL color Cylindrical-coordinate representation of color #774774: hue angle of 303.75º 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 #774774 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11971116-
CMYK00.400.030.53
HSL303.75º25.26%37.25%-
HSV(B)303.75º40.34%46.67%-
XYZ13.019.6917.71-
YUV90.48142.4148.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=38.89%
G=23.20%
B=37.91%

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
Decimal1197111600.400.030.53303.7525.2637.25
Hex7747740283351301925
Octal1671071640503654603145
Binary11101111000111111010001010001111010110011000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774774; }

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

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

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

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

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

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

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

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