COLOR #727969

HEX: #727969
RGB: (114,121,105)

Color info

#727969 contains red, green and blue colors in about the same proportion. Web safe color of #727969 is #666666 (or #666).

RGB color model

#727969 color RGB value is (114,121,105).

  • red value is 114;
  • green value is 121;
  • blue value is 105.
RGB:
(114,121,105)
(45%,47%,41%)

RGB channels and saturation

R 114 of 255 = 45%
G 121 of 255 = 47%
B 105 of 255 = 41%

114
121
105

R + G + B ~ 44%. #727969 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 121 + 105 = 340 (100%)
R 114 of 340 ~ 33.53%
G 121 of 340 ~ 35.59%
B 105 of 340 ~ 30.88%

%33.53
%35.59
%30.88

CMYK color model

#727969 color CMYK value is (6,0,13,53).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(6,0,13,53)
C6M0Y13K53 
(6%,0%,13%,53%)
(0.06/0.00/0.13/0.53)	

CMYK percentages

%5.79
%0
%13.22
%52.55

Codes

Color #727969 in popluar color models

727969
RGB114121105
HSL86°7.08%44.31%
HSB/HSV86°13.22%47.45%
CMYK5.79%0.00%13.22%
52.55%

Color #727969 in popluar number systems.

HEX727969
Decimal114121105
Binary111001011110011101001
Octal162171151

Shades and tints

Shades of #727969

#727969
(114,121,105)
#686E60
(104,110,96)
#5E6357
(94,99,87)
#54584E
(84,88,78)
#4A4D45
(74,77,69)
#40423C
(64,66,60)
#363733
(54,55,51)
#2C2C2A
(44,44,42)
#222121
(34,33,33)
#181618
(24,22,24)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #727969

#727969
(114,121,105)
#7E8576
(126,133,118)
#8A9183
(138,145,131)
#969D90
(150,157,144)
#A2A99D
(162,169,157)
#AEB5AA
(174,181,170)
#BAC1B7
(186,193,183)
#C6CDC4
(198,205,196)
#D2D9D1
(210,217,209)
#DEE5DE
(222,229,222)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727969 color. Also use rgb(114,121,105) instead hex code.

Text Font Color

.myTextColor { color: #727969; }

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

This text font color is #727969.


Background Color

.myBgColor { background-color: #727969; }

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

This div background color is #727969.


Border color

.myBorderColor { border: 1px solid #727969; }

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

This div border color is #727969.


Opacity

.myOpacity80 { color: #727969; opacity: 0.8; }

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

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

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

This text has shadow with #727969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727969 on black background.


Color preview on white background

This text has color #727969 on white background.



Black color preview on #727969 background

This text has black color on #727969 background.


White color preview on #727969 background

This text has white color on #727969 background.