#774771

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

Shades of Eminence #774771

Tints of Eminence #774771

Color information

#774771 (or 0x774771) is unknown color: approx Eminence. HEX triplet: 77, 47 and 71. RGB value is (119,71,113). Sum of RGB (Red+Green+Blue) = 119+71+113=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774771 is #88B88E. Grayscale: #5A5A5A. Windows color (decimal): -8960143 or 7423863. OLE color: 7423863.

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

Color convert

RGB11971113-
CMYK00.400.050.53
HSL307.5º25.26%37.25%-
HSV(B)307.5º40.34%46.67%-
XYZ12.849.6216.8-
YUV90.14140.9148.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=39.27%
G=23.43%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197111300.400.050.53307.525.2637.25
Hex7747710285351341925
Octal1671071610505654643145
Binary111011110001111110001010100010111010110011010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774771; }

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

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

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

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

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

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

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

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