#794374

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

Shades of Eminence #794374

Tints of Eminence #794374

Color information

#794374 (or 0x794374) is unknown color: approx Eminence. HEX triplet: 79, 43 and 74. RGB value is (121,67,116). Sum of RGB (Red+Green+Blue) = 121+67+116=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #794374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794374 is #86BC8B. Grayscale: #585858. Windows color (decimal): -8830092 or 7619449. OLE color: 7619449.

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

Color convert

RGB12167116-
CMYK00.450.040.53
HSL305.56º28.72%36.86%-
HSV(B)305.56º44.63%47.45%-
XYZ13.049.3417.64-
YUV88.73143.39151.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=39.80%
G=22.04%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216711600.450.040.53305.5628.7236.86
Hex79437402D4351321d25
Octal1711031640554654623545
Binary111100110000111110100010110110011010110011001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794374; }

 p { color: rgb(121,67,116); }

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

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

 a { background-color: rgb(121,67,116); }

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

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

 span { border-color: rgb(121,67,116); }

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