COLOR #72866B

HEX: #72866B RGB: (114,134,107)

Color info

#72866B contains red, green and blue colors in about the same proportion. Web safe color of #72866B is #669966 (or #696).

RGB color model

#72866B color RGB value is (114,134,107).

RGB: (114,134,107) (45%, 53%, 42%)

RGB channels and saturation

R 114 of 255 = 45%
G 134 of 255 = 53%
B 107 of 255 = 42%

114
134
107

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

Portions of RGB colors in percentages

R + G + B = 114 + 134 + 107 = 355 (100%)
R 114 of 355 ~ 32.11%
G 134 of 355 ~ 37.75%
B 107 of 355 ~ 30.14'%

%32.11
%37.75
%30.14

CMYK color model

#72866B color CMYK value is (15,0,20,47).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 20.15%
  • key color value is 47.45%

CMYK: (15,0,20,47)
C15M0Y20K47 (15%, 0%, 20%, 47%)
(0.15 / 0.00 / 0.20 / 0.47)

CMYK percentages

%14.93
%0
%20.15
%47.45

Codes

Color #72866B in popluar color models

72 86 6B
RGB 114 134 107
HSL 104° 11.20% 47.25%
HSB/HSV 104° 20.15% 52.55%
CMYK 14.93% 0.00% 20.15%
47.45%

Color #72866B in popluar number systems.

HEX 72 86 6B
Decimal 114 134 107
Binary 1110010 10000110 1101011
Octal 162 206 153

Shades and tints

Shades of #72866B

#72866B
(114,134,107)
#687A62
(104,122,98)
#5E6E59
(94,110,89)
#546250
(84,98,80)
#4A5647
(74,86,71)
#404A3E
(64,74,62)
#363E35
(54,62,53)
#2C322C
(44,50,44)
#222623
(34,38,35)
#181A1A
(24,26,26)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #72866B

#72866B
(114,134,107)
#7E9178
(126,145,120)
#8A9C85
(138,156,133)
#96A792
(150,167,146)
#A2B29F
(162,178,159)
#AEBDAC
(174,189,172)
#BAC8B9
(186,200,185)
#C6D3C6
(198,211,198)
#D2DED3
(210,222,211)
#DEE9E0
(222,233,224)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72866B color. Also use rgb(114,134,107) instead hex code.

Text Font Color

.myTextColor { color: #72866B; }

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

This text font color is #72866B.

Background Color

.myBgColor { background-color: #72866B; }

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

This div background color is #72866B.

Border color

.myBorderColor { border: 1px solid #72866B; }

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

This div border color is #72866B.

Opacity

.myOpacity80 { color: #72866B; opacity: 0.8; }

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

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

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

This text has shadow with #72866B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72866B.

Preview

Color preview on black background

This text has color #72866B on black background.


Color preview on white background

This text has color #72866B on white background.


Black color preview on #72866B background

This text has black color on #72866B background.


White color preview on #72866B background

This text has white color on #72866B background.


Related colors

Complementary color

Complementary color for #hex is #8D7994.


I love getcolorcode.com

Triadic colors

1 #6B7286 and #866B72 with #72866B are triadic colors.

2 #6B8672 and #86726B with #72866B are triadic colors.