#784972

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

Shades of Eminence #784972

Tints of Eminence #784972

Color information

#784972 (or 0x784972) is unknown color: approx Eminence. HEX triplet: 78, 49 and 72. RGB value is (120,73,114). Sum of RGB (Red+Green+Blue) = 120+73+114=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #784972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784972 is #87B68D. Grayscale: #5B5B5B. Windows color (decimal): -8894094 or 7489912. OLE color: 7489912.

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

Color convert

RGB12073114-
CMYK00.390.050.53
HSL307.66º24.35%37.84%-
HSV(B)307.66º39.17%47.06%-
XYZ13.179.9717.15-
YUV91.73140.57148.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=39.09%
G=23.78%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207311400.390.050.53307.6624.3537.84
Hex7849720275351341826
Octal1701111620475654643046
Binary111100010010011110010010011110111010110011010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784972; }

 p { color: rgb(120,73,114); }

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

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

 a { background-color: rgb(120,73,114); }

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

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

 span { border-color: rgb(120,73,114); }

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