COLOR #777F4B

HEX: #777F4B
RGB: (119,127,75)

Color info

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

RGB color model

#777F4B color RGB value is (119,127,75).

  • red value is 119;
  • green value is 127;
  • blue value is 75.
RGB:
(119,127,75)
(47%,50%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 75 of 255 = 29%

119
127
75

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 75 = 321 (100%)
R 119 of 321 ~ 37.07%
G 127 of 321 ~ 39.56%
B 75 of 321 ~ 23.36%

%37.07
%39.56
%23.36

CMYK color model

#777F4B color CMYK value is (6,0,41,50).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 50.20%
CMYK:
(6,0,41,50)
C6M0Y41K50 
(6%,0%,41%,50%)
(0.06/0.00/0.41/0.50)	

CMYK percentages

%6.3
%0
%40.94
%50.2

Codes

Color #777F4B in popluar color models

777F4B
RGB11912775
HSL69°25.74%39.61%
HSB/HSV69°40.94%49.80%
CMYK6.30%0.00%40.94%
50.20%

Color #777F4B in popluar number systems.

HEX777F4B
Decimal11912775
Binary111011111111111001011
Octal167177113

Shades and tints

Shades of #777F4B

#777F4B
(119,127,75)
#6D7445
(109,116,69)
#63693F
(99,105,63)
#595E39
(89,94,57)
#4F5333
(79,83,51)
#45482D
(69,72,45)
#3B3D27
(59,61,39)
#313221
(49,50,33)
#27271B
(39,39,27)
#1D1C15
(29,28,21)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #777F4B

#777F4B
(119,127,75)
#838A5B
(131,138,91)
#8F956B
(143,149,107)
#9BA07B
(155,160,123)
#A7AB8B
(167,171,139)
#B3B69B
(179,182,155)
#BFC1AB
(191,193,171)
#CBCCBB
(203,204,187)
#D7D7CB
(215,215,203)
#E3E2DB
(227,226,219)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777F4B color. Also use rgb(119,127,75) instead hex code.

Text Font Color

.myTextColor { color: #777F4B; }

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

This text font color is #777F4B.


Background Color

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

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

This div background color is #777F4B.


Border color

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

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

This div border color is #777F4B.


Opacity

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

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

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

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

This text has shadow with #777F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777F4B on black background.


Color preview on white background

This text has color #777F4B on white background.



Black color preview on #777F4B background

This text has black color on #777F4B background.


White color preview on #777F4B background

This text has white color on #777F4B background.