#77476E

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

Shades of Eminence #77476E

Tints of Eminence #77476E

Color information

#77476E (or 0x77476E) is unknown color: approx Eminence. HEX triplet: 77, 47 and 6E. RGB value is (119,71,110). Sum of RGB (Red+Green+Blue) = 119+71+110=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77476E is #88B891. Grayscale: #595959. Windows color (decimal): -8960146 or 7227255. OLE color: 7227255.

HSL color Cylindrical-coordinate representation of color #77476E: hue angle of 311.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77476E is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11971110-
CMYK00.400.080.53
HSL311.25º25.26%37.25%-
HSV(B)311.25º40.34%46.67%-
XYZ12.689.5515.93-
YUV89.8139.4148.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=39.67%
G=23.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197111000.400.080.53311.2525.2637.25
Hex77476E0288351371925
Octal16710715605010654673145
Binary1110111100011111011100101000100011010110011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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