#78426E

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

Shades of Eminence #78426E

Tints of Eminence #78426E

Color information

#78426E (or 0x78426E) is unknown color: approx Eminence. HEX triplet: 78, 42 and 6E. RGB value is (120,66,110). Sum of RGB (Red+Green+Blue) = 120+66+110=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78426E is #87BD91. Grayscale: #575757. Windows color (decimal): -8895890 or 7225976. OLE color: 7225976.

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

Color convert

RGB12066110-
CMYK00.450.080.53
HSL311.11º29.03%36.47%-
HSV(B)311.11º45%47.06%-
XYZ12.519.0215.83-
YUV87.16140.89151.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=40.54%
G=22.30%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206611000.450.080.53311.1129.0336.47
Hex78426E02D8351371d24
Octal17010215605510654673544
Binary1111000100001011011100101101100011010110011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78426E; }

 p { color: rgb(120,66,110); }

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

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

 a { background-color: rgb(120,66,110); }

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

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

 span { border-color: rgb(120,66,110); }

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