#78426F

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

Shades of Eminence #78426F

Tints of Eminence #78426F

Color information

#78426F (or 0x78426F) is unknown color: approx Eminence. HEX triplet: 78, 42 and 6F. RGB value is (120,66,111). Sum of RGB (Red+Green+Blue) = 120+66+111=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78426F is #87BD90. Grayscale: #575757. Windows color (decimal): -8895889 or 7291512. OLE color: 7291512.

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

Color convert

RGB12066111-
CMYK00.450.080.53
HSL310º29.03%36.47%-
HSV(B)310º45%47.06%-
XYZ12.569.0416.12-
YUV87.28141.39151.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=40.40%
G=22.22%
B=37.37%

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
Decimal1206611100.450.080.5331029.0336.47
Hex78426F02D8351361d24
Octal17010215705510654663544
Binary1111000100001011011110101101100011010110011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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