#774971

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

Shades of Eminence #774971

Tints of Eminence #774971

Color information

#774971 (or 0x774971) is unknown color: approx Eminence. HEX triplet: 77, 49 and 71. RGB value is (119,73,113). Sum of RGB (Red+Green+Blue) = 119+73+113=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #774971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774971 is #88B68E. Grayscale: #5B5B5B. Windows color (decimal): -8959631 or 7424375. OLE color: 7424375.

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

Color convert

RGB11973113-
CMYK00.390.050.53
HSL307.83º23.96%37.65%-
HSV(B)307.83º38.66%46.67%-
XYZ12.979.8816.85-
YUV91.31140.24147.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=39.02%
G=23.93%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197311300.390.050.53307.8323.9637.65
Hex7749710275351341826
Octal1671111610475654643046
Binary111011110010011110001010011110111010110011010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774971; }

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

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

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

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

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

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

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

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