#77446C

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

Shades of Eminence #77446C

Tints of Eminence #77446C

Color information

#77446C (or 0x77446C) is unknown color: approx Eminence. HEX triplet: 77, 44 and 6C. RGB value is (119,68,108). Sum of RGB (Red+Green+Blue) = 119+68+108=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77446C is #88BB93. Grayscale: #575757. Windows color (decimal): -8960916 or 7095415. OLE color: 7095415.

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

Color convert

RGB11968108-
CMYK00.430.090.53
HSL312.94º27.27%36.67%-
HSV(B)312.94º42.86%46.67%-
XYZ12.389.1415.3-
YUV87.81139.4150.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=40.34%
G=23.05%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196810800.430.090.53312.9427.2736.67
Hex77446C02B9351391b25
Octal16710415405311654713345
Binary1110111100010011011000101011100111010110011100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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