COLOR #748F7F

HEX: #748F7F RGB: (116,143,127)

Color info

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

RGB color model

#748F7F color RGB value is (116,143,127).

RGB: (116,143,127) (45%, 56%, 50%)

RGB channels and saturation

R 116 of 255 = 45%
G 143 of 255 = 56%
B 127 of 255 = 50%

116
143
127

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

Portions of RGB colors in percentages

R + G + B = 116 + 143 + 127 = 386 (100%)
R 116 of 386 ~ 30.05%
G 143 of 386 ~ 37.05%
B 127 of 386 ~ 32.9'%

%30.05
%37.05
%32.9

CMYK color model

#748F7F color CMYK value is (19,0,11,44).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 43.92%

CMYK: (19,0,11,44)
C19M0Y11K44 (19%, 0%, 11%, 44%)
(0.19 / 0.00 / 0.11 / 0.44)

CMYK percentages

%18.88
%0
%11.19
%43.92

Codes

Color #748F7F in popluar color models

74 8F 7F
RGB 116 143 127
HSL 144° 10.76% 50.78%
HSB/HSV 144° 18.88% 56.08%
CMYK 18.88% 0.00% 11.19%
43.92%

Color #748F7F in popluar number systems.

HEX 74 8F 7F
Decimal 116 143 127
Binary 1110100 10001111 1111111
Octal 164 217 177

Shades and tints

Shades of #748F7F

#748F7F
(116,143,127)
#6A8274
(106,130,116)
#607569
(96,117,105)
#56685E
(86,104,94)
#4C5B53
(76,91,83)
#424E48
(66,78,72)
#38413D
(56,65,61)
#2E3432
(46,52,50)
#242727
(36,39,39)
#1A1A1C
(26,26,28)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #748F7F

#748F7F
(116,143,127)
#80998A
(128,153,138)
#8CA395
(140,163,149)
#98ADA0
(152,173,160)
#A4B7AB
(164,183,171)
#B0C1B6
(176,193,182)
#BCCBC1
(188,203,193)
#C8D5CC
(200,213,204)
#D4DFD7
(212,223,215)
#E0E9E2
(224,233,226)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748F7F color. Also use rgb(116,143,127) instead hex code.

Text Font Color

.myTextColor { color: #748F7F; }

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

This text font color is #748F7F.

Background Color

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

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

This div background color is #748F7F.

Border color

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

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

This div border color is #748F7F.

Opacity

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

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

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

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

This text has shadow with #748F7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748F7F.

Preview

Color preview on black background

This text has color #748F7F on black background.


Color preview on white background

This text has color #748F7F on white background.


Black color preview on #748F7F background

This text has black color on #748F7F background.


White color preview on #748F7F background

This text has white color on #748F7F background.


Related colors

Complementary color

Complementary color for #hex is #8B7080.


I love getcolorcode.com

Triadic colors

1 #7F748F and #8F7F74 with #748F7F are triadic colors.

2 #7F8F74 and #8F747F with #748F7F are triadic colors.