#77407A

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

Shades of Eminence #77407A

Tints of Eminence #77407A

Color information

#77407A (or 0x77407A) is unknown color: approx Eminence. HEX triplet: 77, 40 and 7A. RGB value is (119,64,122). Sum of RGB (Red+Green+Blue) = 119+64+122=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #77407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77407A is #88BF85. Grayscale: #565656. Windows color (decimal): -8961926 or 8011895. OLE color: 8011895.

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

Color convert

RGB11964122-
CMYK0.020.4800.52
HSL296.9º31.18%36.47%-
HSV(B)296.9º47.54%47.84%-
XYZ12.958.9919.47-
YUV87.06147.72150.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 122 (48.05% from 255) = 40%
R=39.02%
G=20.98%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119641220.020.4800.52296.931.1836.47
Hex77407A2300341291f24
Octal1671001722600644513744
Binary11101111000000111101010110000011010010010100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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