#784474

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

Shades of Eminence #784474

Tints of Eminence #784474

Color information

#784474 (or 0x784474) is unknown color: approx Eminence. HEX triplet: 78, 44 and 74. RGB value is (120,68,116). Sum of RGB (Red+Green+Blue) = 120+68+116=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #784474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784474 is #87BB8B. Grayscale: #585858. Windows color (decimal): -8895372 or 7619704. OLE color: 7619704.

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

Color convert

RGB12068116-
CMYK00.430.030.53
HSL304.62º27.66%36.86%-
HSV(B)304.62º43.33%47.06%-
XYZ12.979.3917.65-
YUV89.02143.23150.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=39.47%
G=22.37%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206811600.430.030.53304.6227.6636.86
Hex78447402B3351311c25
Octal1701041640533654613445
Binary11110001000100111010001010111111010110011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784474; }

 p { color: rgb(120,68,116); }

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

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

 a { background-color: rgb(120,68,116); }

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

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

 span { border-color: rgb(120,68,116); }

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