COLOR #739A99

HEX: #739A99 RGB: (115,154,153)

Color info

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

RGB color model

#739A99 color RGB value is (115,154,153).

RGB: (115,154,153) (45%, 60%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 154 of 255 = 60%
B 153 of 255 = 60%

115
154
153

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

Portions of RGB colors in percentages

R + G + B = 115 + 154 + 153 = 422 (100%)
R 115 of 422 ~ 27.25%
G 154 of 422 ~ 36.49%
B 153 of 422 ~ 36.26'%

%27.25
%36.49
%36.26

CMYK color model

#739A99 color CMYK value is (25,0,1,40).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%

CMYK: (25,0,1,40)
C25M0Y1K40 (25%, 0%, 1%, 40%)
(0.25 / 0.00 / 0.01 / 0.40)

CMYK percentages

%25.32
%0
%0.65
%39.61

Codes

Color #739A99 in popluar color models

73 9A 99
RGB 115 154 153
HSL 178° 16.18% 52.75%
HSB/HSV 178° 25.32% 60.39%
CMYK 25.32% 0.00% 0.65%
39.61%

Color #739A99 in popluar number systems.

HEX 73 9A 99
Decimal 115 154 153
Binary 1110011 10011010 10011001
Octal 163 232 231

Shades and tints

Shades of #739A99

#739A99
(115,154,153)
#698C8C
(105,140,140)
#5F7E7F
(95,126,127)
#557072
(85,112,114)
#4B6265
(75,98,101)
#415458
(65,84,88)
#37464B
(55,70,75)
#2D383E
(45,56,62)
#232A31
(35,42,49)
#191C24
(25,28,36)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #739A99

#739A99
(115,154,153)
#7FA3A2
(127,163,162)
#8BACAB
(139,172,171)
#97B5B4
(151,181,180)
#A3BEBD
(163,190,189)
#AFC7C6
(175,199,198)
#BBD0CF
(187,208,207)
#C7D9D8
(199,217,216)
#D3E2E1
(211,226,225)
#DFEBEA
(223,235,234)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739A99 color. Also use rgb(115,154,153) instead hex code.

Text Font Color

.myTextColor { color: #739A99; }

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

This text font color is #739A99.

Background Color

.myBgColor { background-color: #739A99; }

<div style="background-color:#739A99">Inner text</div>

This div background color is #739A99.

Border color

.myBorderColor { border: 1px solid #739A99; }

<div style="border:3px solid #739A99">Div</div>

This div border color is #739A99.

Opacity

.myOpacity80 { color: #739A99; opacity: 0.8; }

<p style="color:#739A99;opacity:0.8;">80%</p>

Text with #739A99 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 #739A99;}

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

This text has shadow with #739A99 color.


.textShadow {text-shadow: 3px 3px 1px #739A99', 3px 3px 1px red;}

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

This text has shadow with #739A99 primary color and red secondary color.


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

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

This text has shadow with #739A99 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #739A99; -webkit-box-shadow: 1px 1px 3px 2px #739A99; box-shadow:1px 1px 3px 2px #739A99;">
Div content here
</div>

This div box has shadow with color #739A99.

Preview

Color preview on black background

This text has color #739A99 on black background.


Color preview on white background

This text has color #739A99 on white background.


Black color preview on #739A99 background

This text has black color on #739A99 background.


White color preview on #739A99 background

This text has white color on #739A99 background.


Related colors

Complementary color

Complementary color for #hex is #8C6566.


I love getcolorcode.com

Triadic colors

1 #99739A and #9A9973 with #739A99 are triadic colors.

2 #999A73 and #9A7399 with #739A99 are triadic colors.