COLOR #777B44

HEX: #777B44 RGB: (119,123,68)

Color info

#777B44 contains red, green and blue colors in about the same proportion. Web safe color of #777B44 is #666633 (or #663).

RGB color model

#777B44 color RGB value is (119,123,68).

RGB: (119,123,68) (47%, 48%, 27%)

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 68 of 255 = 27%

119
123
68

R + G + B ~ 41%. #777B44 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 123 + 68 = 310 (100%)
R 119 of 310 ~ 38.39%
G 123 of 310 ~ 39.68%
B 68 of 310 ~ 21.94'%

%38.39
%39.68
%21.94

CMYK color model

#777B44 color CMYK value is (3,0,45,52).

  • cyan value is 3.25%
  • magenta value is 0.00%
  • yellow value is 44.72%
  • key color value is 51.76%

CMYK: (3,0,45,52)
C3M0Y45K52 (3%, 0%, 45%, 52%)
(0.03 / 0.00 / 0.45 / 0.52)

CMYK percentages

%3.25
%0
%44.72
%51.76

Codes

Color #777B44 in popluar color models

77 7B 44
RGB 119 123 68
HSL 64° 28.80% 37.45%
HSB/HSV 64° 44.72% 48.24%
CMYK 3.25% 0.00% 44.72%
51.76%

Color #777B44 in popluar number systems.

HEX 77 7B 44
Decimal 119 123 68
Binary 1110111 1111011 1000100
Octal 167 173 104

Shades and tints

Shades of #777B44

#777B44
(119,123,68)
#6D703E
(109,112,62)
#636538
(99,101,56)
#595A32
(89,90,50)
#4F4F2C
(79,79,44)
#454426
(69,68,38)
#3B3920
(59,57,32)
#312E1A
(49,46,26)
#272314
(39,35,20)
#1D180E
(29,24,14)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #777B44

#777B44
(119,123,68)
#838755
(131,135,85)
#8F9366
(143,147,102)
#9B9F77
(155,159,119)
#A7AB88
(167,171,136)
#B3B799
(179,183,153)
#BFC3AA
(191,195,170)
#CBCFBB
(203,207,187)
#D7DBCC
(215,219,204)
#E3E7DD
(227,231,221)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777B44 color. Also use rgb(119,123,68) instead hex code.

Text Font Color

.myTextColor { color: #777B44; }

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

This text font color is #777B44.

Background Color

.myBgColor { background-color: #777B44; }

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

This div background color is #777B44.

Border color

.myBorderColor { border: 1px solid #777B44; }

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

This div border color is #777B44.

Opacity

.myOpacity80 { color: #777B44; opacity: 0.8; }

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

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

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

This text has shadow with #777B44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777B44.

Preview

Color preview on black background

This text has color #777B44 on black background.


Color preview on white background

This text has color #777B44 on white background.


Black color preview on #777B44 background

This text has black color on #777B44 background.


White color preview on #777B44 background

This text has white color on #777B44 background.


Related colors

Complementary color

Complementary color for #hex is #8884BB.


I love getcolorcode.com

Triadic colors

1 #44777B and #7B4477 with #777B44 are triadic colors.

2 #447B77 and #7B7744 with #777B44 are triadic colors.