#78386E

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

Shades of Eminence #78386E

Tints of Eminence #78386E

Color information

#78386E (or 0x78386E) is unknown color: approx Eminence. HEX triplet: 78, 38 and 6E. RGB value is (120,56,110). Sum of RGB (Red+Green+Blue) = 120+56+110=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #78386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78386E is #87C791. Grayscale: #515151. Windows color (decimal): -8898450 or 7223416. OLE color: 7223416.

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

Color convert

RGB12056110-
CMYK00.530.080.53
HSL309.38º36.36%34.51%-
HSV(B)309.38º53.33%47.06%-
XYZ11.977.9515.65-
YUV81.29144.2155.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=41.96%
G=19.58%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205611000.530.080.53309.3836.3634.51
Hex78386E0358351352423
Octal1707015606510654654443
Binary1111000111000110111001101011000110101100110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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