#77397A

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

Shades of Eminence #77397A

Tints of Eminence #77397A

Color information

#77397A (or 0x77397A) is unknown color: approx Eminence. HEX triplet: 77, 39 and 7A. RGB value is (119,57,122). Sum of RGB (Red+Green+Blue) = 119+57+122=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #77397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77397A is #88C685. Grayscale: #525252. Windows color (decimal): -8963718 or 8010103. OLE color: 8010103.

HSL color Cylindrical-coordinate representation of color #77397A: hue angle of 297.23º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77397A is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11957122-
CMYK0.020.5300.52
HSL297.23º36.31%35.1%-
HSV(B)297.23º53.28%47.84%-
XYZ12.588.2519.34-
YUV82.95150.04153.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=39.93%
G=19.13%
B=40.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119571220.020.5300.52297.2336.3135.1
Hex77397A2350341292423
Octal167711722650644514443
Binary11101111110011111010101101010110100100101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77397A; }

 p { color: rgb(119,57,122); }

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

<style>
 a { background-color: #77397A; }

 a { background-color: rgb(119,57,122); }

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

<style>
 span { border-color: #77397A; }

 span { border-color: rgb(119,57,122); }

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