#78426C

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

Shades of Eminence #78426C

Tints of Eminence #78426C

Color information

#78426C (or 0x78426C) is unknown color: approx Eminence. HEX triplet: 78, 42 and 6C. RGB value is (120,66,108). Sum of RGB (Red+Green+Blue) = 120+66+108=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78426C is #87BD93. Grayscale: #565656. Windows color (decimal): -8895892 or 7094904. OLE color: 7094904.

HSL color Cylindrical-coordinate representation of color #78426C: hue angle of 313.33º 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 #78426C is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12066108-
CMYK00.450.100.53
HSL313.33º29.03%36.47%-
HSV(B)313.33º45%47.06%-
XYZ12.48.9715.27-
YUV86.93139.89151.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=40.82%
G=22.45%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206610800.450.100.53313.3329.0336.47
Hex78426C02DA351391d24
Octal17010215405512654713544
Binary1111000100001011011000101101101011010110011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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