#784874

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

Shades of Eminence #784874

Tints of Eminence #784874

Color information

#784874 (or 0x784874) is unknown color: approx Eminence. HEX triplet: 78, 48 and 74. RGB value is (120,72,116). Sum of RGB (Red+Green+Blue) = 120+72+116=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #784874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784874 is #87B78B. Grayscale: #5B5B5B. Windows color (decimal): -8894348 or 7620728. OLE color: 7620728.

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

Color convert

RGB12072116-
CMYK00.400.030.53
HSL305º25%37.65%-
HSV(B)305º40%47.06%-
XYZ13.229.8917.74-
YUV91.37141.9148.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=38.96%
G=23.38%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207211600.400.030.533052537.65
Hex7848740283351311926
Octal1701101640503654613146
Binary11110001001000111010001010001111010110011000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784874; }

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

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

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

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

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

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

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

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