#78386F

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

Shades of Eminence #78386F

Tints of Eminence #78386F

Color information

#78386F (or 0x78386F) is unknown color: approx Eminence. HEX triplet: 78, 38 and 6F. RGB value is (120,56,111). Sum of RGB (Red+Green+Blue) = 120+56+111=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #78386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78386F is #87C790. Grayscale: #515151. Windows color (decimal): -8898449 or 7288952. OLE color: 7288952.

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

Color convert

RGB12056111-
CMYK00.530.080.53
HSL308.44º36.36%34.51%-
HSV(B)308.44º53.33%47.06%-
XYZ12.037.9715.94-
YUV81.41144.7155.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=41.81%
G=19.51%
B=38.68%

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
Decimal1205611100.530.080.53308.4436.3634.51
Hex78386F0358351342423
Octal1707015706510654644443
Binary1111000111000110111101101011000110101100110100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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