#774876

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

Shades of Eminence #774876

Tints of Eminence #774876

Color information

#774876 (or 0x774876) is unknown color: approx Eminence. HEX triplet: 77, 48 and 76. RGB value is (119,72,118). Sum of RGB (Red+Green+Blue) = 119+72+118=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #774876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774876 is #88B789. Grayscale: #5B5B5B. Windows color (decimal): -8959882 or 7751799. OLE color: 7751799.

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

Color convert

RGB11972118-
CMYK00.390.010.53
HSL301.28º24.61%37.45%-
HSV(B)301.28º39.5%46.67%-
XYZ13.29.8618.35-
YUV91.3143.07147.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=38.51%
G=23.30%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197211800.390.010.53301.2824.6137.45
Hex77487602713512d1925
Octal1671101660471654553145
Binary1110111100100011101100100111111010110010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774876; }

 p { color: rgb(119,72,118); }

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

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

 a { background-color: rgb(119,72,118); }

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

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

 span { border-color: rgb(119,72,118); }

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