#77446E

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

Shades of Eminence #77446E

Tints of Eminence #77446E

Color information

#77446E (or 0x77446E) is unknown color: approx Eminence. HEX triplet: 77, 44 and 6E. RGB value is (119,68,110). Sum of RGB (Red+Green+Blue) = 119+68+110=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77446E is #88BB91. Grayscale: #575757. Windows color (decimal): -8960914 or 7226487. OLE color: 7226487.

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

Color convert

RGB11968110-
CMYK00.430.080.53
HSL310.59º27.27%36.67%-
HSV(B)310.59º42.86%46.67%-
XYZ12.499.1815.87-
YUV88.04140.4150.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=40.07%
G=22.90%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196811000.430.080.53310.5927.2736.67
Hex77446E02B8351371b25
Octal16710415605310654673345
Binary1110111100010011011100101011100011010110011011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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