COLOR #727200

HEX: #727200
RGB: (114,114,0)

Color info

#727200 contains only red and green colors. Web safe color of #727200 is #666600 (or #660).

RGB color model

#727200 color RGB value is (114,114,0).

  • red value is 114;
  • green value is 114;
  • blue value is 0.
RGB:
(114,114,0)
(45%,45%,0%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 0 of 255 = 0%

114
114
0

R + G + B ~ 30%. #727200 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 0 = 228 (100%)
R 114 of 228 ~ 50%
G 114 of 228 ~ 50%
B 0 of 228 ~ 0%

%50
%50

CMYK color model

#727200 color CMYK value is (0,0,100,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(0,0,100,55)
C0M0Y100K55 
(0%,0%,100%,55%)
(0.00/0.00/1.00/0.55)	

CMYK percentages

%0
%0
%100
%55.29

Codes

Color #727200 in popluar color models

727200
RGB1141140
HSL60°100.00%22.35%
HSB/HSV60°100.00%44.71%
CMYK0.00%0.00%100.00%
55.29%

Color #727200 in popluar number systems.

HEX727200
Decimal1141140
Binary111001011100100
Octal1621620

Shades and tints

Shades of #727200

#727200
(114,114,0)
#686800
(104,104,0)
#5E5E00
(94,94,0)
#545400
(84,84,0)
#4A4A00
(74,74,0)
#404000
(64,64,0)
#363600
(54,54,0)
#2C2C00
(44,44,0)
#222200
(34,34,0)
#181800
(24,24,0)
#0E0E00
(14,14,0)
#000000
(0,0,0)

Tints of #727200

#727200
(114,114,0)
#7E7E17
(126,126,23)
#8A8A2E
(138,138,46)
#969645
(150,150,69)
#A2A25C
(162,162,92)
#AEAE73
(174,174,115)
#BABA8A
(186,186,138)
#C6C6A1
(198,198,161)
#D2D2B8
(210,210,184)
#DEDECF
(222,222,207)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727200; }

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

This text font color is #727200.


Background Color

.myBgColor { background-color: #727200; }

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

This div background color is #727200.


Border color

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

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

This div border color is #727200.


Opacity

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

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

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

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

This text has shadow with #727200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727200 on black background.


Color preview on white background

This text has color #727200 on white background.



Black color preview on #727200 background

This text has black color on #727200 background.


White color preview on #727200 background

This text has white color on #727200 background.