#773775

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

Shades of Eminence #773775

Tints of Eminence #773775

Color information

#773775 (or 0x773775) is unknown color: approx Eminence. HEX triplet: 77, 37 and 75. RGB value is (119,55,117). Sum of RGB (Red+Green+Blue) = 119+55+117=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #773775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773775 is #88C88A. Grayscale: #515151. Windows color (decimal): -8964235 or 7681911. OLE color: 7681911.

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

Color convert

RGB11955117-
CMYK00.540.020.53
HSL301.88º36.78%34.12%-
HSV(B)301.88º53.78%46.67%-
XYZ12.187.9417.72-
YUV81.2148.2154.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=40.89%
G=18.90%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195511700.540.020.53301.8836.7834.12
Hex77377503623512e2522
Octal167671650662654564542
Binary11101111101111110101011011010110101100101110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773775; }

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

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

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

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

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

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

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

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