COLOR #7F889C

HEX: #7F889C RGB: (127,136,156)

Color info

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

RGB color model

#7F889C color RGB value is (127,136,156).

RGB: (127,136,156) (50%, 53%, 61%)

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 156 of 255 = 61%

127
136
156

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

Portions of RGB colors in percentages

R + G + B = 127 + 136 + 156 = 419 (100%)
R 127 of 419 ~ 30.31%
G 136 of 419 ~ 32.46%
B 156 of 419 ~ 37.23'%

%30.31
%32.46
%37.23

CMYK color model

#7F889C color CMYK value is (19,13,0,39).

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

CMYK: (19,13,0,39)
C19M13Y0K39 (19%, 13%, 0%, 39%)
(0.19 / 0.13 / 0.00 / 0.39)

CMYK percentages

%18.59
%12.82
%0
%38.82

Codes

Color #7F889C in popluar color models

7F 88 9C
RGB 127 136 156
HSL 221° 12.78% 55.49%
HSB/HSV 221° 18.59% 61.18%
CMYK 18.59% 12.82% 0.00%
38.82%

Color #7F889C in popluar number systems.

HEX 7F 88 9C
Decimal 127 136 156
Binary 1111111 10001000 10011100
Octal 177 210 234

Shades and tints

Shades of #7F889C

#7F889C
(127,136,156)
#747C8E
(116,124,142)
#697080
(105,112,128)
#5E6472
(94,100,114)
#535864
(83,88,100)
#484C56
(72,76,86)
#3D4048
(61,64,72)
#32343A
(50,52,58)
#27282C
(39,40,44)
#1C1C1E
(28,28,30)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7F889C

#7F889C
(127,136,156)
#8A92A5
(138,146,165)
#959CAE
(149,156,174)
#A0A6B7
(160,166,183)
#ABB0C0
(171,176,192)
#B6BAC9
(182,186,201)
#C1C4D2
(193,196,210)
#CCCEDB
(204,206,219)
#D7D8E4
(215,216,228)
#E2E2ED
(226,226,237)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F889C; }

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

This text font color is #7F889C.

Background Color

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

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

This div background color is #7F889C.

Border color

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

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

This div border color is #7F889C.

Opacity

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

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

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

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

This text has shadow with #7F889C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F889C.

Preview

Color preview on black background

This text has color #7F889C on black background.


Color preview on white background

This text has color #7F889C on white background.


Black color preview on #7F889C background

This text has black color on #7F889C background.


White color preview on #7F889C background

This text has white color on #7F889C background.


Related colors

Complementary color

Complementary color for #hex is #807763.


I love getcolorcode.com

Triadic colors

1 #9C7F88 and #889C7F with #7F889C are triadic colors.

2 #9C887F and #887F9C with #7F889C are triadic colors.