COLOR #748B7D

HEX: #748B7D RGB: (116,139,125)

Color info

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

RGB color model

#748B7D color RGB value is (116,139,125).

RGB: (116,139,125) (45%, 55%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 125 of 255 = 49%

116
139
125

R + G + B ~ 50%. #748B7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 139 + 125 = 380 (100%)
R 116 of 380 ~ 30.53%
G 139 of 380 ~ 36.58%
B 125 of 380 ~ 32.89'%

%30.53
%36.58
%32.89

CMYK color model

#748B7D color CMYK value is (17,0,10,45).

  • cyan value is 16.55%
  • magenta value is 0.00%
  • yellow value is 10.07%
  • key color value is 45.49%

CMYK: (17,0,10,45)
C17M0Y10K45 (17%, 0%, 10%, 45%)
(0.17 / 0.00 / 0.10 / 0.45)

CMYK percentages

%16.55
%0
%10.07
%45.49

Codes

Color #748B7D in popluar color models

74 8B 7D
RGB 116 139 125
HSL 143° 9.02% 50.00%
HSB/HSV 143° 16.55% 54.51%
CMYK 16.55% 0.00% 10.07%
45.49%

Color #748B7D in popluar number systems.

HEX 74 8B 7D
Decimal 116 139 125
Binary 1110100 10001011 1111101
Octal 164 213 175

Shades and tints

Shades of #748B7D

#748B7D
(116,139,125)
#6A7F72
(106,127,114)
#607367
(96,115,103)
#56675C
(86,103,92)
#4C5B51
(76,91,81)
#424F46
(66,79,70)
#38433B
(56,67,59)
#2E3730
(46,55,48)
#242B25
(36,43,37)
#1A1F1A
(26,31,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #748B7D

#748B7D
(116,139,125)
#809588
(128,149,136)
#8C9F93
(140,159,147)
#98A99E
(152,169,158)
#A4B3A9
(164,179,169)
#B0BDB4
(176,189,180)
#BCC7BF
(188,199,191)
#C8D1CA
(200,209,202)
#D4DBD5
(212,219,213)
#E0E5E0
(224,229,224)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748B7D color. Also use rgb(116,139,125) instead hex code.

Text Font Color

.myTextColor { color: #748B7D; }

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

This text font color is #748B7D.

Background Color

.myBgColor { background-color: #748B7D; }

<div style="background-color:#748B7D">Inner text</div>

This div background color is #748B7D.

Border color

.myBorderColor { border: 1px solid #748B7D; }

<div style="border:3px solid #748B7D">Div</div>

This div border color is #748B7D.

Opacity

.myOpacity80 { color: #748B7D; opacity: 0.8; }

<p style="color:#748B7D;opacity:0.8;">80%</p>

Text with #748B7D 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 #748B7D;}

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

This text has shadow with #748B7D color.


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

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

This text has shadow with #748B7D primary color and red secondary color.


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

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

This text has shadow with #748B7D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #748B7D.

Preview

Color preview on black background

This text has color #748B7D on black background.


Color preview on white background

This text has color #748B7D on white background.


Black color preview on #748B7D background

This text has black color on #748B7D background.


White color preview on #748B7D background

This text has white color on #748B7D background.


Related colors

Complementary color

Complementary color for #hex is #8B7482.


I love getcolorcode.com

Triadic colors

1 #7D748B and #8B7D74 with #748B7D are triadic colors.

2 #7D8B74 and #8B747D with #748B7D are triadic colors.