#772F79

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

Shades of Eminence #772F79

Tints of Eminence #772F79

Color information

#772F79 (or 0x772F79) is unknown color: approx Eminence. HEX triplet: 77, 2F and 79. RGB value is (119,47,121). Sum of RGB (Red+Green+Blue) = 119+47+121=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #772F79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772F79 is #88D086. Grayscale: #4C4C4C. Windows color (decimal): -8966279 or 7942007. OLE color: 7942007.

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

Color convert

RGB11947121-
CMYK0.020.6100.53
HSL298.38º44.05%32.94%-
HSV(B)298.38º61.16%47.45%-
XYZ12.087.3418.87-
YUV76.96152.85157.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=41.46%
G=16.38%
B=42.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119471210.020.6100.53298.3844.0532.94
Hex772F7923D03512a2c21
Octal167571712750654525441
Binary11101111011111111001101111010110101100101010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772F79; }

 p { color: rgb(119,47,121); }

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

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

 a { background-color: rgb(119,47,121); }

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

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

 span { border-color: rgb(119,47,121); }

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