Color Hex Logo

#7c7b87 Color Hex

#7C7B87
(124,123,135)
0 Favorites   0 Comments

Color spaces of #7c7b87

RGB 124123135
HSL0.680.050.51
HSV245°53°
CMYK 0.080.090.00   0.47
XYZ19.768320.200325.7788
Yxy20.20030.30070.3072
Hunter Lab44.9447-0.1426-2.5454
CIE-Lab52.06292.8676-6.3771

#7c7b87 color RGB value is (124,123,135).

#7c7b87 hex color red value is 124, green value is 123 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #7c7b87 hue: 0.68 , saturation: 0.05 and the lightness value of 7c7b87 is 0.51.

The process color (four color CMYK) of #7c7b87 color hex is 0.08, 0.09, 0.00, 0.47. Web safe color of #7c7b87 is #666699. Color #7c7b87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111011 10000111
Octal 174 173 207
Decimal 124 123 135
Hex 7C 7B 87

RGB Percentages of Color #7c7b87

%32.46
%32.20
%35.34

CMYK Percentages of Color #7c7b87

%8
%9
%0
%47

Triadic Colors of #7c7b87

#7c7b87 #877c7b #7b877c

Analogous Colors of #7c7b87

#7c7b87 #827b87 #7b8087

Monochromatic Colors of #7c7b87

#7c7b87

Complementary Color

#7c7b87 #86877b

#7c7b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7b87 Color CSS Codes

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

#7c7b87 Text Font Color

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

This sample text font color is #7c7b87
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.


#7c7b87 Background Color

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

This div background color is #7c7b87


#7c7b87 Border Color

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

This div border color is #7c7b87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c7b87


Comments

No comments written yet.

Please login to write comment.