COLOR #7F908E

HEX: #7F908E RGB: (127,144,142)

Color info

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

RGB color model

#7F908E color RGB value is (127,144,142).

RGB: (127,144,142) (50%, 56%, 56%)

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 142 of 255 = 56%

127
144
142

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

Portions of RGB colors in percentages

R + G + B = 127 + 144 + 142 = 413 (100%)
R 127 of 413 ~ 30.75%
G 144 of 413 ~ 34.87%
B 142 of 413 ~ 34.38'%

%30.75
%34.87
%34.38

CMYK color model

#7F908E color CMYK value is (12,0,1,44).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 43.53%

CMYK: (12,0,1,44)
C12M0Y1K44 (12%, 0%, 1%, 44%)
(0.12 / 0.00 / 0.01 / 0.44)

CMYK percentages

%11.81
%0
%1.39
%43.53

Codes

Color #7F908E in popluar color models

7F 90 8E
RGB 127 144 142
HSL 173° 7.11% 53.14%
HSB/HSV 173° 11.81% 56.47%
CMYK 11.81% 0.00% 1.39%
43.53%

Color #7F908E in popluar number systems.

HEX 7F 90 8E
Decimal 127 144 142
Binary 1111111 10010000 10001110
Octal 177 220 216

Shades and tints

Shades of #7F908E

#7F908E
(127,144,142)
#748382
(116,131,130)
#697676
(105,118,118)
#5E696A
(94,105,106)
#535C5E
(83,92,94)
#484F52
(72,79,82)
#3D4246
(61,66,70)
#32353A
(50,53,58)
#27282E
(39,40,46)
#1C1B22
(28,27,34)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #7F908E

#7F908E
(127,144,142)
#8A9A98
(138,154,152)
#95A4A2
(149,164,162)
#A0AEAC
(160,174,172)
#ABB8B6
(171,184,182)
#B6C2C0
(182,194,192)
#C1CCCA
(193,204,202)
#CCD6D4
(204,214,212)
#D7E0DE
(215,224,222)
#E2EAE8
(226,234,232)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F908E color. Also use rgb(127,144,142) instead hex code.

Text Font Color

.myTextColor { color: #7F908E; }

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

This text font color is #7F908E.

Background Color

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

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

This div background color is #7F908E.

Border color

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

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

This div border color is #7F908E.

Opacity

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

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

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

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

This text has shadow with #7F908E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F908E.

Preview

Color preview on black background

This text has color #7F908E on black background.


Color preview on white background

This text has color #7F908E on white background.


Black color preview on #7F908E background

This text has black color on #7F908E background.


White color preview on #7F908E background

This text has white color on #7F908E background.


Related colors

Complementary color

Complementary color for #hex is #806F71.


I love getcolorcode.com

Triadic colors

1 #8E7F90 and #908E7F with #7F908E are triadic colors.

2 #8E907F and #907F8E with #7F908E are triadic colors.