COLOR #74886E

HEX: #74886E RGB: (116,136,110)

Color info

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

RGB color model

#74886E color RGB value is (116,136,110).

RGB: (116,136,110) (45%, 53%, 43%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 110 of 255 = 43%

116
136
110

R + G + B ~ 47%. #74886E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 136 + 110 = 362 (100%)
R 116 of 362 ~ 32.04%
G 136 of 362 ~ 37.57%
B 110 of 362 ~ 30.39'%

%32.04
%37.57
%30.39

CMYK color model

#74886E color CMYK value is (15,0,19,47).

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

CMYK: (15,0,19,47)
C15M0Y19K47 (15%, 0%, 19%, 47%)
(0.15 / 0.00 / 0.19 / 0.47)

CMYK percentages

%14.71
%0
%19.12
%46.67

Codes

Color #74886E in popluar color models

74 88 6E
RGB 116 136 110
HSL 106° 10.57% 48.24%
HSB/HSV 106° 19.12% 53.33%
CMYK 14.71% 0.00% 19.12%
46.67%

Color #74886E in popluar number systems.

HEX 74 88 6E
Decimal 116 136 110
Binary 1110100 10001000 1101110
Octal 164 210 156

Shades and tints

Shades of #74886E

#74886E
(116,136,110)
#6A7C64
(106,124,100)
#60705A
(96,112,90)
#566450
(86,100,80)
#4C5846
(76,88,70)
#424C3C
(66,76,60)
#384032
(56,64,50)
#2E3428
(46,52,40)
#24281E
(36,40,30)
#1A1C14
(26,28,20)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #74886E

#74886E
(116,136,110)
#80927B
(128,146,123)
#8C9C88
(140,156,136)
#98A695
(152,166,149)
#A4B0A2
(164,176,162)
#B0BAAF
(176,186,175)
#BCC4BC
(188,196,188)
#C8CEC9
(200,206,201)
#D4D8D6
(212,216,214)
#E0E2E3
(224,226,227)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74886E color. Also use rgb(116,136,110) instead hex code.

Text Font Color

.myTextColor { color: #74886E; }

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

This text font color is #74886E.

Background Color

.myBgColor { background-color: #74886E; }

<div style="background-color:#74886E">Inner text</div>

This div background color is #74886E.

Border color

.myBorderColor { border: 1px solid #74886E; }

<div style="border:3px solid #74886E">Div</div>

This div border color is #74886E.

Opacity

.myOpacity80 { color: #74886E; opacity: 0.8; }

<p style="color:#74886E;opacity:0.8;">80%</p>

Text with #74886E 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 #74886E;}

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

This text has shadow with #74886E color.


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

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

This text has shadow with #74886E primary color and red secondary color.


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

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

This text has shadow with #74886E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74886E.

Preview

Color preview on black background

This text has color #74886E on black background.


Color preview on white background

This text has color #74886E on white background.


Black color preview on #74886E background

This text has black color on #74886E background.


White color preview on #74886E background

This text has white color on #74886E background.


Related colors

Complementary color

Complementary color for #hex is #8B7791.


I love getcolorcode.com

Triadic colors

1 #6E7488 and #886E74 with #74886E are triadic colors.

2 #6E8874 and #88746E with #74886E are triadic colors.