COLOR #7C8880

HEX: #7C8880 RGB: (124,136,128)

Color info

#7C8880 contains red, green and blue colors in about the same proportion. Web safe color of #7C8880 is #669966 (or #696).

RGB color model

#7C8880 color RGB value is (124,136,128).

RGB: (124,136,128) (49%, 53%, 50%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 128 of 255 = 50%

124
136
128

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

Portions of RGB colors in percentages

R + G + B = 124 + 136 + 128 = 388 (100%)
R 124 of 388 ~ 31.96%
G 136 of 388 ~ 35.05%
B 128 of 388 ~ 32.99'%

%31.96
%35.05
%32.99

CMYK color model

#7C8880 color CMYK value is (9,0,6,47).

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

CMYK: (9,0,6,47)
C9M0Y6K47 (9%, 0%, 6%, 47%)
(0.09 / 0.00 / 0.06 / 0.47)

CMYK percentages

%8.82
%0
%5.88
%46.67

Codes

Color #7C8880 in popluar color models

7C 88 80
RGB 124 136 128
HSL 140° 4.80% 50.98%
HSB/HSV 140° 8.82% 53.33%
CMYK 8.82% 0.00% 5.88%
46.67%

Color #7C8880 in popluar number systems.

HEX 7C 88 80
Decimal 124 136 128
Binary 1111100 10001000 10000000
Octal 174 210 200

Shades and tints

Shades of #7C8880

#7C8880
(124,136,128)
#717C75
(113,124,117)
#66706A
(102,112,106)
#5B645F
(91,100,95)
#505854
(80,88,84)
#454C49
(69,76,73)
#3A403E
(58,64,62)
#2F3433
(47,52,51)
#242828
(36,40,40)
#191C1D
(25,28,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #7C8880

#7C8880
(124,136,128)
#87928B
(135,146,139)
#929C96
(146,156,150)
#9DA6A1
(157,166,161)
#A8B0AC
(168,176,172)
#B3BAB7
(179,186,183)
#BEC4C2
(190,196,194)
#C9CECD
(201,206,205)
#D4D8D8
(212,216,216)
#DFE2E3
(223,226,227)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8880; }

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

This text font color is #7C8880.

Background Color

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

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

This div background color is #7C8880.

Border color

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

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

This div border color is #7C8880.

Opacity

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

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

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

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

This text has shadow with #7C8880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8880.

Preview

Color preview on black background

This text has color #7C8880 on black background.


Color preview on white background

This text has color #7C8880 on white background.


Black color preview on #7C8880 background

This text has black color on #7C8880 background.


White color preview on #7C8880 background

This text has white color on #7C8880 background.


Related colors

Complementary color

Complementary color for #hex is #83777F.


I love getcolorcode.com

Triadic colors

1 #807C88 and #88807C with #7C8880 are triadic colors.

2 #80887C and #887C80 with #7C8880 are triadic colors.