COLOR #7F9272

HEX: #7F9272
RGB: (127,146,114)

Color info

#7F9272 contains red, green and blue colors in about the same proportion. Web safe color of #7F9272 is #669966 (or #696).

RGB color model

#7F9272 color RGB value is (127,146,114).

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

RGB channels and saturation

R 127 of 255 = 50%
G 146 of 255 = 57%
B 114 of 255 = 45%

127
146
114

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

Portions of RGB colors in percentages

R + G + B =
127 + 146 + 114 = 387 (100%)
R 127 of 387 ~ 32.82%
G 146 of 387 ~ 37.73%
B 114 of 387 ~ 29.46%

%32.82
%37.73
%29.46

CMYK color model

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

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 42.75%
CMYK:
(13,0,22,43)
C13M0Y22K43 
(13%,0%,22%,43%)
(0.13/0.00/0.22/0.43)	

CMYK percentages

%13.01
%0
%21.92
%42.75

Codes

Color #7F9272 in popluar color models

7F9272
RGB127146114
HSL96°12.80%50.98%
HSB/HSV96°21.92%57.25%
CMYK13.01%0.00%21.92%
42.75%

Color #7F9272 in popluar number systems.

HEX7F9272
Decimal127146114
Binary1111111100100101110010
Octal177222162

Shades and tints

Shades of #7F9272

#7F9272
(127,146,114)
#748568
(116,133,104)
#69785E
(105,120,94)
#5E6B54
(94,107,84)
#535E4A
(83,94,74)
#485140
(72,81,64)
#3D4436
(61,68,54)
#32372C
(50,55,44)
#272A22
(39,42,34)
#1C1D18
(28,29,24)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #7F9272

#7F9272
(127,146,114)
#8A9B7E
(138,155,126)
#95A48A
(149,164,138)
#A0AD96
(160,173,150)
#ABB6A2
(171,182,162)
#B6BFAE
(182,191,174)
#C1C8BA
(193,200,186)
#CCD1C6
(204,209,198)
#D7DAD2
(215,218,210)
#E2E3DE
(226,227,222)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9272; }

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

This text font color is #7F9272.


Background Color

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

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

This div background color is #7F9272.


Border color

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

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

This div border color is #7F9272.


Opacity

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

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

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

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

This text has shadow with #7F9272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9272 on black background.


Color preview on white background

This text has color #7F9272 on white background.



Black color preview on #7F9272 background

This text has black color on #7F9272 background.


White color preview on #7F9272 background

This text has white color on #7F9272 background.