#774576

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

Shades of Eminence #774576

Tints of Eminence #774576

Color information

#774576 (or 0x774576) is unknown color: approx Eminence. HEX triplet: 77, 45 and 76. RGB value is (119,69,118). Sum of RGB (Red+Green+Blue) = 119+69+118=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #774576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774576 is #88BA89. Grayscale: #595959. Windows color (decimal): -8960650 or 7751031. OLE color: 7751031.

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

Color convert

RGB11969118-
CMYK00.420.010.53
HSL301.2º26.6%36.86%-
HSV(B)301.2º42.02%46.67%-
XYZ13.019.4918.29-
YUV89.54144.06149.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=38.89%
G=22.55%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196911800.420.010.53301.226.636.86
Hex77457602A13512d1b25
Octal1671051660521654553345
Binary1110111100010111101100101010111010110010110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774576; }

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

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

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

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

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

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

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

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