#794672

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

Shades of Eminence #794672

Tints of Eminence #794672

Color information

#794672 (or 0x794672) is unknown color: approx Eminence. HEX triplet: 79, 46 and 72. RGB value is (121,70,114). Sum of RGB (Red+Green+Blue) = 121+70+114=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #794672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794672 is #86B98D. Grayscale: #5A5A5A. Windows color (decimal): -8829326 or 7489145. OLE color: 7489145.

HSL color Cylindrical-coordinate representation of color #794672: hue angle of 308.24º 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 #794672 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12170114-
CMYK00.420.060.53
HSL308.24º26.7%37.45%-
HSV(B)308.24º42.15%47.45%-
XYZ13.119.6617.09-
YUV90.26141.4149.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.67%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=39.67%
G=22.95%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217011400.420.060.53308.2426.737.45
Hex79467202A6351341b25
Octal1711061620526654643345
Binary111100110001101110010010101011011010110011010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794672; }

 p { color: rgb(121,70,114); }

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

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

 a { background-color: rgb(121,70,114); }

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

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

 span { border-color: rgb(121,70,114); }

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