COLOR #7C7587

HEX: #7C7587 RGB: (124,117,135)

Color info

#7C7587 contains red, green and blue colors in about the same proportion. Web safe color of #7C7587 is #666699 (or #669).

RGB color model

#7C7587 color RGB value is (124,117,135).

RGB: (124,117,135) (49%, 46%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 135 of 255 = 53%

124
117
135

R + G + B ~ 49%. #7C7587 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 124 + 117 + 135 = 376 (100%)
R 124 of 376 ~ 32.98%
G 117 of 376 ~ 31.12%
B 135 of 376 ~ 35.9'%

%32.98
%31.12
%35.9

CMYK color model

#7C7587 color CMYK value is (8,13,0,47).

  • cyan value is 8.15%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (8,13,0,47)
C8M13Y0K47 (8%, 13%, 0%, 47%)
(0.08 / 0.13 / 0.00 / 0.47)

CMYK percentages

%8.15
%13.33
%0
%47.06

Codes

Color #7C7587 in popluar color models

7C 75 87
RGB 124 117 135
HSL 263° 7.14% 49.41%
HSB/HSV 263° 13.33% 52.94%
CMYK 8.15% 13.33% 0.00%
47.06%

Color #7C7587 in popluar number systems.

HEX 7C 75 87
Decimal 124 117 135
Binary 1111100 1110101 10000111
Octal 174 165 207

Shades and tints

Shades of #7C7587

#7C7587
(124,117,135)
#716B7B
(113,107,123)
#66616F
(102,97,111)
#5B5763
(91,87,99)
#504D57
(80,77,87)
#45434B
(69,67,75)
#3A393F
(58,57,63)
#2F2F33
(47,47,51)
#242527
(36,37,39)
#191B1B
(25,27,27)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #7C7587

#7C7587
(124,117,135)
#878191
(135,129,145)
#928D9B
(146,141,155)
#9D99A5
(157,153,165)
#A8A5AF
(168,165,175)
#B3B1B9
(179,177,185)
#BEBDC3
(190,189,195)
#C9C9CD
(201,201,205)
#D4D5D7
(212,213,215)
#DFE1E1
(223,225,225)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7587 color. Also use rgb(124,117,135) instead hex code.

Text Font Color

.myTextColor { color: #7C7587; }

<p style="color:#7C7587">This sample text font color is #7C7587.</p>

This text font color is #7C7587.

Background Color

.myBgColor { background-color: #7C7587; }

<div style="background-color:#7C7587">Inner text</div>

This div background color is #7C7587.

Border color

.myBorderColor { border: 1px solid #7C7587; }

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

This div border color is #7C7587.

Opacity

.myOpacity80 { color: #7C7587; opacity: 0.8; }

<p style="color:#7C7587;opacity:0.8;">80%</p>

Text with #7C7587 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7C7587;}

<p style="text-shadow: 3px 3px 1px #7C7587">Text here.</p>

This text has shadow with #7C7587 color.


.textShadow {text-shadow: 3px 3px 1px #7C7587', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7C7587, 5px 5px 20px red">Text here.</p>

This text has shadow with #7C7587 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C7587, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7C7587, Direction=45, Strength=4)">Text</p>

This text has shadow with #7C7587 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7C7587;
-webkit-box-shadow: 1px 1px 3px 2px #7C7587;
box-shadow: 1px 1px 3px 2px #7C7587;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7C7587; -webkit-box-shadow: 1px 1px 3px 2px #7C7587; box-shadow:1px 1px 3px 2px #7C7587;">
Div content here
</div>

This div box has shadow with color #7C7587.

Preview

Color preview on black background

This text has color #7C7587 on black background.


Color preview on white background

This text has color #7C7587 on white background.


Black color preview on #7C7587 background

This text has black color on #7C7587 background.


White color preview on #7C7587 background

This text has white color on #7C7587 background.


Related colors

Complementary color

Complementary color for #hex is #838A78.


I love getcolorcode.com

Triadic colors

1 #877C75 and #75877C with #7C7587 are triadic colors.

2 #87757C and #757C87 with #7C7587 are triadic colors.