COLOR #72868C

HEX: #72868C
RGB: (114,134,140)

Color info

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

RGB color model

#72868C color RGB value is (114,134,140).

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

RGB channels and saturation

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

114
134
140

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

Portions of RGB colors in percentages

R + G + B =
114 + 134 + 140 = 388 (100%)
R 114 of 388 ~ 29.38%
G 134 of 388 ~ 34.54%
B 140 of 388 ~ 36.08%

%29.38
%34.54
%36.08

CMYK color model

#72868C color CMYK value is (19,4,0,45).

  • cyan value is 18.57%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,4,0,45)
C19M4Y0K45 
(19%,4%,0%,45%)
(0.19/0.04/0.00/0.45)	

CMYK percentages

%18.57
%4.29
%0
%45.1

Codes

Color #72868C in popluar color models

72868C
RGB114134140
HSL194°10.24%49.80%
HSB/HSV194°18.57%54.90%
CMYK18.57%4.29%0.00%
45.10%

Color #72868C in popluar number systems.

HEX72868C
Decimal114134140
Binary11100101000011010001100
Octal162206214

Shades and tints

Shades of #72868C

#72868C
(114,134,140)
#687A80
(104,122,128)
#5E6E74
(94,110,116)
#546268
(84,98,104)
#4A565C
(74,86,92)
#404A50
(64,74,80)
#363E44
(54,62,68)
#2C3238
(44,50,56)
#22262C
(34,38,44)
#181A20
(24,26,32)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #72868C

#72868C
(114,134,140)
#7E9196
(126,145,150)
#8A9CA0
(138,156,160)
#96A7AA
(150,167,170)
#A2B2B4
(162,178,180)
#AEBDBE
(174,189,190)
#BAC8C8
(186,200,200)
#C6D3D2
(198,211,210)
#D2DEDC
(210,222,220)
#DEE9E6
(222,233,230)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72868C; }

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

This text font color is #72868C.


Background Color

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

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

This div background color is #72868C.


Border color

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

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

This div border color is #72868C.


Opacity

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

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

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

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

This text has shadow with #72868C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72868C on black background.


Color preview on white background

This text has color #72868C on white background.



Black color preview on #72868C background

This text has black color on #72868C background.


White color preview on #72868C background

This text has white color on #72868C background.