COLOR #727A69

HEX: #727A69 RGB: (114,122,105)

Color info

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

RGB color model

#727A69 color RGB value is (114,122,105).

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

RGB channels and saturation

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

114
122
105

R + G + B ~ 45%. #727A69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 122 + 105 = 341 (100%)
R 114 of 341 ~ 33.43%
G 122 of 341 ~ 35.78%
B 105 of 341 ~ 30.79'%

%33.43
%35.78
%30.79

CMYK color model

#727A69 color CMYK value is (7,0,14,52).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 52.16%

CMYK: (7,0,14,52)
C7M0Y14K52 (7%, 0%, 14%, 52%)
(0.07 / 0.00 / 0.14 / 0.52)

CMYK percentages

%6.56
%0
%13.93
%52.16

Codes

Color #727A69 in popluar color models

72 7A 69
RGB 114 122 105
HSL 88° 7.49% 44.51%
HSB/HSV 88° 13.93% 47.84%
CMYK 6.56% 0.00% 13.93%
52.16%

Color #727A69 in popluar number systems.

HEX 72 7A 69
Decimal 114 122 105
Binary 1110010 1111010 1101001
Octal 162 172 151

Shades and tints

Shades of #727A69

#727A69
(114,122,105)
#686F60
(104,111,96)
#5E6457
(94,100,87)
#54594E
(84,89,78)
#4A4E45
(74,78,69)
#40433C
(64,67,60)
#363833
(54,56,51)
#2C2D2A
(44,45,42)
#222221
(34,34,33)
#181718
(24,23,24)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #727A69

#727A69
(114,122,105)
#7E8676
(126,134,118)
#8A9283
(138,146,131)
#969E90
(150,158,144)
#A2AA9D
(162,170,157)
#AEB6AA
(174,182,170)
#BAC2B7
(186,194,183)
#C6CEC4
(198,206,196)
#D2DAD1
(210,218,209)
#DEE6DE
(222,230,222)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727A69; }

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

This text font color is #727A69.

Background Color

.myBgColor { background-color: #727A69; }

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

This div background color is #727A69.

Border color

.myBorderColor { border: 1px solid #727A69; }

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

This div border color is #727A69.

Opacity

.myOpacity80 { color: #727A69; opacity: 0.8; }

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

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

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

This text has shadow with #727A69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727A69.

Preview

Color preview on black background

This text has color #727A69 on black background.


Color preview on white background

This text has color #727A69 on white background.


Black color preview on #727A69 background

This text has black color on #727A69 background.


White color preview on #727A69 background

This text has white color on #727A69 background.


Related colors

Complementary color

Complementary color for #hex is #8D8596.


I love getcolorcode.com

Triadic colors

1 #69727A and #7A6972 with #727A69 are triadic colors.

2 #697A72 and #7A7269 with #727A69 are triadic colors.