COLOR #7C889F

HEX: #7C889F RGB: (124,136,159)

Color info

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

RGB color model

#7C889F color RGB value is (124,136,159).

RGB: (124,136,159) (49%, 53%, 62%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 159 of 255 = 62%

124
136
159

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

Portions of RGB colors in percentages

R + G + B = 124 + 136 + 159 = 419 (100%)
R 124 of 419 ~ 29.59%
G 136 of 419 ~ 32.46%
B 159 of 419 ~ 37.95'%

%29.59
%32.46
%37.95

CMYK color model

#7C889F color CMYK value is (22,14,0,38).

  • cyan value is 22.01%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (22,14,0,38)
C22M14Y0K38 (22%, 14%, 0%, 38%)
(0.22 / 0.14 / 0.00 / 0.38)

CMYK percentages

%22.01
%14.47
%0
%37.65

Codes

Color #7C889F in popluar color models

7C 88 9F
RGB 124 136 159
HSL 219° 15.42% 55.49%
HSB/HSV 219° 22.01% 62.35%
CMYK 22.01% 14.47% 0.00%
37.65%

Color #7C889F in popluar number systems.

HEX 7C 88 9F
Decimal 124 136 159
Binary 1111100 10001000 10011111
Octal 174 210 237

Shades and tints

Shades of #7C889F

#7C889F
(124,136,159)
#717C91
(113,124,145)
#667083
(102,112,131)
#5B6475
(91,100,117)
#505867
(80,88,103)
#454C59
(69,76,89)
#3A404B
(58,64,75)
#2F343D
(47,52,61)
#24282F
(36,40,47)
#191C21
(25,28,33)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #7C889F

#7C889F
(124,136,159)
#8792A7
(135,146,167)
#929CAF
(146,156,175)
#9DA6B7
(157,166,183)
#A8B0BF
(168,176,191)
#B3BAC7
(179,186,199)
#BEC4CF
(190,196,207)
#C9CED7
(201,206,215)
#D4D8DF
(212,216,223)
#DFE2E7
(223,226,231)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C889F; }

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

This text font color is #7C889F.

Background Color

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

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

This div background color is #7C889F.

Border color

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

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

This div border color is #7C889F.

Opacity

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

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

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

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

This text has shadow with #7C889F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C889F.

Preview

Color preview on black background

This text has color #7C889F on black background.


Color preview on white background

This text has color #7C889F on white background.


Black color preview on #7C889F background

This text has black color on #7C889F background.


White color preview on #7C889F background

This text has white color on #7C889F background.


Related colors

Complementary color

Complementary color for #hex is #837760.


I love getcolorcode.com

Triadic colors

1 #9F7C88 and #889F7C with #7C889F are triadic colors.

2 #9F887C and #887C9F with #7C889F are triadic colors.