#77497B

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

Shades of Eminence #77497B

Tints of Eminence #77497B

Color information

#77497B (or 0x77497B) is unknown color: approx Eminence. HEX triplet: 77, 49 and 7B. RGB value is (119,73,123). Sum of RGB (Red+Green+Blue) = 119+73+123=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #77497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77497B is #88B684. Grayscale: #5C5C5C. Windows color (decimal): -8959621 or 8079735. OLE color: 8079735.

HSL color Cylindrical-coordinate representation of color #77497B: hue angle of 295.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77497B is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11973123-
CMYK0.030.4100.52
HSL295.2º25.51%38.43%-
HSV(B)295.2º40.65%48.24%-
XYZ13.5710.1219.98-
YUV92.45145.24146.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=37.78%
G=23.17%
B=39.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119731230.030.4100.52295.225.5138.43
Hex77497B3290341271a26
Octal1671111733510644473246
Binary11101111001001111101111101001011010010010011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77497B; }

 p { color: rgb(119,73,123); }

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

<style>
 a { background-color: #77497B; }

 a { background-color: rgb(119,73,123); }

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

<style>
 span { border-color: #77497B; }

 span { border-color: rgb(119,73,123); }

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