#77407D

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

Shades of Eminence #77407D

Tints of Eminence #77407D

Color information

#77407D (or 0x77407D) is unknown color: approx Eminence. HEX triplet: 77, 40 and 7D. RGB value is (119,64,125). Sum of RGB (Red+Green+Blue) = 119+64+125=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #77407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77407D is #88BF82. Grayscale: #575757. Windows color (decimal): -8961923 or 8208503. OLE color: 8208503.

HSL color Cylindrical-coordinate representation of color #77407D: hue angle of 294.1º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77407D is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11964125-
CMYK0.050.4900.51
HSL294.1º32.28%37.06%-
HSV(B)294.1º48.8%49.02%-
XYZ13.149.0720.46-
YUV87.4149.22150.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=38.64%
G=20.78%
B=40.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119641250.050.4900.51294.132.2837.06
Hex77407D5310331262025
Octal1671001755610634464045
Binary1110111100000011111011011100010110011100100110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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