COLOR #727A4B

HEX: #727A4B RGB: (114,122,75)

Color info

#727A4B contains red, green and blue colors in about the same proportion. Web safe color of #727A4B is #666633 (or #663).

RGB color model

#727A4B color RGB value is (114,122,75).

RGB: (114,122,75) (45%, 48%, 29%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 75 of 255 = 29%

114
122
75

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

Portions of RGB colors in percentages

R + G + B = 114 + 122 + 75 = 311 (100%)
R 114 of 311 ~ 36.66%
G 122 of 311 ~ 39.23%
B 75 of 311 ~ 24.12'%

%36.66
%39.23
%24.12

CMYK color model

#727A4B color CMYK value is (7,0,39,52).

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

CMYK: (7,0,39,52)
C7M0Y39K52 (7%, 0%, 39%, 52%)
(0.07 / 0.00 / 0.39 / 0.52)

CMYK percentages

%6.56
%0
%38.52
%52.16

Codes

Color #727A4B in popluar color models

72 7A 4B
RGB 114 122 75
HSL 70° 23.86% 38.63%
HSB/HSV 70° 38.52% 47.84%
CMYK 6.56% 0.00% 38.52%
52.16%

Color #727A4B in popluar number systems.

HEX 72 7A 4B
Decimal 114 122 75
Binary 1110010 1111010 1001011
Octal 162 172 113

Shades and tints

Shades of #727A4B

#727A4B
(114,122,75)
#686F45
(104,111,69)
#5E643F
(94,100,63)
#545939
(84,89,57)
#4A4E33
(74,78,51)
#40432D
(64,67,45)
#363827
(54,56,39)
#2C2D21
(44,45,33)
#22221B
(34,34,27)
#181715
(24,23,21)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #727A4B

#727A4B
(114,122,75)
#7E865B
(126,134,91)
#8A926B
(138,146,107)
#969E7B
(150,158,123)
#A2AA8B
(162,170,139)
#AEB69B
(174,182,155)
#BAC2AB
(186,194,171)
#C6CEBB
(198,206,187)
#D2DACB
(210,218,203)
#DEE6DB
(222,230,219)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727A4B; }

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

This text font color is #727A4B.

Background Color

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

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

This div background color is #727A4B.

Border color

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

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

This div border color is #727A4B.

Opacity

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

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

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

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

This text has shadow with #727A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727A4B.

Preview

Color preview on black background

This text has color #727A4B on black background.


Color preview on white background

This text has color #727A4B on white background.


Black color preview on #727A4B background

This text has black color on #727A4B background.


White color preview on #727A4B background

This text has white color on #727A4B background.


Related colors

Complementary color

Complementary color for #hex is #8D85B4.


I love getcolorcode.com

Triadic colors

1 #4B727A and #7A4B72 with #727A4B are triadic colors.

2 #4B7A72 and #7A724B with #727A4B are triadic colors.