#77396E

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

Shades of Eminence #77396E

Tints of Eminence #77396E

Color information

#77396E (or 0x77396E) is unknown color: approx Eminence. HEX triplet: 77, 39 and 6E. RGB value is (119,57,110). Sum of RGB (Red+Green+Blue) = 119+57+110=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #77396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77396E is #88C691. Grayscale: #515151. Windows color (decimal): -8963730 or 7223671. OLE color: 7223671.

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

Color convert

RGB11957110-
CMYK00.520.080.53
HSL308.71º35.23%34.51%-
HSV(B)308.71º52.1%46.67%-
XYZ11.897.9715.66-
YUV81.58144.04154.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=41.61%
G=19.93%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195711000.520.080.53308.7135.2334.51
Hex77396E0348351352323
Octal1677115606410654654343
Binary1110111111001110111001101001000110101100110101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,57,110); }

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

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

 a { background-color: rgb(119,57,110); }

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

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

 span { border-color: rgb(119,57,110); }

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