#77416E

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

Shades of Eminence #77416E

Tints of Eminence #77416E

Color information

#77416E (or 0x77416E) is unknown color: approx Eminence. HEX triplet: 77, 41 and 6E. RGB value is (119,65,110). Sum of RGB (Red+Green+Blue) = 119+65+110=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77416E is #88BE91. Grayscale: #565656. Windows color (decimal): -8961682 or 7225719. OLE color: 7225719.

HSL color Cylindrical-coordinate representation of color #77416E: hue angle of 310º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77416E is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11965110-
CMYK00.450.080.53
HSL310º29.35%36.08%-
HSV(B)310º45.38%46.67%-
XYZ12.318.8315.81-
YUV86.28141.39151.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=40.48%
G=22.11%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196511000.450.080.5331029.3536.08
Hex77416E02D8351361d24
Octal16710115605510654663544
Binary1110111100000111011100101101100011010110011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77416E; }

 p { color: rgb(119,65,110); }

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

<style>
 a { background-color: #77416E; }

 a { background-color: rgb(119,65,110); }

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

<style>
 span { border-color: #77416E; }

 span { border-color: rgb(119,65,110); }

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