Color Hex Logo

#7c7999 Color Hex

#7C7999
(124,121,153)
0 Favorites   0 Comments

Color spaces of #7c7999

RGB 124121153
HSL0.680.140.54
HSV246°21°60°
CMYK 0.190.210.00   0.40
XYZ20.899320.259732.9460
Yxy20.25970.28200.2734
Hunter Lab45.01084.1118-11.8902
CIE-Lab52.12968.1255-16.8048

#7c7999 color RGB value is (124,121,153).

#7c7999 hex color red value is 124, green value is 121 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #7c7999 hue: 0.68 , saturation: 0.14 and the lightness value of 7c7999 is 0.54.

The process color (four color CMYK) of #7c7999 color hex is 0.19, 0.21, 0.00, 0.40. Web safe color of #7c7999 is #666699. Color #7c7999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111001 10011001
Octal 174 171 231
Decimal 124 121 153
Hex 7C 79 99

RGB Percentages of Color #7c7999

%31.16
%30.40
%38.44

CMYK Percentages of Color #7c7999

%19
%21
%0
%40

Triadic Colors of #7c7999

#7c7999 #997c79 #79997c

Analogous Colors of #7c7999

#7c7999 #8c7999 #798699

Monochromatic Colors of #7c7999

#7c7999

Complementary Color

#7c7999 #969979

#7c7999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7999 Color CSS Codes

.mybgcolor {background-color:#7c7999; } 
.myforecolor {color:#7c7999; }
.mybordercolor {border:3px solid #7c7999; }

#7c7999 Text Font Color

<p style="color:#7c7999">Text here</p>

This sample text font color is #7c7999
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7c7999 Background Color

<div style="background-color:#7c7999">
Div content here</div>

This div background color is #7c7999


#7c7999 Border Color

<div style="border:3px solid #7c7999">
Div here</div>

This div border color is #7c7999


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,121,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c7999; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c7999;
  -webkit-box-shadow: 1px 1px 3px 2px #7c7999;
  box-shadow:         1px 1px 3px 2px #7c7999; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,121,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7c7999">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7c7999;
  -webkit-box-shadow: 1px 1px 3px 2px #7c7999;
  box-shadow:         1px 1px 3px 2px #7c7999;">
Div content here</div>

This div box has shadow with color #7c7999


Comments

No comments written yet.

Please login to write comment.