#772D7A

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

Shades of Eminence #772D7A

Tints of Eminence #772D7A

Color information

#772D7A (or 0x772D7A) is unknown color: approx Eminence. HEX triplet: 77, 2D and 7A. RGB value is (119,45,122). Sum of RGB (Red+Green+Blue) = 119+45+122=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #772D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D7A is #88D285. Grayscale: #4B4B4B. Windows color (decimal): -8966790 or 8007031. OLE color: 8007031.

HSL color Cylindrical-coordinate representation of color #772D7A: hue angle of 297.66º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772D7A is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11945122-
CMYK0.020.6300.52
HSL297.66º46.11%32.75%-
HSV(B)297.66º63.11%47.84%-
XYZ12.067.219.17-
YUV75.9154.02158.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 45 (17.97% from 255) = 15.73%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=41.61%
G=15.73%
B=42.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119451220.020.6300.52297.6646.1132.75
Hex772D7A23F03412a2e21
Octal167551722770644525641
Binary11101111011011111010101111110110100100101010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,45,122); }

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

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

 a { background-color: rgb(119,45,122); }

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

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

 span { border-color: rgb(119,45,122); }

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