#782E77

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

Shades of Eminence #782E77

Tints of Eminence #782E77

Color information

#782E77 (or 0x782E77) is unknown color: approx Eminence. HEX triplet: 78, 2E and 77. RGB value is (120,46,119). Sum of RGB (Red+Green+Blue) = 120+46+119=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #782E77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E77 is #87D188. Grayscale: #4C4C4C. Windows color (decimal): -8901001 or 7810680. OLE color: 7810680.

HSL color Cylindrical-coordinate representation of color #782E77: hue angle of 300.81º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E77 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB12046119-
CMYK00.620.010.53
HSL300.81º44.58%32.55%-
HSV(B)300.81º61.67%47.06%-
XYZ12.057.2818.22-
YUV76.45152.02159.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=42.11%
G=16.14%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204611900.620.010.53300.8144.5832.55
Hex782E7703E13512d2d21
Octal170561670761654555541
Binary1111000101110111011101111101110101100101101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782E77; }

 p { color: rgb(120,46,119); }

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

<style>
 a { background-color: #782E77; }

 a { background-color: rgb(120,46,119); }

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

<style>
 span { border-color: #782E77; }

 span { border-color: rgb(120,46,119); }

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