#794572

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

Shades of Eminence #794572

Tints of Eminence #794572

Color information

#794572 (or 0x794572) is unknown color: approx Eminence. HEX triplet: 79, 45 and 72. RGB value is (121,69,114). Sum of RGB (Red+Green+Blue) = 121+69+114=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #794572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794572 is #86BA8D. Grayscale: #595959. Windows color (decimal): -8829582 or 7488889. OLE color: 7488889.

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

Color convert

RGB12169114-
CMYK00.430.060.53
HSL308.08º27.37%37.25%-
HSV(B)308.08º42.98%47.45%-
XYZ13.059.5417.07-
YUV89.68141.73150.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=39.80%
G=22.70%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216911400.430.060.53308.0827.3737.25
Hex79457202B6351341b25
Octal1711051620536654643345
Binary111100110001011110010010101111011010110011010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794572; }

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

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

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

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

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

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

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

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