COLOR #74775E

HEX: #74775E RGB: (116,119,94)

Color info

#74775E contains red, green and blue colors in about the same proportion. Web safe color of #74775E is #666666 (or #666).

RGB color model

#74775E color RGB value is (116,119,94).

RGB: (116,119,94) (45%, 47%, 37%)

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 94 of 255 = 37%

116
119
94

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

Portions of RGB colors in percentages

R + G + B = 116 + 119 + 94 = 329 (100%)
R 116 of 329 ~ 35.26%
G 119 of 329 ~ 36.17%
B 94 of 329 ~ 28.57'%

%35.26
%36.17
%28.57

CMYK color model

#74775E color CMYK value is (3,0,21,53).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 53.33%

CMYK: (3,0,21,53)
C3M0Y21K53 (3%, 0%, 21%, 53%)
(0.03 / 0.00 / 0.21 / 0.53)

CMYK percentages

%2.52
%0
%21.01
%53.33

Codes

Color #74775E in popluar color models

74 77 5E
RGB 116 119 94
HSL 67° 11.74% 41.76%
HSB/HSV 67° 21.01% 46.67%
CMYK 2.52% 0.00% 21.01%
53.33%

Color #74775E in popluar number systems.

HEX 74 77 5E
Decimal 116 119 94
Binary 1110100 1110111 1011110
Octal 164 167 136

Shades and tints

Shades of #74775E

#74775E
(116,119,94)
#6A6D56
(106,109,86)
#60634E
(96,99,78)
#565946
(86,89,70)
#4C4F3E
(76,79,62)
#424536
(66,69,54)
#383B2E
(56,59,46)
#2E3126
(46,49,38)
#24271E
(36,39,30)
#1A1D16
(26,29,22)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #74775E

#74775E
(116,119,94)
#80836C
(128,131,108)
#8C8F7A
(140,143,122)
#989B88
(152,155,136)
#A4A796
(164,167,150)
#B0B3A4
(176,179,164)
#BCBFB2
(188,191,178)
#C8CBC0
(200,203,192)
#D4D7CE
(212,215,206)
#E0E3DC
(224,227,220)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74775E color. Also use rgb(116,119,94) instead hex code.

Text Font Color

.myTextColor { color: #74775E; }

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

This text font color is #74775E.

Background Color

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

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

This div background color is #74775E.

Border color

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

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

This div border color is #74775E.

Opacity

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

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

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

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

This text has shadow with #74775E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74775E.

Preview

Color preview on black background

This text has color #74775E on black background.


Color preview on white background

This text has color #74775E on white background.


Black color preview on #74775E background

This text has black color on #74775E background.


White color preview on #74775E background

This text has white color on #74775E background.


Related colors

Complementary color

Complementary color for #hex is #8B88A1.


I love getcolorcode.com

Triadic colors

1 #5E7477 and #775E74 with #74775E are triadic colors.

2 #5E7774 and #77745E with #74775E are triadic colors.