COLOR #7F9494

HEX: #7F9494
RGB: (127,148,148)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
148
148

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

Portions of RGB colors in percentages

R + G + B =
127 + 148 + 148 = 423 (100%)
R 127 of 423 ~ 30.02%
G 148 of 423 ~ 34.99%
B 148 of 423 ~ 34.99%

%30.02
%34.99
%34.99

CMYK color model

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

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

CMYK percentages

%14.19
%0
%0
%41.96

Codes

Color #7F9494 in popluar color models

7F9494
RGB127148148
HSL180°8.94%53.92%
HSB/HSV180°14.19%58.04%
CMYK14.19%0.00%0.00%
41.96%

Color #7F9494 in popluar number systems.

HEX7F9494
Decimal127148148
Binary11111111001010010010100
Octal177224224

Shades and tints

Shades of #7F9494

#7F9494
(127,148,148)
#748787
(116,135,135)
#697A7A
(105,122,122)
#5E6D6D
(94,109,109)
#536060
(83,96,96)
#485353
(72,83,83)
#3D4646
(61,70,70)
#323939
(50,57,57)
#272C2C
(39,44,44)
#1C1F1F
(28,31,31)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #7F9494

#7F9494
(127,148,148)
#8A9D9D
(138,157,157)
#95A6A6
(149,166,166)
#A0AFAF
(160,175,175)
#ABB8B8
(171,184,184)
#B6C1C1
(182,193,193)
#C1CACA
(193,202,202)
#CCD3D3
(204,211,211)
#D7DCDC
(215,220,220)
#E2E5E5
(226,229,229)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9494; }

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

This text font color is #7F9494.


Background Color

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

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

This div background color is #7F9494.


Border color

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

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

This div border color is #7F9494.


Opacity

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

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

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

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

This text has shadow with #7F9494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9494 on black background.


Color preview on white background

This text has color #7F9494 on white background.



Black color preview on #7F9494 background

This text has black color on #7F9494 background.


White color preview on #7F9494 background

This text has white color on #7F9494 background.