COLOR #727B60

HEX: #727B60 RGB: (114,123,96)

Color info

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

RGB color model

#727B60 color RGB value is (114,123,96).

RGB: (114,123,96) (45%, 48%, 38%)

RGB channels and saturation

R 114 of 255 = 45%
G 123 of 255 = 48%
B 96 of 255 = 38%

114
123
96

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

Portions of RGB colors in percentages

R + G + B = 114 + 123 + 96 = 333 (100%)
R 114 of 333 ~ 34.23%
G 123 of 333 ~ 36.94%
B 96 of 333 ~ 28.83'%

%34.23
%36.94
%28.83

CMYK color model

#727B60 color CMYK value is (7,0,22,52).

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

CMYK: (7,0,22,52)
C7M0Y22K52 (7%, 0%, 22%, 52%)
(0.07 / 0.00 / 0.22 / 0.52)

CMYK percentages

%7.32
%0
%21.95
%51.76

Codes

Color #727B60 in popluar color models

72 7B 60
RGB 114 123 96
HSL 80° 12.33% 42.94%
HSB/HSV 80° 21.95% 48.24%
CMYK 7.32% 0.00% 21.95%
51.76%

Color #727B60 in popluar number systems.

HEX 72 7B 60
Decimal 114 123 96
Binary 1110010 1111011 1100000
Octal 162 173 140

Shades and tints

Shades of #727B60

#727B60
(114,123,96)
#687058
(104,112,88)
#5E6550
(94,101,80)
#545A48
(84,90,72)
#4A4F40
(74,79,64)
#404438
(64,68,56)
#363930
(54,57,48)
#2C2E28
(44,46,40)
#222320
(34,35,32)
#181818
(24,24,24)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #727B60

#727B60
(114,123,96)
#7E876E
(126,135,110)
#8A937C
(138,147,124)
#969F8A
(150,159,138)
#A2AB98
(162,171,152)
#AEB7A6
(174,183,166)
#BAC3B4
(186,195,180)
#C6CFC2
(198,207,194)
#D2DBD0
(210,219,208)
#DEE7DE
(222,231,222)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727B60; }

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

This text font color is #727B60.

Background Color

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

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

This div background color is #727B60.

Border color

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

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

This div border color is #727B60.

Opacity

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

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

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

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

This text has shadow with #727B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727B60.

Preview

Color preview on black background

This text has color #727B60 on black background.


Color preview on white background

This text has color #727B60 on white background.


Black color preview on #727B60 background

This text has black color on #727B60 background.


White color preview on #727B60 background

This text has white color on #727B60 background.


Related colors

Complementary color

Complementary color for #hex is #8D849F.


I love getcolorcode.com

Triadic colors

1 #60727B and #7B6072 with #727B60 are triadic colors.

2 #607B72 and #7B7260 with #727B60 are triadic colors.