#7E377E

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

Shades of Eminence #7E377E

Tints of Eminence #7E377E

Color information

#7E377E (or 0x7E377E) is unknown color: approx Eminence. HEX triplet: 7E, 37 and 7E. RGB value is (126,55,126). Sum of RGB (Red+Green+Blue) = 126+55+126=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: red, blue. Hex color #7E377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E377E is #81C881. Grayscale: #545454. Windows color (decimal): -8505474 or 8271742. OLE color: 8271742.

HSL color Cylindrical-coordinate representation of color #7E377E: hue angle of 300º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E377E is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12655126-
CMYK00.5600.51
HSL300º39.23%35.49%-
HSV(B)300º56.35%49.41%-
XYZ13.748.6720.69-
YUV84.32151.52157.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.04%
GREEN value IS 55 (21.88% from 255) = 17.92%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=41.04%
G=17.92%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265512600.5600.5130039.2335.49
Hex7E377E03803312c2723
Octal176671760700634544743
Binary1111110110111111111001110000110011100101100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E377E; }

 p { color: rgb(126,55,126); }

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

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

 a { background-color: rgb(126,55,126); }

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

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

 span { border-color: rgb(126,55,126); }

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