#77277A

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

Shades of Eminence #77277A

Tints of Eminence #77277A

Color information

#77277A (or 0x77277A) is unknown color: approx Eminence. HEX triplet: 77, 27 and 7A. RGB value is (119,39,122). Sum of RGB (Red+Green+Blue) = 119+39+122=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #77277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77277A is #88D885. Grayscale: #484848. Windows color (decimal): -8968326 or 8005495. OLE color: 8005495.

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

Color convert

RGB11939122-
CMYK0.020.6800.52
HSL297.83º51.55%31.57%-
HSV(B)297.83º68.03%47.84%-
XYZ11.856.7819.1-
YUV72.38156161.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=42.5%
G=13.93%
B=43.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119391220.020.6800.52297.8351.5531.57
Hex77277A24403412a3420
Octal1674717221040644526440
Binary111011110011111110101010001000110100100101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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