COLOR #7F9094

HEX: #7F9094
RGB: (127,144,148)

Color info

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

RGB color model

#7F9094 color RGB value is (127,144,148).

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

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 148 of 255 = 58%

127
144
148

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

Portions of RGB colors in percentages

R + G + B =
127 + 144 + 148 = 419 (100%)
R 127 of 419 ~ 30.31%
G 144 of 419 ~ 34.37%
B 148 of 419 ~ 35.32%

%30.31
%34.37
%35.32

CMYK color model

#7F9094 color CMYK value is (14,3,0,42).

  • cyan value is 14.19%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,3,0,42)
C14M3Y0K42 
(14%,3%,0%,42%)
(0.14/0.03/0.00/0.42)	

CMYK percentages

%14.19
%2.7
%0
%41.96

Codes

Color #7F9094 in popluar color models

7F9094
RGB127144148
HSL191°8.94%53.92%
HSB/HSV191°14.19%58.04%
CMYK14.19%2.70%0.00%
41.96%

Color #7F9094 in popluar number systems.

HEX7F9094
Decimal127144148
Binary11111111001000010010100
Octal177220224

Shades and tints

Shades of #7F9094

#7F9094
(127,144,148)
#748387
(116,131,135)
#69767A
(105,118,122)
#5E696D
(94,105,109)
#535C60
(83,92,96)
#484F53
(72,79,83)
#3D4246
(61,66,70)
#323539
(50,53,57)
#27282C
(39,40,44)
#1C1B1F
(28,27,31)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #7F9094

#7F9094
(127,144,148)
#8A9A9D
(138,154,157)
#95A4A6
(149,164,166)
#A0AEAF
(160,174,175)
#ABB8B8
(171,184,184)
#B6C2C1
(182,194,193)
#C1CCCA
(193,204,202)
#CCD6D3
(204,214,211)
#D7E0DC
(215,224,220)
#E2EAE5
(226,234,229)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9094; }

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

This text font color is #7F9094.


Background Color

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

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

This div background color is #7F9094.


Border color

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

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

This div border color is #7F9094.


Opacity

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

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

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

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

This text has shadow with #7F9094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9094 on black background.


Color preview on white background

This text has color #7F9094 on white background.



Black color preview on #7F9094 background

This text has black color on #7F9094 background.


White color preview on #7F9094 background

This text has white color on #7F9094 background.