COLOR #72857B

HEX: #72857B RGB: (114,133,123)

Color info

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

RGB color model

#72857B color RGB value is (114,133,123).

RGB: (114,133,123) (45%, 52%, 48%)

RGB channels and saturation

R 114 of 255 = 45%
G 133 of 255 = 52%
B 123 of 255 = 48%

114
133
123

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

Portions of RGB colors in percentages

R + G + B = 114 + 133 + 123 = 370 (100%)
R 114 of 370 ~ 30.81%
G 133 of 370 ~ 35.95%
B 123 of 370 ~ 33.24'%

%30.81
%35.95
%33.24

CMYK color model

#72857B color CMYK value is (14,0,8,48).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 47.84%

CMYK: (14,0,8,48)
C14M0Y8K48 (14%, 0%, 8%, 48%)
(0.14 / 0.00 / 0.08 / 0.48)

CMYK percentages

%14.29
%0
%7.52
%47.84

Codes

Color #72857B in popluar color models

72 85 7B
RGB 114 133 123
HSL 148° 7.69% 48.43%
HSB/HSV 148° 14.29% 52.16%
CMYK 14.29% 0.00% 7.52%
47.84%

Color #72857B in popluar number systems.

HEX 72 85 7B
Decimal 114 133 123
Binary 1110010 10000101 1111011
Octal 162 205 173

Shades and tints

Shades of #72857B

#72857B
(114,133,123)
#687970
(104,121,112)
#5E6D65
(94,109,101)
#54615A
(84,97,90)
#4A554F
(74,85,79)
#404944
(64,73,68)
#363D39
(54,61,57)
#2C312E
(44,49,46)
#222523
(34,37,35)
#181918
(24,25,24)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #72857B

#72857B
(114,133,123)
#7E9087
(126,144,135)
#8A9B93
(138,155,147)
#96A69F
(150,166,159)
#A2B1AB
(162,177,171)
#AEBCB7
(174,188,183)
#BAC7C3
(186,199,195)
#C6D2CF
(198,210,207)
#D2DDDB
(210,221,219)
#DEE8E7
(222,232,231)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72857B; }

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

This text font color is #72857B.

Background Color

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

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

This div background color is #72857B.

Border color

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

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

This div border color is #72857B.

Opacity

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

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

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

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

This text has shadow with #72857B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72857B.

Preview

Color preview on black background

This text has color #72857B on black background.


Color preview on white background

This text has color #72857B on white background.


Black color preview on #72857B background

This text has black color on #72857B background.


White color preview on #72857B background

This text has white color on #72857B background.


Related colors

Complementary color

Complementary color for #hex is #8D7A84.


I love getcolorcode.com

Triadic colors

1 #7B7285 and #857B72 with #72857B are triadic colors.

2 #7B8572 and #85727B with #72857B are triadic colors.