#78456F

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

Shades of Eminence #78456F

Tints of Eminence #78456F

Color information

#78456F (or 0x78456F) is unknown color: approx Eminence. HEX triplet: 78, 45 and 6F. RGB value is (120,69,111). Sum of RGB (Red+Green+Blue) = 120+69+111=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #78456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78456F is #87BA90. Grayscale: #585858. Windows color (decimal): -8895121 or 7292280. OLE color: 7292280.

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

Color convert

RGB12069111-
CMYK00.420.080.53
HSL310.59º26.98%37.06%-
HSV(B)310.59º42.5%47.06%-
XYZ12.749.416.18-
YUV89.04140.4150.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 111 (43.75% from 255) = 37%
R=40%
G=23%
B=37%

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
Decimal1206911100.420.080.53310.5926.9837.06
Hex78456F02A8351371b25
Octal17010515705210654673345
Binary1111000100010111011110101010100011010110011011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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