COLOR #7F9390

HEX: #7F9390 RGB: (127,147,144)

Color info

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

RGB color model

#7F9390 color RGB value is (127,147,144).

RGB: (127,147,144) (50%, 58%, 56%)

RGB channels and saturation

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

127
147
144

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

Portions of RGB colors in percentages

R + G + B = 127 + 147 + 144 = 418 (100%)
R 127 of 418 ~ 30.38%
G 147 of 418 ~ 35.17%
B 144 of 418 ~ 34.45'%

%30.38
%35.17
%34.45

CMYK color model

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

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 42.35%

CMYK: (14,0,2,42)
C14M0Y2K42 (14%, 0%, 2%, 42%)
(0.14 / 0.00 / 0.02 / 0.42)

CMYK percentages

%13.61
%0
%2.04
%42.35

Codes

Color #7F9390 in popluar color models

7F 93 90
RGB 127 147 144
HSL 171° 8.47% 53.73%
HSB/HSV 171° 13.61% 57.65%
CMYK 13.61% 0.00% 2.04%
42.35%

Color #7F9390 in popluar number systems.

HEX 7F 93 90
Decimal 127 147 144
Binary 1111111 10010011 10010000
Octal 177 223 220

Shades and tints

Shades of #7F9390

#7F9390
(127,147,144)
#748683
(116,134,131)
#697976
(105,121,118)
#5E6C69
(94,108,105)
#535F5C
(83,95,92)
#48524F
(72,82,79)
#3D4542
(61,69,66)
#323835
(50,56,53)
#272B28
(39,43,40)
#1C1E1B
(28,30,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #7F9390

#7F9390
(127,147,144)
#8A9C9A
(138,156,154)
#95A5A4
(149,165,164)
#A0AEAE
(160,174,174)
#ABB7B8
(171,183,184)
#B6C0C2
(182,192,194)
#C1C9CC
(193,201,204)
#CCD2D6
(204,210,214)
#D7DBE0
(215,219,224)
#E2E4EA
(226,228,234)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9390; }

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

This text font color is #7F9390.

Background Color

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

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

This div background color is #7F9390.

Border color

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

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

This div border color is #7F9390.

Opacity

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

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

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

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

This text has shadow with #7F9390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9390.

Preview

Color preview on black background

This text has color #7F9390 on black background.


Color preview on white background

This text has color #7F9390 on white background.


Black color preview on #7F9390 background

This text has black color on #7F9390 background.


White color preview on #7F9390 background

This text has white color on #7F9390 background.


Related colors

Complementary color

Complementary color for #hex is #806C6F.


I love getcolorcode.com

Triadic colors

1 #907F93 and #93907F with #7F9390 are triadic colors.

2 #90937F and #937F90 with #7F9390 are triadic colors.