COLOR #727269

HEX: #727269 RGB: (114,114,105)

Color info

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

RGB color model

#727269 color RGB value is (114,114,105).

RGB: (114,114,105) (45%, 45%, 41%)

RGB channels and saturation

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

114
114
105

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

Portions of RGB colors in percentages

R + G + B = 114 + 114 + 105 = 333 (100%)
R 114 of 333 ~ 34.23%
G 114 of 333 ~ 34.23%
B 105 of 333 ~ 31.53'%

%34.23
%34.23
%31.53

CMYK color model

#727269 color CMYK value is (0,0,8,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 55.29%

CMYK: (0,0,8,55)
C0M0Y8K55 (0%, 0%, 8%, 55%)
(0.00 / 0.00 / 0.08 / 0.55)

CMYK percentages

%0
%0
%7.89
%55.29

Codes

Color #727269 in popluar color models

72 72 69
RGB 114 114 105
HSL 60° 4.11% 42.94%
HSB/HSV 60° 7.89% 44.71%
CMYK 0.00% 0.00% 7.89%
55.29%

Color #727269 in popluar number systems.

HEX 72 72 69
Decimal 114 114 105
Binary 1110010 1110010 1101001
Octal 162 162 151

Shades and tints

Shades of #727269

#727269
(114,114,105)
#686860
(104,104,96)
#5E5E57
(94,94,87)
#54544E
(84,84,78)
#4A4A45
(74,74,69)
#40403C
(64,64,60)
#363633
(54,54,51)
#2C2C2A
(44,44,42)
#222221
(34,34,33)
#181818
(24,24,24)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #727269

#727269
(114,114,105)
#7E7E76
(126,126,118)
#8A8A83
(138,138,131)
#969690
(150,150,144)
#A2A29D
(162,162,157)
#AEAEAA
(174,174,170)
#BABAB7
(186,186,183)
#C6C6C4
(198,198,196)
#D2D2D1
(210,210,209)
#DEDEDE
(222,222,222)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727269; }

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

This text font color is #727269.

Background Color

.myBgColor { background-color: #727269; }

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

This div background color is #727269.

Border color

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

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

This div border color is #727269.

Opacity

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

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

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

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

This text has shadow with #727269 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727269.

Preview

Color preview on black background

This text has color #727269 on black background.


Color preview on white background

This text has color #727269 on white background.


Black color preview on #727269 background

This text has black color on #727269 background.


White color preview on #727269 background

This text has white color on #727269 background.


Related colors

Complementary color

Complementary color for #hex is #8D8D96.


I love getcolorcode.com