#77466D

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

Shades of Eminence #77466D

Tints of Eminence #77466D

Color information

#77466D (or 0x77466D) is unknown color: approx Eminence. HEX triplet: 77, 46 and 6D. RGB value is (119,70,109). Sum of RGB (Red+Green+Blue) = 119+70+109=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77466D is #88B992. Grayscale: #585858. Windows color (decimal): -8960403 or 7161463. OLE color: 7161463.

HSL color Cylindrical-coordinate representation of color #77466D: hue angle of 312.24º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77466D is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11970109-
CMYK00.410.080.53
HSL312.24º25.93%37.06%-
HSV(B)312.24º41.18%46.67%-
XYZ12.569.4115.62-
YUV89.1139.23149.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=39.93%
G=23.49%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197010900.410.080.53312.2425.9337.06
Hex77466D0298351381a25
Octal16710615505110654703245
Binary1110111100011011011010101001100011010110011100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,70,109); }

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

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

 a { background-color: rgb(119,70,109); }

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

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

 span { border-color: rgb(119,70,109); }

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