#7C3677

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

Shades of Eminence #7C3677

Tints of Eminence #7C3677

Color information

#7C3677 (or 0x7C3677) is unknown color: approx Eminence. HEX triplet: 7C, 36 and 77. RGB value is (124,54,119). Sum of RGB (Red+Green+Blue) = 124+54+119=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3677 is #83C988. Grayscale: #525252. Windows color (decimal): -8636809 or 7812732. OLE color: 7812732.

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

Color convert

RGB12454119-
CMYK00.560.040.51
HSL304.29º39.33%34.9%-
HSV(B)304.29º56.45%48.63%-
XYZ12.968.2618.36-
YUV82.34148.69157.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 119 (46.88% from 255) = 40.07%
R=41.75%
G=18.18%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245411900.560.040.51304.2939.3334.9
Hex7C36770384331302723
Octal174661670704634604743
Binary111110011011011101110111000100110011100110000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,54,119); }

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

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

 a { background-color: rgb(124,54,119); }

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

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

 span { border-color: rgb(124,54,119); }

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