#794575

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

Shades of Eminence #794575

Tints of Eminence #794575

Color information

#794575 (or 0x794575) is unknown color: approx Eminence. HEX triplet: 79, 45 and 75. RGB value is (121,69,117). Sum of RGB (Red+Green+Blue) = 121+69+117=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 121 - color contains mainly: red. Hex color #794575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794575 is #86BA8A. Grayscale: #595959. Windows color (decimal): -8829579 or 7685497. OLE color: 7685497.

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

Color convert

RGB12169117-
CMYK00.430.030.53
HSL304.62º27.37%37.25%-
HSV(B)304.62º42.98%47.45%-
XYZ13.229.6117.99-
YUV90.02143.23150.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=39.41%
G=22.48%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216911700.430.030.53304.6227.3737.25
Hex79457502B3351311b25
Octal1711051650533654613345
Binary11110011000101111010101010111111010110011000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794575; }

 p { color: rgb(121,69,117); }

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

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

 a { background-color: rgb(121,69,117); }

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

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

 span { border-color: rgb(121,69,117); }

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