COLOR #7F9088

HEX: #7F9088
RGB: (127,144,136)

Color info

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

RGB color model

#7F9088 color RGB value is (127,144,136).

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

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 136 of 255 = 53%

127
144
136

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

Portions of RGB colors in percentages

R + G + B =
127 + 144 + 136 = 407 (100%)
R 127 of 407 ~ 31.2%
G 144 of 407 ~ 35.38%
B 136 of 407 ~ 33.42%

%31.2
%35.38
%33.42

CMYK color model

#7F9088 color CMYK value is (12,0,6,44).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 43.53%
CMYK:
(12,0,6,44)
C12M0Y6K44 
(12%,0%,6%,44%)
(0.12/0.00/0.06/0.44)	

CMYK percentages

%11.81
%0
%5.56
%43.53

Codes

Color #7F9088 in popluar color models

7F9088
RGB127144136
HSL152°7.11%53.14%
HSB/HSV152°11.81%56.47%
CMYK11.81%0.00%5.56%
43.53%

Color #7F9088 in popluar number systems.

HEX7F9088
Decimal127144136
Binary11111111001000010001000
Octal177220210

Shades and tints

Shades of #7F9088

#7F9088
(127,144,136)
#74837C
(116,131,124)
#697670
(105,118,112)
#5E6964
(94,105,100)
#535C58
(83,92,88)
#484F4C
(72,79,76)
#3D4240
(61,66,64)
#323534
(50,53,52)
#272828
(39,40,40)
#1C1B1C
(28,27,28)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #7F9088

#7F9088
(127,144,136)
#8A9A92
(138,154,146)
#95A49C
(149,164,156)
#A0AEA6
(160,174,166)
#ABB8B0
(171,184,176)
#B6C2BA
(182,194,186)
#C1CCC4
(193,204,196)
#CCD6CE
(204,214,206)
#D7E0D8
(215,224,216)
#E2EAE2
(226,234,226)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9088; }

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

This text font color is #7F9088.


Background Color

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

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

This div background color is #7F9088.


Border color

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

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

This div border color is #7F9088.


Opacity

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

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

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

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

This text has shadow with #7F9088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9088 on black background.


Color preview on white background

This text has color #7F9088 on white background.



Black color preview on #7F9088 background

This text has black color on #7F9088 background.


White color preview on #7F9088 background

This text has white color on #7F9088 background.