#773172

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

Shades of Eminence #773172

Tints of Eminence #773172

Color information

#773172 (or 0x773172) is unknown color: approx Eminence. HEX triplet: 77, 31 and 72. RGB value is (119,49,114). Sum of RGB (Red+Green+Blue) = 119+49+114=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #773172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773172 is #88CE8D. Grayscale: #4D4D4D. Windows color (decimal): -8965774 or 7483767. OLE color: 7483767.

HSL color Cylindrical-coordinate representation of color #773172: hue angle of 304.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773172 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB11949114-
CMYK00.590.040.53
HSL304.29º41.67%32.94%-
HSV(B)304.29º58.82%46.67%-
XYZ11.747.3316.72-
YUV77.34148.69157.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=42.20%
G=17.38%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194911400.590.040.53304.2941.6732.94
Hex77317203B4351302a21
Octal167611620734654605241
Binary111011111000111100100111011100110101100110000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773172; }

 p { color: rgb(119,49,114); }

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

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

 a { background-color: rgb(119,49,114); }

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

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

 span { border-color: rgb(119,49,114); }

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