COLOR #7C889C

HEX: #7C889C RGB: (124,136,156)

Color info

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

RGB color model

#7C889C color RGB value is (124,136,156).

RGB: (124,136,156) (49%, 53%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 156 of 255 = 61%

124
136
156

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

Portions of RGB colors in percentages

R + G + B = 124 + 136 + 156 = 416 (100%)
R 124 of 416 ~ 29.81%
G 136 of 416 ~ 32.69%
B 156 of 416 ~ 37.5'%

%29.81
%32.69
%37.5

CMYK color model

#7C889C color CMYK value is (21,13,0,39).

  • cyan value is 20.51%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (21,13,0,39)
C21M13Y0K39 (21%, 13%, 0%, 39%)
(0.21 / 0.13 / 0.00 / 0.39)

CMYK percentages

%20.51
%12.82
%0
%38.82

Codes

Color #7C889C in popluar color models

7C 88 9C
RGB 124 136 156
HSL 218° 13.91% 54.90%
HSB/HSV 218° 20.51% 61.18%
CMYK 20.51% 12.82% 0.00%
38.82%

Color #7C889C in popluar number systems.

HEX 7C 88 9C
Decimal 124 136 156
Binary 1111100 10001000 10011100
Octal 174 210 234

Shades and tints

Shades of #7C889C

#7C889C
(124,136,156)
#717C8E
(113,124,142)
#667080
(102,112,128)
#5B6472
(91,100,114)
#505864
(80,88,100)
#454C56
(69,76,86)
#3A4048
(58,64,72)
#2F343A
(47,52,58)
#24282C
(36,40,44)
#191C1E
(25,28,30)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #7C889C

#7C889C
(124,136,156)
#8792A5
(135,146,165)
#929CAE
(146,156,174)
#9DA6B7
(157,166,183)
#A8B0C0
(168,176,192)
#B3BAC9
(179,186,201)
#BEC4D2
(190,196,210)
#C9CEDB
(201,206,219)
#D4D8E4
(212,216,228)
#DFE2ED
(223,226,237)
#EAECF6
(234,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C889C; }

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

This text font color is #7C889C.

Background Color

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

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

This div background color is #7C889C.

Border color

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

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

This div border color is #7C889C.

Opacity

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

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

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

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

This text has shadow with #7C889C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C889C.

Preview

Color preview on black background

This text has color #7C889C on black background.


Color preview on white background

This text has color #7C889C on white background.


Black color preview on #7C889C background

This text has black color on #7C889C background.


White color preview on #7C889C background

This text has white color on #7C889C background.


Related colors

Complementary color

Complementary color for #hex is #837763.


I love getcolorcode.com

Triadic colors

1 #9C7C88 and #889C7C with #7C889C are triadic colors.

2 #9C887C and #887C9C with #7C889C are triadic colors.