COLOR #777337

HEX: #777337 RGB: (119,115,55)

Color info

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

RGB color model

#777337 color RGB value is (119,115,55).

RGB: (119,115,55) (47%, 45%, 22%)

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 55 of 255 = 22%

119
115
55

R + G + B ~ 38%. #777337 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 115 + 55 = 289 (100%)
R 119 of 289 ~ 41.18%
G 115 of 289 ~ 39.79%
B 55 of 289 ~ 19.03'%

%41.18
%39.79
%19.03

CMYK color model

#777337 color CMYK value is (0,3,54,53).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 53.78%
  • key color value is 53.33%

CMYK: (0,3,54,53)
C0M3Y54K53 (0%, 3%, 54%, 53%)
(0.00 / 0.03 / 0.54 / 0.53)

CMYK percentages

%0
%3.36
%53.78
%53.33

Codes

Color #777337 in popluar color models

77 73 37
RGB 119 115 55
HSL 56° 36.78% 34.12%
HSB/HSV 56° 53.78% 46.67%
CMYK 0.00% 3.36% 53.78%
53.33%

Color #777337 in popluar number systems.

HEX 77 73 37
Decimal 119 115 55
Binary 1110111 1110011 110111
Octal 167 163 67

Shades and tints

Shades of #777337

#777337
(119,115,55)
#6D6932
(109,105,50)
#635F2D
(99,95,45)
#595528
(89,85,40)
#4F4B23
(79,75,35)
#45411E
(69,65,30)
#3B3719
(59,55,25)
#312D14
(49,45,20)
#27230F
(39,35,15)
#1D190A
(29,25,10)
#130F05
(19,15,5)
#000000
(0,0,0)

Tints of #777337

#777337
(119,115,55)
#837F49
(131,127,73)
#8F8B5B
(143,139,91)
#9B976D
(155,151,109)
#A7A37F
(167,163,127)
#B3AF91
(179,175,145)
#BFBBA3
(191,187,163)
#CBC7B5
(203,199,181)
#D7D3C7
(215,211,199)
#E3DFD9
(227,223,217)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777337 color. Also use rgb(119,115,55) instead hex code.

Text Font Color

.myTextColor { color: #777337; }

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

This text font color is #777337.

Background Color

.myBgColor { background-color: #777337; }

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

This div background color is #777337.

Border color

.myBorderColor { border: 1px solid #777337; }

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

This div border color is #777337.

Opacity

.myOpacity80 { color: #777337; opacity: 0.8; }

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

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

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

This text has shadow with #777337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777337.

Preview

Color preview on black background

This text has color #777337 on black background.


Color preview on white background

This text has color #777337 on white background.


Black color preview on #777337 background

This text has black color on #777337 background.


White color preview on #777337 background

This text has white color on #777337 background.


Related colors

Complementary color

Complementary color for #hex is #888CC8.


I love getcolorcode.com

Triadic colors

1 #377773 and #733777 with #777337 are triadic colors.

2 #377377 and #737737 with #777337 are triadic colors.