COLOR #74772B

HEX: #74772B RGB: (116,119,43)

Color info

#74772B contains mainly red and green colors. Web safe color of #74772B is #666633 (or #663).

RGB color model

#74772B color RGB value is (116,119,43).

RGB: (116,119,43) (45%, 47%, 17%)

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 43 of 255 = 17%

116
119
43

R + G + B ~ 36%. #74772B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 119 + 43 = 278 (100%)
R 116 of 278 ~ 41.73%
G 119 of 278 ~ 42.81%
B 43 of 278 ~ 15.47'%

%41.73
%42.81
%15.47

CMYK color model

#74772B color CMYK value is (3,0,64,53).

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

CMYK: (3,0,64,53)
C3M0Y64K53 (3%, 0%, 64%, 53%)
(0.03 / 0.00 / 0.64 / 0.53)

CMYK percentages

%2.52
%0
%63.87
%53.33

Codes

Color #74772B in popluar color models

74 77 2B
RGB 116 119 43
HSL 62° 46.91% 31.76%
HSB/HSV 62° 63.87% 46.67%
CMYK 2.52% 0.00% 63.87%
53.33%

Color #74772B in popluar number systems.

HEX 74 77 2B
Decimal 116 119 43
Binary 1110100 1110111 101011
Octal 164 167 53

Shades and tints

Shades of #74772B

#74772B
(116,119,43)
#6A6D28
(106,109,40)
#606325
(96,99,37)
#565922
(86,89,34)
#4C4F1F
(76,79,31)
#42451C
(66,69,28)
#383B19
(56,59,25)
#2E3116
(46,49,22)
#242713
(36,39,19)
#1A1D10
(26,29,16)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #74772B

#74772B
(116,119,43)
#80833E
(128,131,62)
#8C8F51
(140,143,81)
#989B64
(152,155,100)
#A4A777
(164,167,119)
#B0B38A
(176,179,138)
#BCBF9D
(188,191,157)
#C8CBB0
(200,203,176)
#D4D7C3
(212,215,195)
#E0E3D6
(224,227,214)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74772B; }

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

This text font color is #74772B.

Background Color

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

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

This div background color is #74772B.

Border color

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

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

This div border color is #74772B.

Opacity

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

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

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

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

This text has shadow with #74772B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74772B.

Preview

Color preview on black background

This text has color #74772B on black background.


Color preview on white background

This text has color #74772B on white background.


Black color preview on #74772B background

This text has black color on #74772B background.


White color preview on #74772B background

This text has white color on #74772B background.


Related colors

Complementary color

Complementary color for #hex is #8B88D4.


I love getcolorcode.com

Triadic colors

1 #2B7477 and #772B74 with #74772B are triadic colors.

2 #2B7774 and #77742B with #74772B are triadic colors.