#773973

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

Shades of Eminence #773973

Tints of Eminence #773973

Color information

#773973 (or 0x773973) is unknown color: approx Eminence. HEX triplet: 77, 39 and 73. RGB value is (119,57,115). Sum of RGB (Red+Green+Blue) = 119+57+115=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #773973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773973 is #88C68C. Grayscale: #515151. Windows color (decimal): -8963725 or 7551351. OLE color: 7551351.

HSL color Cylindrical-coordinate representation of color #773973: hue angle of 303.87º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #773973 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11957115-
CMYK00.520.030.53
HSL303.87º35.23%34.51%-
HSV(B)303.87º52.1%46.67%-
XYZ12.178.0917.14-
YUV82.15146.54154.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=40.89%
G=19.59%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195711500.520.030.53303.8735.2334.51
Hex7739730343351302323
Octal167711630643654604343
Binary11101111110011110011011010011110101100110000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773973; }

 p { color: rgb(119,57,115); }

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

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

 a { background-color: rgb(119,57,115); }

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

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

 span { border-color: rgb(119,57,115); }

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