COLOR #727B52

HEX: #727B52 RGB: (114,123,82)

Color info

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

RGB color model

#727B52 color RGB value is (114,123,82).

RGB: (114,123,82) (45%, 48%, 32%)

RGB channels and saturation

R 114 of 255 = 45%
G 123 of 255 = 48%
B 82 of 255 = 32%

114
123
82

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

Portions of RGB colors in percentages

R + G + B = 114 + 123 + 82 = 319 (100%)
R 114 of 319 ~ 35.74%
G 123 of 319 ~ 38.56%
B 82 of 319 ~ 25.71'%

%35.74
%38.56
%25.71

CMYK color model

#727B52 color CMYK value is (7,0,33,52).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 51.76%

CMYK: (7,0,33,52)
C7M0Y33K52 (7%, 0%, 33%, 52%)
(0.07 / 0.00 / 0.33 / 0.52)

CMYK percentages

%7.32
%0
%33.33
%51.76

Codes

Color #727B52 in popluar color models

72 7B 52
RGB 114 123 82
HSL 73° 20.00% 40.20%
HSB/HSV 73° 33.33% 48.24%
CMYK 7.32% 0.00% 33.33%
51.76%

Color #727B52 in popluar number systems.

HEX 72 7B 52
Decimal 114 123 82
Binary 1110010 1111011 1010010
Octal 162 173 122

Shades and tints

Shades of #727B52

#727B52
(114,123,82)
#68704B
(104,112,75)
#5E6544
(94,101,68)
#545A3D
(84,90,61)
#4A4F36
(74,79,54)
#40442F
(64,68,47)
#363928
(54,57,40)
#2C2E21
(44,46,33)
#22231A
(34,35,26)
#181813
(24,24,19)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #727B52

#727B52
(114,123,82)
#7E8761
(126,135,97)
#8A9370
(138,147,112)
#969F7F
(150,159,127)
#A2AB8E
(162,171,142)
#AEB79D
(174,183,157)
#BAC3AC
(186,195,172)
#C6CFBB
(198,207,187)
#D2DBCA
(210,219,202)
#DEE7D9
(222,231,217)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727B52 color. Also use rgb(114,123,82) instead hex code.

Text Font Color

.myTextColor { color: #727B52; }

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

This text font color is #727B52.

Background Color

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

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

This div background color is #727B52.

Border color

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

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

This div border color is #727B52.

Opacity

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

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

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

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

This text has shadow with #727B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727B52.

Preview

Color preview on black background

This text has color #727B52 on black background.


Color preview on white background

This text has color #727B52 on white background.


Black color preview on #727B52 background

This text has black color on #727B52 background.


White color preview on #727B52 background

This text has white color on #727B52 background.


Related colors

Complementary color

Complementary color for #hex is #8D84AD.


I love getcolorcode.com

Triadic colors

1 #52727B and #7B5272 with #727B52 are triadic colors.

2 #527B72 and #7B7252 with #727B52 are triadic colors.