COLOR #739C75

HEX: #739C75 RGB: (115,156,117)

Color info

#739C75 contains red, green and blue colors in about the same proportion. Web safe color of #739C75 is #669966 (or #696).

RGB color model

#739C75 color RGB value is (115,156,117).

RGB: (115,156,117) (45%, 61%, 46%)

RGB channels and saturation

R 115 of 255 = 45%
G 156 of 255 = 61%
B 117 of 255 = 46%

115
156
117

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

Portions of RGB colors in percentages

R + G + B = 115 + 156 + 117 = 388 (100%)
R 115 of 388 ~ 29.64%
G 156 of 388 ~ 40.21%
B 117 of 388 ~ 30.15'%

%29.64
%40.21
%30.15

CMYK color model

#739C75 color CMYK value is (26,0,25,39).

  • cyan value is 26.28%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 38.82%
CMYK: (26,0,25,39) C26M0Y25K39 (26%,0%,25%,39%) (0.26/0.00/0.25/0.39) 

CMYK percentages

%26.28
%0
%25
%38.82

Codes

Color #739C75 in popluar color models

73 9C 75
RGB 115 156 117
HSL 123° 17.15% 53.14%
HSB/HSV 123° 26.28% 61.18%
CMYK 26.28% 0.00% 25.00%
38.82%

Color #739C75 in popluar number systems.

HEX 73 9C 75
Decimal 115 156 117
Binary 1110011 10011100 1110101
Octal 163 234 165

Shades and tints

Shades of #739C75

#739C75
(115,156,117)
#698E6B
(105,142,107)
#5F8061
(95,128,97)
#557257
(85,114,87)
#4B644D
(75,100,77)
#415643
(65,86,67)
#374839
(55,72,57)
#2D3A2F
(45,58,47)
#232C25
(35,44,37)
#191E1B
(25,30,27)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #739C75

#739C75
(115,156,117)
#7FA581
(127,165,129)
#8BAE8D
(139,174,141)
#97B799
(151,183,153)
#A3C0A5
(163,192,165)
#AFC9B1
(175,201,177)
#BBD2BD
(187,210,189)
#C7DBC9
(199,219,201)
#D3E4D5
(211,228,213)
#DFEDE1
(223,237,225)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739C75 color. Also use rgb(115,156,117) instead hex code.

Text Font Color

.myTextColor { color: #739C75; }

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

This text font color is #739C75.

Background Color

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

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

This div background color is #739C75.

Border color

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

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

This div border color is #739C75.

Opacity

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

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

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

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

This text has shadow with #739C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #739C75.

Preview

Color preview on black background

This text has color #739C75 on black background.


Color preview on white background

This text has color #739C75 on white background.


Black color preview on #739C75 background

This text has black color on #739C75 background.


White color preview on #739C75 background

This text has white color on #739C75 background.


Related colors

Complementary color

Complementary color for #hex is #8C638A.


I love getcolorcode.com

Triadic colors

1 #75739C and #9C7573 with #739C75 are triadic colors.

2 #759C73 and #9C7375 with #739C75 are triadic colors.