#77456C

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

Shades of Eminence #77456C

Tints of Eminence #77456C

Color information

#77456C (or 0x77456C) is unknown color: approx Eminence. HEX triplet: 77, 45 and 6C. RGB value is (119,69,108). Sum of RGB (Red+Green+Blue) = 119+69+108=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77456C is #88BA93. Grayscale: #585858. Windows color (decimal): -8960660 or 7095671. OLE color: 7095671.

HSL color Cylindrical-coordinate representation of color #77456C: hue angle of 313.2º 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 #77456C is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11969108-
CMYK00.420.090.53
HSL313.2º26.6%36.86%-
HSV(B)313.2º42.02%46.67%-
XYZ12.449.2615.32-
YUV88.4139.06149.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=40.20%
G=23.31%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196910800.420.090.53313.226.636.86
Hex77456C02A9351391b25
Octal16710515405211654713345
Binary1110111100010111011000101010100111010110011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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