#784873

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

Shades of Eminence #784873

Tints of Eminence #784873

Color information

#784873 (or 0x784873) is unknown color: approx Eminence. HEX triplet: 78, 48 and 73. RGB value is (120,72,115). Sum of RGB (Red+Green+Blue) = 120+72+115=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #784873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784873 is #87B78C. Grayscale: #5B5B5B. Windows color (decimal): -8894349 or 7555192. OLE color: 7555192.

HSL color Cylindrical-coordinate representation of color #784873: hue angle of 306.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784873 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12072115-
CMYK00.400.040.53
HSL306.25º25%37.65%-
HSV(B)306.25º40%47.06%-
XYZ13.169.8717.43-
YUV91.25141.4148.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=39.09%
G=23.45%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207211500.400.040.53306.252537.65
Hex7848730284351321926
Octal1701101630504654623146
Binary111100010010001110011010100010011010110011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784873; }

 p { color: rgb(120,72,115); }

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

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

 a { background-color: rgb(120,72,115); }

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

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

 span { border-color: rgb(120,72,115); }

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