#784974

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

Shades of Eminence #784974

Tints of Eminence #784974

Color information

#784974 (or 0x784974) is unknown color: approx Eminence. HEX triplet: 78, 49 and 74. RGB value is (120,73,116). Sum of RGB (Red+Green+Blue) = 120+73+116=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #784974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784974 is #87B68B. Grayscale: #5B5B5B. Windows color (decimal): -8894092 or 7620984. OLE color: 7620984.

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

Color convert

RGB12073116-
CMYK00.390.030.53
HSL305.11º24.35%37.84%-
HSV(B)305.11º39.17%47.06%-
XYZ13.2810.0217.76-
YUV91.96141.57148-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=38.83%
G=23.62%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207311600.390.030.53305.1124.3537.84
Hex7849740273351311826
Octal1701111640473654613046
Binary11110001001001111010001001111111010110011000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784974; }

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

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

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

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

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

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

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

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