#773575

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

Shades of Eminence #773575

Tints of Eminence #773575

Color information

#773575 (or 0x773575) is unknown color: approx Eminence. HEX triplet: 77, 35 and 75. RGB value is (119,53,117). Sum of RGB (Red+Green+Blue) = 119+53+117=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #773575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773575 is #88CA8A. Grayscale: #4F4F4F. Windows color (decimal): -8964747 or 7681399. OLE color: 7681399.

HSL color Cylindrical-coordinate representation of color #773575: hue angle of 301.82º 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 #773575 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB11953117-
CMYK00.550.020.53
HSL301.82º38.37%33.73%-
HSV(B)301.82º55.46%46.67%-
XYZ12.097.7517.69-
YUV80.03148.87155.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=41.18%
G=18.34%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195311700.550.020.53301.8238.3733.73
Hex77357503723512e2622
Octal167651650672654564642
Binary11101111101011110101011011110110101100101110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773575; }

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

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

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

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

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

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

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

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