COLOR #727A32

HEX: #727A32 RGB: (114,122,50)

Color info

#727A32 contains mainly red and green colors. Web safe color of #727A32 is #666633 (or #663).

RGB color model

#727A32 color RGB value is (114,122,50).

RGB: (114,122,50) (45%, 48%, 20%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 50 of 255 = 20%

114
122
50

R + G + B ~ 38%. #727A32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 122 + 50 = 286 (100%)
R 114 of 286 ~ 39.86%
G 122 of 286 ~ 42.66%
B 50 of 286 ~ 17.48'%

%39.86
%42.66
%17.48

CMYK color model

#727A32 color CMYK value is (7,0,59,52).

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

CMYK: (7,0,59,52)
C7M0Y59K52 (7%, 0%, 59%, 52%)
(0.07 / 0.00 / 0.59 / 0.52)

CMYK percentages

%6.56
%0
%59.02
%52.16

Codes

Color #727A32 in popluar color models

72 7A 32
RGB 114 122 50
HSL 67° 41.86% 33.73%
HSB/HSV 67° 59.02% 47.84%
CMYK 6.56% 0.00% 59.02%
52.16%

Color #727A32 in popluar number systems.

HEX 72 7A 32
Decimal 114 122 50
Binary 1110010 1111010 110010
Octal 162 172 62

Shades and tints

Shades of #727A32

#727A32
(114,122,50)
#686F2E
(104,111,46)
#5E642A
(94,100,42)
#545926
(84,89,38)
#4A4E22
(74,78,34)
#40431E
(64,67,30)
#36381A
(54,56,26)
#2C2D16
(44,45,22)
#222212
(34,34,18)
#18170E
(24,23,14)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #727A32

#727A32
(114,122,50)
#7E8644
(126,134,68)
#8A9256
(138,146,86)
#969E68
(150,158,104)
#A2AA7A
(162,170,122)
#AEB68C
(174,182,140)
#BAC29E
(186,194,158)
#C6CEB0
(198,206,176)
#D2DAC2
(210,218,194)
#DEE6D4
(222,230,212)
#EAF2E6
(234,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727A32; }

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

This text font color is #727A32.

Background Color

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

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

This div background color is #727A32.

Border color

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

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

This div border color is #727A32.

Opacity

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

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

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

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

This text has shadow with #727A32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727A32.

Preview

Color preview on black background

This text has color #727A32 on black background.


Color preview on white background

This text has color #727A32 on white background.


Black color preview on #727A32 background

This text has black color on #727A32 background.


White color preview on #727A32 background

This text has white color on #727A32 background.


Related colors

Complementary color

Complementary color for #hex is #8D85CD.


I love getcolorcode.com

Triadic colors

1 #32727A and #7A3272 with #727A32 are triadic colors.

2 #327A72 and #7A7232 with #727A32 are triadic colors.