COLOR #7F9288

HEX: #7F9288
RGB: (127,146,136)

Color info

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

RGB color model

#7F9288 color RGB value is (127,146,136).

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

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 136 of 255 = 53%

127
146
136

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

Portions of RGB colors in percentages

R + G + B =
127 + 146 + 136 = 409 (100%)
R 127 of 409 ~ 31.05%
G 146 of 409 ~ 35.7%
B 136 of 409 ~ 33.25%

%31.05
%35.7
%33.25

CMYK color model

#7F9288 color CMYK value is (13,0,7,43).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 42.75%
CMYK:
(13,0,7,43)
C13M0Y7K43 
(13%,0%,7%,43%)
(0.13/0.00/0.07/0.43)	

CMYK percentages

%13.01
%0
%6.85
%42.75

Codes

Color #7F9288 in popluar color models

7F9288
RGB127146136
HSL148°8.02%53.53%
HSB/HSV148°13.01%57.25%
CMYK13.01%0.00%6.85%
42.75%

Color #7F9288 in popluar number systems.

HEX7F9288
Decimal127146136
Binary11111111001001010001000
Octal177222210

Shades and tints

Shades of #7F9288

#7F9288
(127,146,136)
#74857C
(116,133,124)
#697870
(105,120,112)
#5E6B64
(94,107,100)
#535E58
(83,94,88)
#48514C
(72,81,76)
#3D4440
(61,68,64)
#323734
(50,55,52)
#272A28
(39,42,40)
#1C1D1C
(28,29,28)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7F9288

#7F9288
(127,146,136)
#8A9B92
(138,155,146)
#95A49C
(149,164,156)
#A0ADA6
(160,173,166)
#ABB6B0
(171,182,176)
#B6BFBA
(182,191,186)
#C1C8C4
(193,200,196)
#CCD1CE
(204,209,206)
#D7DAD8
(215,218,216)
#E2E3E2
(226,227,226)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9288; }

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

This text font color is #7F9288.


Background Color

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

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

This div background color is #7F9288.


Border color

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

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

This div border color is #7F9288.


Opacity

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

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

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

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

This text has shadow with #7F9288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9288 on black background.


Color preview on white background

This text has color #7F9288 on white background.



Black color preview on #7F9288 background

This text has black color on #7F9288 background.


White color preview on #7F9288 background

This text has white color on #7F9288 background.