COLOR #72929B

HEX: #72929B
RGB: (114,146,155)

Color info

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

RGB color model

#72929B color RGB value is (114,146,155).

  • red value is 114;
  • green value is 146;
  • blue value is 155.
RGB:
(114,146,155)
(45%,57%,61%)

RGB channels and saturation

R 114 of 255 = 45%
G 146 of 255 = 57%
B 155 of 255 = 61%

114
146
155

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

Portions of RGB colors in percentages

R + G + B =
114 + 146 + 155 = 415 (100%)
R 114 of 415 ~ 27.47%
G 146 of 415 ~ 35.18%
B 155 of 415 ~ 37.35%

%27.47
%35.18
%37.35

CMYK color model

#72929B color CMYK value is (26,6,0,39).

  • cyan value is 26.45%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,6,0,39)
C26M6Y0K39 
(26%,6%,0%,39%)
(0.26/0.06/0.00/0.39)	

CMYK percentages

%26.45
%5.81
%0
%39.22

Codes

Color #72929B in popluar color models

72929B
RGB114146155
HSL193°17.01%52.75%
HSB/HSV193°26.45%60.78%
CMYK26.45%5.81%0.00%
39.22%

Color #72929B in popluar number systems.

HEX72929B
Decimal114146155
Binary11100101001001010011011
Octal162222233

Shades and tints

Shades of #72929B

#72929B
(114,146,155)
#68858D
(104,133,141)
#5E787F
(94,120,127)
#546B71
(84,107,113)
#4A5E63
(74,94,99)
#405155
(64,81,85)
#364447
(54,68,71)
#2C3739
(44,55,57)
#222A2B
(34,42,43)
#181D1D
(24,29,29)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #72929B

#72929B
(114,146,155)
#7E9BA4
(126,155,164)
#8AA4AD
(138,164,173)
#96ADB6
(150,173,182)
#A2B6BF
(162,182,191)
#AEBFC8
(174,191,200)
#BAC8D1
(186,200,209)
#C6D1DA
(198,209,218)
#D2DAE3
(210,218,227)
#DEE3EC
(222,227,236)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72929B color. Also use rgb(114,146,155) instead hex code.

Text Font Color

.myTextColor { color: #72929B; }

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

This text font color is #72929B.


Background Color

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

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

This div background color is #72929B.


Border color

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

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

This div border color is #72929B.


Opacity

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

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

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

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

This text has shadow with #72929B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72929B on black background.


Color preview on white background

This text has color #72929B on white background.



Black color preview on #72929B background

This text has black color on #72929B background.


White color preview on #72929B background

This text has white color on #72929B background.