COLOR #72878C

HEX: #72878C
RGB: (114,135,140)

Color info

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

RGB color model

#72878C color RGB value is (114,135,140).

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

RGB channels and saturation

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

114
135
140

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

Portions of RGB colors in percentages

R + G + B =
114 + 135 + 140 = 389 (100%)
R 114 of 389 ~ 29.31%
G 135 of 389 ~ 34.7%
B 140 of 389 ~ 35.99%

%29.31
%34.7
%35.99

CMYK color model

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

  • cyan value is 18.57%
  • magenta value is 3.57%
  • 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
%3.57
%0
%45.1

Codes

Color #72878C in popluar color models

72878C
RGB114135140
HSL192°10.24%49.80%
HSB/HSV192°18.57%54.90%
CMYK18.57%3.57%0.00%
45.10%

Color #72878C in popluar number systems.

HEX72878C
Decimal114135140
Binary11100101000011110001100
Octal162207214

Shades and tints

Shades of #72878C

#72878C
(114,135,140)
#687B80
(104,123,128)
#5E6F74
(94,111,116)
#546368
(84,99,104)
#4A575C
(74,87,92)
#404B50
(64,75,80)
#363F44
(54,63,68)
#2C3338
(44,51,56)
#22272C
(34,39,44)
#181B20
(24,27,32)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #72878C

#72878C
(114,135,140)
#7E9196
(126,145,150)
#8A9BA0
(138,155,160)
#96A5AA
(150,165,170)
#A2AFB4
(162,175,180)
#AEB9BE
(174,185,190)
#BAC3C8
(186,195,200)
#C6CDD2
(198,205,210)
#D2D7DC
(210,215,220)
#DEE1E6
(222,225,230)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72878C; }

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

This text font color is #72878C.


Background Color

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

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

This div background color is #72878C.


Border color

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

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

This div border color is #72878C.


Opacity

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

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

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

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

This text has shadow with #72878C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72878C on black background.


Color preview on white background

This text has color #72878C on white background.



Black color preview on #72878C background

This text has black color on #72878C background.


White color preview on #72878C background

This text has white color on #72878C background.