COLOR #727561

HEX: #727561
RGB: (114,117,97)

Color info

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

RGB color model

#727561 color RGB value is (114,117,97).

  • red value is 114;
  • green value is 117;
  • blue value is 97.
RGB:
(114,117,97)
(45%,46%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 117 of 255 = 46%
B 97 of 255 = 38%

114
117
97

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

Portions of RGB colors in percentages

R + G + B =
114 + 117 + 97 = 328 (100%)
R 114 of 328 ~ 34.76%
G 117 of 328 ~ 35.67%
B 97 of 328 ~ 29.57%

%34.76
%35.67
%29.57

CMYK color model

#727561 color CMYK value is (3,0,17,54).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 54.12%
CMYK:
(3,0,17,54)
C3M0Y17K54 
(3%,0%,17%,54%)
(0.03/0.00/0.17/0.54)	

CMYK percentages

%2.56
%0
%17.09
%54.12

Codes

Color #727561 in popluar color models

727561
RGB11411797
HSL69°9.35%41.96%
HSB/HSV69°17.09%45.88%
CMYK2.56%0.00%17.09%
54.12%

Color #727561 in popluar number systems.

HEX727561
Decimal11411797
Binary111001011101011100001
Octal162165141

Shades and tints

Shades of #727561

#727561
(114,117,97)
#686B59
(104,107,89)
#5E6151
(94,97,81)
#545749
(84,87,73)
#4A4D41
(74,77,65)
#404339
(64,67,57)
#363931
(54,57,49)
#2C2F29
(44,47,41)
#222521
(34,37,33)
#181B19
(24,27,25)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #727561

#727561
(114,117,97)
#7E816F
(126,129,111)
#8A8D7D
(138,141,125)
#96998B
(150,153,139)
#A2A599
(162,165,153)
#AEB1A7
(174,177,167)
#BABDB5
(186,189,181)
#C6C9C3
(198,201,195)
#D2D5D1
(210,213,209)
#DEE1DF
(222,225,223)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727561; }

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

This text font color is #727561.


Background Color

.myBgColor { background-color: #727561; }

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

This div background color is #727561.


Border color

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

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

This div border color is #727561.


Opacity

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

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

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

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

This text has shadow with #727561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727561 on black background.


Color preview on white background

This text has color #727561 on white background.



Black color preview on #727561 background

This text has black color on #727561 background.


White color preview on #727561 background

This text has white color on #727561 background.