#794076

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

Shades of Eminence #794076

Tints of Eminence #794076

Color information

#794076 (or 0x794076) is unknown color: approx Eminence. HEX triplet: 79, 40 and 76. RGB value is (121,64,118). Sum of RGB (Red+Green+Blue) = 121+64+118=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #794076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794076 is #86BF89. Grayscale: #575757. Windows color (decimal): -8830858 or 7749753. OLE color: 7749753.

HSL color Cylindrical-coordinate representation of color #794076: hue angle of 303.16º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #794076 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12164118-
CMYK00.470.020.53
HSL303.16º30.81%36.27%-
HSV(B)303.16º47.11%47.45%-
XYZ12.999.0418.2-
YUV87.2145.38152.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=39.93%
G=21.12%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216411800.470.020.53303.1630.8136.27
Hex79407602F23512f1f24
Octal1711001660572654573744
Binary11110011000000111011001011111011010110010111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794076; }

 p { color: rgb(121,64,118); }

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

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

 a { background-color: rgb(121,64,118); }

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

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

 span { border-color: rgb(121,64,118); }

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