#794172

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

Shades of Eminence #794172

Tints of Eminence #794172

Color information

#794172 (or 0x794172) is unknown color: approx Eminence. HEX triplet: 79, 41 and 72. RGB value is (121,65,114). Sum of RGB (Red+Green+Blue) = 121+65+114=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 121 - color contains mainly: red. Hex color #794172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794172 is #86BE8D. Grayscale: #575757. Windows color (decimal): -8830606 or 7487865. OLE color: 7487865.

HSL color Cylindrical-coordinate representation of color #794172: hue angle of 307.5º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794172 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12165114-
CMYK00.460.060.53
HSL307.5º30.11%36.47%-
HSV(B)307.5º46.28%47.45%-
XYZ12.819.0616.99-
YUV87.33143.05152.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.33%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=40.33%
G=21.67%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216511400.460.060.53307.530.1136.47
Hex79417202E6351341e24
Octal1711011620566654643644
Binary111100110000011110010010111011011010110011010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794172; }

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

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

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

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

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

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

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

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