COLOR #7F888C

HEX: #7F888C RGB: (127,136,140)

Color info

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

RGB color model

#7F888C color RGB value is (127,136,140).

RGB: (127,136,140) (50%, 53%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 140 of 255 = 55%

127
136
140

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

Portions of RGB colors in percentages

R + G + B = 127 + 136 + 140 = 403 (100%)
R 127 of 403 ~ 31.51%
G 136 of 403 ~ 33.75%
B 140 of 403 ~ 34.74'%

%31.51
%33.75
%34.74

CMYK color model

#7F888C color CMYK value is (9,3,0,45).

  • cyan value is 9.29%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (9,3,0,45)
C9M3Y0K45 (9%, 3%, 0%, 45%)
(0.09 / 0.03 / 0.00 / 0.45)

CMYK percentages

%9.29
%2.86
%0
%45.1

Codes

Color #7F888C in popluar color models

7F 88 8C
RGB 127 136 140
HSL 198° 5.35% 52.35%
HSB/HSV 198° 9.29% 54.90%
CMYK 9.29% 2.86% 0.00%
45.10%

Color #7F888C in popluar number systems.

HEX 7F 88 8C
Decimal 127 136 140
Binary 1111111 10001000 10001100
Octal 177 210 214

Shades and tints

Shades of #7F888C

#7F888C
(127,136,140)
#747C80
(116,124,128)
#697074
(105,112,116)
#5E6468
(94,100,104)
#53585C
(83,88,92)
#484C50
(72,76,80)
#3D4044
(61,64,68)
#323438
(50,52,56)
#27282C
(39,40,44)
#1C1C20
(28,28,32)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #7F888C

#7F888C
(127,136,140)
#8A9296
(138,146,150)
#959CA0
(149,156,160)
#A0A6AA
(160,166,170)
#ABB0B4
(171,176,180)
#B6BABE
(182,186,190)
#C1C4C8
(193,196,200)
#CCCED2
(204,206,210)
#D7D8DC
(215,216,220)
#E2E2E6
(226,226,230)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F888C; }

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

This text font color is #7F888C.

Background Color

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

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

This div background color is #7F888C.

Border color

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

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

This div border color is #7F888C.

Opacity

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

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

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

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

This text has shadow with #7F888C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F888C.

Preview

Color preview on black background

This text has color #7F888C on black background.


Color preview on white background

This text has color #7F888C on white background.


Black color preview on #7F888C background

This text has black color on #7F888C background.


White color preview on #7F888C background

This text has white color on #7F888C background.


Related colors

Complementary color

Complementary color for #hex is #807773.


I love getcolorcode.com

Triadic colors

1 #8C7F88 and #888C7F with #7F888C are triadic colors.

2 #8C887F and #887F8C with #7F888C are triadic colors.