#77396D

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

Shades of Eminence #77396D

Tints of Eminence #77396D

Color information

#77396D (or 0x77396D) is unknown color: approx Eminence. HEX triplet: 77, 39 and 6D. RGB value is (119,57,109). Sum of RGB (Red+Green+Blue) = 119+57+109=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #77396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77396D is #88C692. Grayscale: #515151. Windows color (decimal): -8963731 or 7158135. OLE color: 7158135.

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

Color convert

RGB11957109-
CMYK00.520.080.53
HSL309.68º35.23%34.51%-
HSV(B)309.68º52.1%46.67%-
XYZ11.837.9515.38-
YUV81.47143.54154.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=41.75%
G=20%
B=38.25%

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
Decimal1195710900.520.080.53309.6835.2334.51
Hex77396D0348351362323
Octal1677115506410654664343
Binary1110111111001110110101101001000110101100110110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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