COLOR #777A48

HEX: #777A48
RGB: (119,122,72)

Color info

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

RGB color model

#777A48 color RGB value is (119,122,72).

  • red value is 119;
  • green value is 122;
  • blue value is 72.
RGB:
(119,122,72)
(47%,48%,28%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 72 of 255 = 28%

119
122
72

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 72 = 313 (100%)
R 119 of 313 ~ 38.02%
G 122 of 313 ~ 38.98%
B 72 of 313 ~ 23%

%38.02
%38.98
%23

CMYK color model

#777A48 color CMYK value is (2,0,41,52).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 52.16%
CMYK:
(2,0,41,52)
C2M0Y41K52 
(2%,0%,41%,52%)
(0.02/0.00/0.41/0.52)	

CMYK percentages

%2.46
%0
%40.98
%52.16

Codes

Color #777A48 in popluar color models

777A48
RGB11912272
HSL64°25.77%38.04%
HSB/HSV64°40.98%47.84%
CMYK2.46%0.00%40.98%
52.16%

Color #777A48 in popluar number systems.

HEX777A48
Decimal11912272
Binary111011111110101001000
Octal167172110

Shades and tints

Shades of #777A48

#777A48
(119,122,72)
#6D6F42
(109,111,66)
#63643C
(99,100,60)
#595936
(89,89,54)
#4F4E30
(79,78,48)
#45432A
(69,67,42)
#3B3824
(59,56,36)
#312D1E
(49,45,30)
#272218
(39,34,24)
#1D1712
(29,23,18)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #777A48

#777A48
(119,122,72)
#838658
(131,134,88)
#8F9268
(143,146,104)
#9B9E78
(155,158,120)
#A7AA88
(167,170,136)
#B3B698
(179,182,152)
#BFC2A8
(191,194,168)
#CBCEB8
(203,206,184)
#D7DAC8
(215,218,200)
#E3E6D8
(227,230,216)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777A48 color. Also use rgb(119,122,72) instead hex code.

Text Font Color

.myTextColor { color: #777A48; }

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

This text font color is #777A48.


Background Color

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

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

This div background color is #777A48.


Border color

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

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

This div border color is #777A48.


Opacity

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

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

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

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

This text has shadow with #777A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A48 on black background.


Color preview on white background

This text has color #777A48 on white background.



Black color preview on #777A48 background

This text has black color on #777A48 background.


White color preview on #777A48 background

This text has white color on #777A48 background.