Color Hex Logo

#7c8287 Color Hex

#7C8287
(124,130,135)
0 Favorites   0 Comments

Color spaces of #7c8287

RGB 124130135
HSL0.580.040.51
HSV207°53°
CMYK 0.080.040.00   0.47
XYZ20.668021.999626.0787
Yxy21.99960.30060.3200
Hunter Lab46.9037-3.4260-0.1329
CIE-Lab54.0266-1.1688-3.4694

#7c8287 color RGB value is (124,130,135).

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

The process color (four color CMYK) of #7c8287 color hex is 0.08, 0.04, 0.00, 0.47. Web safe color of #7c8287 is #669999. Color #7c8287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000010 10000111
Octal 174 202 207
Decimal 124 130 135
Hex 7C 82 87

RGB Percentages of Color #7c8287

%31.88
%33.42
%34.70

CMYK Percentages of Color #7c8287

%8
%4
%0
%47

Triadic Colors of #7c8287

#7c8287 #877c82 #82877c

Analogous Colors of #7c8287

#7c8287 #7c7d87 #7c8787

Monochromatic Colors of #7c8287

#7c8287

Complementary Color

#7c8287 #87817c

#7c8287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8287 Color CSS Codes

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

#7c8287 Text Font Color

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

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


#7c8287 Background Color

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

This div background color is #7c8287


#7c8287 Border Color

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

This div border color is #7c8287


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,130,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 #7c8287">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8287

#7c8287 Color Palettes


Comments

No comments written yet.

Please login to write comment.