COLOR #7C8588

HEX: #7C8588 RGB: (124,133,136)

Color info

#7C8588 contains red, green and blue colors in about the same proportion. Web safe color of #7C8588 is #669999 (or #699).

RGB color model

#7C8588 color RGB value is (124,133,136).

RGB: (124,133,136) (49%, 52%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 136 of 255 = 53%

124
133
136

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

Portions of RGB colors in percentages

R + G + B = 124 + 133 + 136 = 393 (100%)
R 124 of 393 ~ 31.55%
G 133 of 393 ~ 33.84%
B 136 of 393 ~ 34.61'%

%31.55
%33.84
%34.61

CMYK color model

#7C8588 color CMYK value is (9,2,0,47).

  • cyan value is 8.82%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (9,2,0,47)
C9M2Y0K47 (9%, 2%, 0%, 47%)
(0.09 / 0.02 / 0.00 / 0.47)

CMYK percentages

%8.82
%2.21
%0
%46.67

Codes

Color #7C8588 in popluar color models

7C 85 88
RGB 124 133 136
HSL 195° 4.80% 50.98%
HSB/HSV 195° 8.82% 53.33%
CMYK 8.82% 2.21% 0.00%
46.67%

Color #7C8588 in popluar number systems.

HEX 7C 85 88
Decimal 124 133 136
Binary 1111100 10000101 10001000
Octal 174 205 210

Shades and tints

Shades of #7C8588

#7C8588
(124,133,136)
#71797C
(113,121,124)
#666D70
(102,109,112)
#5B6164
(91,97,100)
#505558
(80,85,88)
#45494C
(69,73,76)
#3A3D40
(58,61,64)
#2F3134
(47,49,52)
#242528
(36,37,40)
#19191C
(25,25,28)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #7C8588

#7C8588
(124,133,136)
#879092
(135,144,146)
#929B9C
(146,155,156)
#9DA6A6
(157,166,166)
#A8B1B0
(168,177,176)
#B3BCBA
(179,188,186)
#BEC7C4
(190,199,196)
#C9D2CE
(201,210,206)
#D4DDD8
(212,221,216)
#DFE8E2
(223,232,226)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8588 color. Also use rgb(124,133,136) instead hex code.

Text Font Color

.myTextColor { color: #7C8588; }

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

This text font color is #7C8588.

Background Color

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

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

This div background color is #7C8588.

Border color

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

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

This div border color is #7C8588.

Opacity

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

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

Text with #7C8588 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 #7C8588;}

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

This text has shadow with #7C8588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8588.

Preview

Color preview on black background

This text has color #7C8588 on black background.


Color preview on white background

This text has color #7C8588 on white background.


Black color preview on #7C8588 background

This text has black color on #7C8588 background.


White color preview on #7C8588 background

This text has white color on #7C8588 background.


Related colors

Complementary color

Complementary color for #hex is #837A77.


I love getcolorcode.com

Triadic colors

1 #887C85 and #85887C with #7C8588 are triadic colors.

2 #88857C and #857C88 with #7C8588 are triadic colors.