COLOR #74887F

HEX: #74887F RGB: (116,136,127)

Color info

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

RGB color model

#74887F color RGB value is (116,136,127).

RGB: (116,136,127) (45%, 53%, 50%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 127 of 255 = 50%

116
136
127

R + G + B ~ 49%. #74887F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 136 + 127 = 379 (100%)
R 116 of 379 ~ 30.61%
G 136 of 379 ~ 35.88%
B 127 of 379 ~ 33.51'%

%30.61
%35.88
%33.51

CMYK color model

#74887F color CMYK value is (15,0,7,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%

CMYK: (15,0,7,47)
C15M0Y7K47 (15%, 0%, 7%, 47%)
(0.15 / 0.00 / 0.07 / 0.47)

CMYK percentages

%14.71
%0
%6.62
%46.67

Codes

Color #74887F in popluar color models

74 88 7F
RGB 116 136 127
HSL 153° 7.94% 49.41%
HSB/HSV 153° 14.71% 53.33%
CMYK 14.71% 0.00% 6.62%
46.67%

Color #74887F in popluar number systems.

HEX 74 88 7F
Decimal 116 136 127
Binary 1110100 10001000 1111111
Octal 164 210 177

Shades and tints

Shades of #74887F

#74887F
(116,136,127)
#6A7C74
(106,124,116)
#607069
(96,112,105)
#56645E
(86,100,94)
#4C5853
(76,88,83)
#424C48
(66,76,72)
#38403D
(56,64,61)
#2E3432
(46,52,50)
#242827
(36,40,39)
#1A1C1C
(26,28,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #74887F

#74887F
(116,136,127)
#80928A
(128,146,138)
#8C9C95
(140,156,149)
#98A6A0
(152,166,160)
#A4B0AB
(164,176,171)
#B0BAB6
(176,186,182)
#BCC4C1
(188,196,193)
#C8CECC
(200,206,204)
#D4D8D7
(212,216,215)
#E0E2E2
(224,226,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74887F color. Also use rgb(116,136,127) instead hex code.

Text Font Color

.myTextColor { color: #74887F; }

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

This text font color is #74887F.

Background Color

.myBgColor { background-color: #74887F; }

<div style="background-color:#74887F">Inner text</div>

This div background color is #74887F.

Border color

.myBorderColor { border: 1px solid #74887F; }

<div style="border:3px solid #74887F">Div</div>

This div border color is #74887F.

Opacity

.myOpacity80 { color: #74887F; opacity: 0.8; }

<p style="color:#74887F;opacity:0.8;">80%</p>

Text with #74887F 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 #74887F;}

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

This text has shadow with #74887F color.


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

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

This text has shadow with #74887F primary color and red secondary color.


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

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

This text has shadow with #74887F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74887F.

Preview

Color preview on black background

This text has color #74887F on black background.


Color preview on white background

This text has color #74887F on white background.


Black color preview on #74887F background

This text has black color on #74887F background.


White color preview on #74887F background

This text has white color on #74887F background.


Related colors

Complementary color

Complementary color for #hex is #8B7780.


I love getcolorcode.com

Triadic colors

1 #7F7488 and #887F74 with #74887F are triadic colors.

2 #7F8874 and #88747F with #74887F are triadic colors.