COLOR #7C888E

HEX: #7C888E RGB: (124,136,142)

Color info

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

RGB color model

#7C888E color RGB value is (124,136,142).

RGB: (124,136,142) (49%, 53%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 142 of 255 = 56%

124
136
142

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

Portions of RGB colors in percentages

R + G + B = 124 + 136 + 142 = 402 (100%)
R 124 of 402 ~ 30.85%
G 136 of 402 ~ 33.83%
B 142 of 402 ~ 35.32'%

%30.85
%33.83
%35.32

CMYK color model

#7C888E color CMYK value is (13,4,0,44).

  • cyan value is 12.68%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (13,4,0,44)
C13M4Y0K44 (13%, 4%, 0%, 44%)
(0.13 / 0.04 / 0.00 / 0.44)

CMYK percentages

%12.68
%4.23
%0
%44.31

Codes

Color #7C888E in popluar color models

7C 88 8E
RGB 124 136 142
HSL 200° 7.38% 52.16%
HSB/HSV 200° 12.68% 55.69%
CMYK 12.68% 4.23% 0.00%
44.31%

Color #7C888E in popluar number systems.

HEX 7C 88 8E
Decimal 124 136 142
Binary 1111100 10001000 10001110
Octal 174 210 216

Shades and tints

Shades of #7C888E

#7C888E
(124,136,142)
#717C82
(113,124,130)
#667076
(102,112,118)
#5B646A
(91,100,106)
#50585E
(80,88,94)
#454C52
(69,76,82)
#3A4046
(58,64,70)
#2F343A
(47,52,58)
#24282E
(36,40,46)
#191C22
(25,28,34)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #7C888E

#7C888E
(124,136,142)
#879298
(135,146,152)
#929CA2
(146,156,162)
#9DA6AC
(157,166,172)
#A8B0B6
(168,176,182)
#B3BAC0
(179,186,192)
#BEC4CA
(190,196,202)
#C9CED4
(201,206,212)
#D4D8DE
(212,216,222)
#DFE2E8
(223,226,232)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C888E; }

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

This text font color is #7C888E.

Background Color

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

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

This div background color is #7C888E.

Border color

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

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

This div border color is #7C888E.

Opacity

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

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

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

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

This text has shadow with #7C888E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C888E.

Preview

Color preview on black background

This text has color #7C888E on black background.


Color preview on white background

This text has color #7C888E on white background.


Black color preview on #7C888E background

This text has black color on #7C888E background.


White color preview on #7C888E background

This text has white color on #7C888E background.


Related colors

Complementary color

Complementary color for #hex is #837771.


I love getcolorcode.com

Triadic colors

1 #8E7C88 and #888E7C with #7C888E are triadic colors.

2 #8E887C and #887C8E with #7C888E are triadic colors.