#772B76

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

Shades of Eminence #772B76

Tints of Eminence #772B76

Color information

#772B76 (or 0x772B76) is unknown color: approx Eminence. HEX triplet: 77, 2B and 76. RGB value is (119,43,118). Sum of RGB (Red+Green+Blue) = 119+43+118=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #772B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B76 is #88D489. Grayscale: #4A4A4A. Windows color (decimal): -8967306 or 7744375. OLE color: 7744375.

HSL color Cylindrical-coordinate representation of color #772B76: hue angle of 300.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B76 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB11943118-
CMYK00.640.010.53
HSL300.79º46.91%31.76%-
HSV(B)300.79º63.87%46.67%-
XYZ11.746.9617.86-
YUV74.27152.68159.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 43 (17.19% from 255) = 15.36%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=42.5%
G=15.36%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194311800.640.010.53300.7946.9131.76
Hex772B7604013512d2f20
Octal1675316601001654555740
Binary11101111010111110110010000001110101100101101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,43,118); }

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

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

 a { background-color: rgb(119,43,118); }

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

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

 span { border-color: rgb(119,43,118); }

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