COLOR #749E7E

HEX: #749E7E RGB: (116,158,126)

Color info

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

RGB color model

#749E7E color RGB value is (116,158,126).

RGB: (116,158,126) (45%, 62%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 158 of 255 = 62%
B 126 of 255 = 49%

116
158
126

R + G + B ~ 52%. #749E7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 158 + 126 = 400 (100%)
R 116 of 400 ~ 29%
G 158 of 400 ~ 39.5%
B 126 of 400 ~ 31.5'%

%29
%39.5
%31.5

CMYK color model

#749E7E color CMYK value is (27,0,20,38).

  • cyan value is 26.58%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK: (27,0,20,38) C27M0Y20K38 (27%,0%,20%,38%) (0.27/0.00/0.20/0.38) 

CMYK percentages

%26.58
%0
%20.25
%38.04

Codes

Color #749E7E in popluar color models

74 9E 7E
RGB 116 158 126
HSL 134° 17.80% 53.73%
HSB/HSV 134° 26.58% 61.96%
CMYK 26.58% 0.00% 20.25%
38.04%

Color #749E7E in popluar number systems.

HEX 74 9E 7E
Decimal 116 158 126
Binary 1110100 10011110 1111110
Octal 164 236 176

Shades and tints

Shades of #749E7E

#749E7E
(116,158,126)
#6A9073
(106,144,115)
#608268
(96,130,104)
#56745D
(86,116,93)
#4C6652
(76,102,82)
#425847
(66,88,71)
#384A3C
(56,74,60)
#2E3C31
(46,60,49)
#242E26
(36,46,38)
#1A201B
(26,32,27)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #749E7E

#749E7E
(116,158,126)
#80A689
(128,166,137)
#8CAE94
(140,174,148)
#98B69F
(152,182,159)
#A4BEAA
(164,190,170)
#B0C6B5
(176,198,181)
#BCCEC0
(188,206,192)
#C8D6CB
(200,214,203)
#D4DED6
(212,222,214)
#E0E6E1
(224,230,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749E7E color. Also use rgb(116,158,126) instead hex code.

Text Font Color

.myTextColor { color: #749E7E; }

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

This text font color is #749E7E.

Background Color

.myBgColor { background-color: #749E7E; }

<div style="background-color:#749E7E">Inner text</div>

This div background color is #749E7E.

Border color

.myBorderColor { border: 1px solid #749E7E; }

<div style="border:3px solid #749E7E">Div</div>

This div border color is #749E7E.

Opacity

.myOpacity80 { color: #749E7E; opacity: 0.8; }

<p style="color:#749E7E;opacity:0.8;">80%</p>

Text with #749E7E 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 #749E7E;}

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

This text has shadow with #749E7E color.


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

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

This text has shadow with #749E7E primary color and red secondary color.


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

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

This text has shadow with #749E7E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #749E7E.

Preview

Color preview on black background

This text has color #749E7E on black background.


Color preview on white background

This text has color #749E7E on white background.


Black color preview on #749E7E background

This text has black color on #749E7E background.


White color preview on #749E7E background

This text has white color on #749E7E background.


Related colors

Complementary color

Complementary color for #hex is #8B6181.


I love getcolorcode.com

Triadic colors

1 #7E749E and #9E7E74 with #749E7E are triadic colors.

2 #7E9E74 and #9E747E with #749E7E are triadic colors.