COLOR #7F9082

HEX: #7F9082
RGB: (127,144,130)

Color info

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

RGB color model

#7F9082 color RGB value is (127,144,130).

  • red value is 127;
  • green value is 144;
  • blue value is 130.
RGB:
(127,144,130)
(50%,56%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 130 of 255 = 51%

127
144
130

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

Portions of RGB colors in percentages

R + G + B =
127 + 144 + 130 = 401 (100%)
R 127 of 401 ~ 31.67%
G 144 of 401 ~ 35.91%
B 130 of 401 ~ 32.42%

%31.67
%35.91
%32.42

CMYK color model

#7F9082 color CMYK value is (12,0,10,44).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 43.53%
CMYK:
(12,0,10,44)
C12M0Y10K44 
(12%,0%,10%,44%)
(0.12/0.00/0.10/0.44)	

CMYK percentages

%11.81
%0
%9.72
%43.53

Codes

Color #7F9082 in popluar color models

7F9082
RGB127144130
HSL131°7.11%53.14%
HSB/HSV131°11.81%56.47%
CMYK11.81%0.00%9.72%
43.53%

Color #7F9082 in popluar number systems.

HEX7F9082
Decimal127144130
Binary11111111001000010000010
Octal177220202

Shades and tints

Shades of #7F9082

#7F9082
(127,144,130)
#748377
(116,131,119)
#69766C
(105,118,108)
#5E6961
(94,105,97)
#535C56
(83,92,86)
#484F4B
(72,79,75)
#3D4240
(61,66,64)
#323535
(50,53,53)
#27282A
(39,40,42)
#1C1B1F
(28,27,31)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #7F9082

#7F9082
(127,144,130)
#8A9A8D
(138,154,141)
#95A498
(149,164,152)
#A0AEA3
(160,174,163)
#ABB8AE
(171,184,174)
#B6C2B9
(182,194,185)
#C1CCC4
(193,204,196)
#CCD6CF
(204,214,207)
#D7E0DA
(215,224,218)
#E2EAE5
(226,234,229)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9082; }

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

This text font color is #7F9082.


Background Color

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

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

This div background color is #7F9082.


Border color

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

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

This div border color is #7F9082.


Opacity

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

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

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

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

This text has shadow with #7F9082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9082 on black background.


Color preview on white background

This text has color #7F9082 on white background.



Black color preview on #7F9082 background

This text has black color on #7F9082 background.


White color preview on #7F9082 background

This text has white color on #7F9082 background.