COLOR #72868D

HEX: #72868D
RGB: (114,134,141)

Color info

#72868D contains red, green and blue colors in about the same proportion. Web safe color of #72868D is #669999 (or #699).

RGB color model

#72868D color RGB value is (114,134,141).

  • red value is 114;
  • green value is 134;
  • blue value is 141.
RGB:
(114,134,141)
(45%,53%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 134 of 255 = 53%
B 141 of 255 = 55%

114
134
141

R + G + B ~ 51%. #72868D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 134 + 141 = 389 (100%)
R 114 of 389 ~ 29.31%
G 134 of 389 ~ 34.45%
B 141 of 389 ~ 36.25%

%29.31
%34.45
%36.25

CMYK color model

#72868D color CMYK value is (19,5,0,45).

  • cyan value is 19.15%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(19,5,0,45)
C19M5Y0K45 
(19%,5%,0%,45%)
(0.19/0.05/0.00/0.45)	

CMYK percentages

%19.15
%4.96
%0
%44.71

Codes

Color #72868D in popluar color models

72868D
RGB114134141
HSL196°10.59%50.00%
HSB/HSV196°19.15%55.29%
CMYK19.15%4.96%0.00%
44.71%

Color #72868D in popluar number systems.

HEX72868D
Decimal114134141
Binary11100101000011010001101
Octal162206215

Shades and tints

Shades of #72868D

#72868D
(114,134,141)
#687A81
(104,122,129)
#5E6E75
(94,110,117)
#546269
(84,98,105)
#4A565D
(74,86,93)
#404A51
(64,74,81)
#363E45
(54,62,69)
#2C3239
(44,50,57)
#22262D
(34,38,45)
#181A21
(24,26,33)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #72868D

#72868D
(114,134,141)
#7E9197
(126,145,151)
#8A9CA1
(138,156,161)
#96A7AB
(150,167,171)
#A2B2B5
(162,178,181)
#AEBDBF
(174,189,191)
#BAC8C9
(186,200,201)
#C6D3D3
(198,211,211)
#D2DEDD
(210,222,221)
#DEE9E7
(222,233,231)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72868D color. Also use rgb(114,134,141) instead hex code.

Text Font Color

.myTextColor { color: #72868D; }

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

This text font color is #72868D.


Background Color

.myBgColor { background-color: #72868D; }

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

This div background color is #72868D.


Border color

.myBorderColor { border: 1px solid #72868D; }

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

This div border color is #72868D.


Opacity

.myOpacity80 { color: #72868D; opacity: 0.8; }

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

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

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

This text has shadow with #72868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72868D on black background.


Color preview on white background

This text has color #72868D on white background.



Black color preview on #72868D background

This text has black color on #72868D background.


White color preview on #72868D background

This text has white color on #72868D background.