COLOR #72827B

HEX: #72827B RGB: (114,130,123)

Color info

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

RGB color model

#72827B color RGB value is (114,130,123).

RGB: (114,130,123) (45%, 51%, 48%)

RGB channels and saturation

R 114 of 255 = 45%
G 130 of 255 = 51%
B 123 of 255 = 48%

114
130
123

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

Portions of RGB colors in percentages

R + G + B = 114 + 130 + 123 = 367 (100%)
R 114 of 367 ~ 31.06%
G 130 of 367 ~ 35.42%
B 123 of 367 ~ 33.51'%

%31.06
%35.42
%33.51

CMYK color model

#72827B color CMYK value is (12,0,5,49).

  • cyan value is 12.31%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 49.02%

CMYK: (12,0,5,49)
C12M0Y5K49 (12%, 0%, 5%, 49%)
(0.12 / 0.00 / 0.05 / 0.49)

CMYK percentages

%12.31
%0
%5.38
%49.02

Codes

Color #72827B in popluar color models

72 82 7B
RGB 114 130 123
HSL 154° 6.56% 47.84%
HSB/HSV 154° 12.31% 50.98%
CMYK 12.31% 0.00% 5.38%
49.02%

Color #72827B in popluar number systems.

HEX 72 82 7B
Decimal 114 130 123
Binary 1110010 10000010 1111011
Octal 162 202 173

Shades and tints

Shades of #72827B

#72827B
(114,130,123)
#687770
(104,119,112)
#5E6C65
(94,108,101)
#54615A
(84,97,90)
#4A564F
(74,86,79)
#404B44
(64,75,68)
#364039
(54,64,57)
#2C352E
(44,53,46)
#222A23
(34,42,35)
#181F18
(24,31,24)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #72827B

#72827B
(114,130,123)
#7E8D87
(126,141,135)
#8A9893
(138,152,147)
#96A39F
(150,163,159)
#A2AEAB
(162,174,171)
#AEB9B7
(174,185,183)
#BAC4C3
(186,196,195)
#C6CFCF
(198,207,207)
#D2DADB
(210,218,219)
#DEE5E7
(222,229,231)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72827B color. Also use rgb(114,130,123) instead hex code.

Text Font Color

.myTextColor { color: #72827B; }

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

This text font color is #72827B.

Background Color

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

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

This div background color is #72827B.

Border color

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

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

This div border color is #72827B.

Opacity

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

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

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

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

This text has shadow with #72827B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72827B.

Preview

Color preview on black background

This text has color #72827B on black background.


Color preview on white background

This text has color #72827B on white background.


Black color preview on #72827B background

This text has black color on #72827B background.


White color preview on #72827B background

This text has white color on #72827B background.


Related colors

Complementary color

Complementary color for #hex is #8D7D84.


I love getcolorcode.com

Triadic colors

1 #7B7282 and #827B72 with #72827B are triadic colors.

2 #7B8272 and #82727B with #72827B are triadic colors.