#78456E

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

Shades of Eminence #78456E

Tints of Eminence #78456E

Color information

#78456E (or 0x78456E) is unknown color: approx Eminence. HEX triplet: 78, 45 and 6E. RGB value is (120,69,110). Sum of RGB (Red+Green+Blue) = 120+69+110=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #78456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78456E is #87BA91. Grayscale: #585858. Windows color (decimal): -8895122 or 7226744. OLE color: 7226744.

HSL color Cylindrical-coordinate representation of color #78456E: hue angle of 311.76º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78456E is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12069110-
CMYK00.420.080.53
HSL311.76º26.98%37.06%-
HSV(B)311.76º42.5%47.06%-
XYZ12.699.3815.89-
YUV88.92139.9150.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=40.13%
G=23.08%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206911000.420.080.53311.7626.9837.06
Hex78456E02A8351381b25
Octal17010515605210654703345
Binary1111000100010111011100101010100011010110011100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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