COLOR #74887B

HEX: #74887B
RGB: (116,136,123)

Color info

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

RGB color model

#74887B color RGB value is (116,136,123).

  • red value is 116;
  • green value is 136;
  • blue value is 123.
RGB:
(116,136,123)
(45%,53%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 123 of 255 = 48%

116
136
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 123 = 375 (100%)
R 116 of 375 ~ 30.93%
G 136 of 375 ~ 36.27%
B 123 of 375 ~ 32.8%

%30.93
%36.27
%32.8

CMYK color model

#74887B color CMYK value is (15,0,10,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 46.67%
CMYK:
(15,0,10,47)
C15M0Y10K47 
(15%,0%,10%,47%)
(0.15/0.00/0.10/0.47)	

CMYK percentages

%14.71
%0
%9.56
%46.67

Codes

Color #74887B in popluar color models

74887B
RGB116136123
HSL141°7.94%49.41%
HSB/HSV141°14.71%53.33%
CMYK14.71%0.00%9.56%
46.67%

Color #74887B in popluar number systems.

HEX74887B
Decimal116136123
Binary1110100100010001111011
Octal164210173

Shades and tints

Shades of #74887B

#74887B
(116,136,123)
#6A7C70
(106,124,112)
#607065
(96,112,101)
#56645A
(86,100,90)
#4C584F
(76,88,79)
#424C44
(66,76,68)
#384039
(56,64,57)
#2E342E
(46,52,46)
#242823
(36,40,35)
#1A1C18
(26,28,24)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #74887B

#74887B
(116,136,123)
#809287
(128,146,135)
#8C9C93
(140,156,147)
#98A69F
(152,166,159)
#A4B0AB
(164,176,171)
#B0BAB7
(176,186,183)
#BCC4C3
(188,196,195)
#C8CECF
(200,206,207)
#D4D8DB
(212,216,219)
#E0E2E7
(224,226,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74887B; }

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

This text font color is #74887B.


Background Color

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

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

This div background color is #74887B.


Border color

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

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

This div border color is #74887B.


Opacity

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

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

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

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

This text has shadow with #74887B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74887B on black background.


Color preview on white background

This text has color #74887B on white background.



Black color preview on #74887B background

This text has black color on #74887B background.


White color preview on #74887B background

This text has white color on #74887B background.