COLOR #74775B

HEX: #74775B
RGB: (116,119,91)

Color info

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

RGB color model

#74775B color RGB value is (116,119,91).

  • red value is 116;
  • green value is 119;
  • blue value is 91.
RGB:
(116,119,91)
(45%,47%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 91 of 255 = 36%

116
119
91

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

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 91 = 326 (100%)
R 116 of 326 ~ 35.58%
G 119 of 326 ~ 36.5%
B 91 of 326 ~ 27.91%

%35.58
%36.5
%27.91

CMYK color model

#74775B color CMYK value is (3,0,24,53).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(3,0,24,53)
C3M0Y24K53 
(3%,0%,24%,53%)
(0.03/0.00/0.24/0.53)	

CMYK percentages

%2.52
%0
%23.53
%53.33

Codes

Color #74775B in popluar color models

74775B
RGB11611991
HSL66°13.33%41.18%
HSB/HSV66°23.53%46.67%
CMYK2.52%0.00%23.53%
53.33%

Color #74775B in popluar number systems.

HEX74775B
Decimal11611991
Binary111010011101111011011
Octal164167133

Shades and tints

Shades of #74775B

#74775B
(116,119,91)
#6A6D53
(106,109,83)
#60634B
(96,99,75)
#565943
(86,89,67)
#4C4F3B
(76,79,59)
#424533
(66,69,51)
#383B2B
(56,59,43)
#2E3123
(46,49,35)
#24271B
(36,39,27)
#1A1D13
(26,29,19)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #74775B

#74775B
(116,119,91)
#808369
(128,131,105)
#8C8F77
(140,143,119)
#989B85
(152,155,133)
#A4A793
(164,167,147)
#B0B3A1
(176,179,161)
#BCBFAF
(188,191,175)
#C8CBBD
(200,203,189)
#D4D7CB
(212,215,203)
#E0E3D9
(224,227,217)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74775B; }

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

This text font color is #74775B.


Background Color

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

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

This div background color is #74775B.


Border color

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

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

This div border color is #74775B.


Opacity

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

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

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

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

This text has shadow with #74775B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74775B on black background.


Color preview on white background

This text has color #74775B on white background.



Black color preview on #74775B background

This text has black color on #74775B background.


White color preview on #74775B background

This text has white color on #74775B background.