#794275

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

Shades of Eminence #794275

Tints of Eminence #794275

Color information

#794275 (or 0x794275) is unknown color: approx Eminence. HEX triplet: 79, 42 and 75. RGB value is (121,66,117). Sum of RGB (Red+Green+Blue) = 121+66+117=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #794275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794275 is #86BD8A. Grayscale: #585858. Windows color (decimal): -8830347 or 7684729. OLE color: 7684729.

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

Color convert

RGB12166117-
CMYK00.450.030.53
HSL304.36º29.41%36.67%-
HSV(B)304.36º45.45%47.45%-
XYZ13.049.2517.93-
YUV88.26144.22151.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=39.80%
G=21.71%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216611700.450.030.53304.3629.4136.67
Hex79427502D3351301d25
Octal1711021650553654603545
Binary11110011000010111010101011011111010110011000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794275; }

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

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

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

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

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

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

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

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