#784074

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

Shades of Eminence #784074

Tints of Eminence #784074

Color information

#784074 (or 0x784074) is unknown color: approx Eminence. HEX triplet: 78, 40 and 74. RGB value is (120,64,116). Sum of RGB (Red+Green+Blue) = 120+64+116=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #784074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784074 is #87BF8B. Grayscale: #565656. Windows color (decimal): -8896396 or 7618680. OLE color: 7618680.

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

Color convert

RGB12064116-
CMYK00.470.030.53
HSL304.29º30.43%36.08%-
HSV(B)304.29º46.67%47.06%-
XYZ12.738.9217.57-
YUV86.67144.55151.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=40%
G=21.33%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206411600.470.030.53304.2930.4336.08
Hex78407402F3351301e24
Octal1701001640573654603644
Binary11110001000000111010001011111111010110011000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784074; }

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

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

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

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

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

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

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

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