#794770

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

Shades of Eminence #794770

Tints of Eminence #794770

Color information

#794770 (or 0x794770) is unknown color: approx Eminence. HEX triplet: 79, 47 and 70. RGB value is (121,71,112). Sum of RGB (Red+Green+Blue) = 121+71+112=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #794770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794770 is #86B88F. Grayscale: #5A5A5A. Windows color (decimal): -8829072 or 7358329. OLE color: 7358329.

HSL color Cylindrical-coordinate representation of color #794770: hue angle of 310.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #794770 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12171112-
CMYK00.410.070.53
HSL310.8º26.04%37.65%-
HSV(B)310.8º41.32%47.45%-
XYZ13.069.7416.52-
YUV90.62140.06149.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=39.80%
G=23.36%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217111200.410.070.53310.826.0437.65
Hex7947700297351371a26
Octal1711071600517654673246
Binary111100110001111110000010100111111010110011011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794770; }

 p { color: rgb(121,71,112); }

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

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

 a { background-color: rgb(121,71,112); }

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

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

 span { border-color: rgb(121,71,112); }

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