#7C3776

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

Shades of Eminence #7C3776

Tints of Eminence #7C3776

Color information

#7C3776 (or 0x7C3776) is unknown color: approx Eminence. HEX triplet: 7C, 37 and 76. RGB value is (124,55,118). Sum of RGB (Red+Green+Blue) = 124+55+118=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3776 is #83C889. Grayscale: #525252. Windows color (decimal): -8636554 or 7747452. OLE color: 7747452.

HSL color Cylindrical-coordinate representation of color #7C3776: hue angle of 305.22º 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 #7C3776 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB12455118-
CMYK00.560.050.51
HSL305.22º38.55%35.1%-
HSV(B)305.22º55.65%48.63%-
XYZ12.958.3318.06-
YUV82.81147.86157.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=41.75%
G=18.52%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245511800.560.050.51305.2238.5535.1
Hex7C37760385331312723
Octal174671660705634614743
Binary111110011011111101100111000101110011100110001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,55,118); }

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

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

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

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

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

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

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