#77456D

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

Shades of Eminence #77456D

Tints of Eminence #77456D

Color information

#77456D (or 0x77456D) is unknown color: approx Eminence. HEX triplet: 77, 45 and 6D. RGB value is (119,69,109). Sum of RGB (Red+Green+Blue) = 119+69+109=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77456D is #88BA92. Grayscale: #585858. Windows color (decimal): -8960659 or 7161207. OLE color: 7161207.

HSL color Cylindrical-coordinate representation of color #77456D: hue angle of 312º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77456D is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11969109-
CMYK00.420.080.53
HSL312º26.6%36.86%-
HSV(B)312º42.02%46.67%-
XYZ12.59.2815.6-
YUV88.51139.56149.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=40.07%
G=23.23%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196910900.420.080.5331226.636.86
Hex77456D02A8351381b25
Octal16710515505210654703345
Binary1110111100010111011010101010100011010110011100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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