#773B75

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

Shades of Eminence #773B75

Tints of Eminence #773B75

Color information

#773B75 (or 0x773B75) is unknown color: approx Eminence. HEX triplet: 77, 3B and 75. RGB value is (119,59,117). Sum of RGB (Red+Green+Blue) = 119+59+117=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #773B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B75 is #88C48A. Grayscale: #535353. Windows color (decimal): -8963211 or 7682935. OLE color: 7682935.

HSL color Cylindrical-coordinate representation of color #773B75: hue angle of 302º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773B75 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB11959117-
CMYK00.500.020.53
HSL302º33.71%34.9%-
HSV(B)302º50.42%46.67%-
XYZ12.388.3317.79-
YUV83.55146.88153.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=40.34%
G=20%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195911700.500.020.5330233.7134.9
Hex773B7503223512e2223
Octal167731650622654564243
Binary11101111110111110101011001010110101100101110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773B75; }

 p { color: rgb(119,59,117); }

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

<style>
 a { background-color: #773B75; }

 a { background-color: rgb(119,59,117); }

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

<style>
 span { border-color: #773B75; }

 span { border-color: rgb(119,59,117); }

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