COLOR #72999B

HEX: #72999B
RGB: (114,153,155)

Color info

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

RGB color model

#72999B color RGB value is (114,153,155).

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

RGB channels and saturation

R 114 of 255 = 45%
G 153 of 255 = 60%
B 155 of 255 = 61%

114
153
155

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

Portions of RGB colors in percentages

R + G + B =
114 + 153 + 155 = 422 (100%)
R 114 of 422 ~ 27.01%
G 153 of 422 ~ 36.26%
B 155 of 422 ~ 36.73%

%27.01
%36.26
%36.73

CMYK color model

#72999B color CMYK value is (26,1,0,39).

  • cyan value is 26.45%
  • magenta value is 1.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,1,0,39)
C26M1Y0K39 
(26%,1%,0%,39%)
(0.26/0.01/0.00/0.39)	

CMYK percentages

%26.45
%1.29
%0
%39.22

Codes

Color #72999B in popluar color models

72999B
RGB114153155
HSL183°17.01%52.75%
HSB/HSV183°26.45%60.78%
CMYK26.45%1.29%0.00%
39.22%

Color #72999B in popluar number systems.

HEX72999B
Decimal114153155
Binary11100101001100110011011
Octal162231233

Shades and tints

Shades of #72999B

#72999B
(114,153,155)
#688C8D
(104,140,141)
#5E7F7F
(94,127,127)
#547271
(84,114,113)
#4A6563
(74,101,99)
#405855
(64,88,85)
#364B47
(54,75,71)
#2C3E39
(44,62,57)
#22312B
(34,49,43)
#18241D
(24,36,29)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #72999B

#72999B
(114,153,155)
#7EA2A4
(126,162,164)
#8AABAD
(138,171,173)
#96B4B6
(150,180,182)
#A2BDBF
(162,189,191)
#AEC6C8
(174,198,200)
#BACFD1
(186,207,209)
#C6D8DA
(198,216,218)
#D2E1E3
(210,225,227)
#DEEAEC
(222,234,236)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72999B; }

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

This text font color is #72999B.


Background Color

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

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

This div background color is #72999B.


Border color

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

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

This div border color is #72999B.


Opacity

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

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

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

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

This text has shadow with #72999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72999B on black background.


Color preview on white background

This text has color #72999B on white background.



Black color preview on #72999B background

This text has black color on #72999B background.


White color preview on #72999B background

This text has white color on #72999B background.