COLOR #7F888A

HEX: #7F888A RGB: (127,136,138)

Color info

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

RGB color model

#7F888A color RGB value is (127,136,138).

RGB: (127,136,138) (50%, 53%, 54%)

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 138 of 255 = 54%

127
136
138

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

Portions of RGB colors in percentages

R + G + B = 127 + 136 + 138 = 401 (100%)
R 127 of 401 ~ 31.67%
G 136 of 401 ~ 33.92%
B 138 of 401 ~ 34.41'%

%31.67
%33.92
%34.41

CMYK color model

#7F888A color CMYK value is (8,1,0,46).

  • cyan value is 7.97%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (8,1,0,46) C8M1Y0K46 (8%,1%,0%,46%) (0.08/0.01/0.00/0.46) 

CMYK percentages

%7.97
%1.45
%0
%45.88

Codes

Color #7F888A in popluar color models

7F 88 8A
RGB 127 136 138
HSL 191° 4.49% 51.96%
HSB/HSV 191° 7.97% 54.12%
CMYK 7.97% 1.45% 0.00%
45.88%

Color #7F888A in popluar number systems.

HEX 7F 88 8A
Decimal 127 136 138
Binary 1111111 10001000 10001010
Octal 177 210 212

Shades and tints

Shades of #7F888A

#7F888A
(127,136,138)
#747C7E
(116,124,126)
#697072
(105,112,114)
#5E6466
(94,100,102)
#53585A
(83,88,90)
#484C4E
(72,76,78)
#3D4042
(61,64,66)
#323436
(50,52,54)
#27282A
(39,40,42)
#1C1C1E
(28,28,30)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #7F888A

#7F888A
(127,136,138)
#8A9294
(138,146,148)
#959C9E
(149,156,158)
#A0A6A8
(160,166,168)
#ABB0B2
(171,176,178)
#B6BABC
(182,186,188)
#C1C4C6
(193,196,198)
#CCCED0
(204,206,208)
#D7D8DA
(215,216,218)
#E2E2E4
(226,226,228)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F888A; }

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

This text font color is #7F888A.

Background Color

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

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

This div background color is #7F888A.

Border color

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

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

This div border color is #7F888A.

Opacity

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

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

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

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

This text has shadow with #7F888A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F888A.

Preview

Color preview on black background

This text has color #7F888A on black background.


Color preview on white background

This text has color #7F888A on white background.


Black color preview on #7F888A background

This text has black color on #7F888A background.


White color preview on #7F888A background

This text has white color on #7F888A background.


Related colors

Complementary color

Complementary color for #hex is #807775.


I love getcolorcode.com

Triadic colors

1 #8A7F88 and #888A7F with #7F888A are triadic colors.

2 #8A887F and #887F8A with #7F888A are triadic colors.