#77356E

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

Shades of Eminence #77356E

Tints of Eminence #77356E

Color information

#77356E (or 0x77356E) is unknown color: approx Eminence. HEX triplet: 77, 35 and 6E. RGB value is (119,53,110). Sum of RGB (Red+Green+Blue) = 119+53+110=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77356E is #88CA91. Grayscale: #4F4F4F. Windows color (decimal): -8964754 or 7222647. OLE color: 7222647.

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

Color convert

RGB11953110-
CMYK00.550.080.53
HSL308.18º38.37%33.73%-
HSV(B)308.18º55.46%46.67%-
XYZ11.77.5915.6-
YUV79.23145.37156.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=42.20%
G=18.79%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195311000.550.080.53308.1838.3733.73
Hex77356E0378351342622
Octal1676515606710654644642
Binary1110111110101110111001101111000110101100110100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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