#773075

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

Shades of Eminence #773075

Tints of Eminence #773075

Color information

#773075 (or 0x773075) is unknown color: approx Eminence. HEX triplet: 77, 30 and 75. RGB value is (119,48,117). Sum of RGB (Red+Green+Blue) = 119+48+117=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #773075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773075 is #88CF8A. Grayscale: #4C4C4C. Windows color (decimal): -8966027 or 7680119. OLE color: 7680119.

HSL color Cylindrical-coordinate representation of color #773075: hue angle of 301.69º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773075 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB11948117-
CMYK00.600.020.53
HSL301.69º42.51%32.75%-
HSV(B)301.69º59.66%46.67%-
XYZ11.887.3217.62-
YUV77.1150.52157.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=41.90%
G=16.90%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194811700.600.020.53301.6942.5132.75
Hex77307503C23512e2b21
Octal167601650742654565341
Binary11101111100001110101011110010110101100101110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773075; }

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

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

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

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

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

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

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

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