COLOR #777054

HEX: #777054
RGB: (119,112,84)

Color info

#777054 contains red, green and blue colors in about the same proportion. Web safe color of #777054 is #666666 (or #666).

RGB color model

#777054 color RGB value is (119,112,84).

  • red value is 119;
  • green value is 112;
  • blue value is 84.
RGB:
(119,112,84)
(47%,44%,33%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 84 of 255 = 33%

119
112
84

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 84 = 315 (100%)
R 119 of 315 ~ 37.78%
G 112 of 315 ~ 35.56%
B 84 of 315 ~ 26.67%

%37.78
%35.56
%26.67

CMYK color model

#777054 color CMYK value is (0,6,29,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(0,6,29,53)
C0M6Y29K53 
(0%,6%,29%,53%)
(0.00/0.06/0.29/0.53)	

CMYK percentages

%0
%5.88
%29.41
%53.33

Codes

Color #777054 in popluar color models

777054
RGB11911284
HSL48°17.24%39.80%
HSB/HSV48°29.41%46.67%
CMYK0.00%5.88%29.41%
53.33%

Color #777054 in popluar number systems.

HEX777054
Decimal11911284
Binary111011111100001010100
Octal167160124

Shades and tints

Shades of #777054

#777054
(119,112,84)
#6D664D
(109,102,77)
#635C46
(99,92,70)
#59523F
(89,82,63)
#4F4838
(79,72,56)
#453E31
(69,62,49)
#3B342A
(59,52,42)
#312A23
(49,42,35)
#27201C
(39,32,28)
#1D1615
(29,22,21)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #777054

#777054
(119,112,84)
#837D63
(131,125,99)
#8F8A72
(143,138,114)
#9B9781
(155,151,129)
#A7A490
(167,164,144)
#B3B19F
(179,177,159)
#BFBEAE
(191,190,174)
#CBCBBD
(203,203,189)
#D7D8CC
(215,216,204)
#E3E5DB
(227,229,219)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777054 color. Also use rgb(119,112,84) instead hex code.

Text Font Color

.myTextColor { color: #777054; }

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

This text font color is #777054.


Background Color

.myBgColor { background-color: #777054; }

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

This div background color is #777054.


Border color

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

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

This div border color is #777054.


Opacity

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

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

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

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

This text has shadow with #777054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777054 on black background.


Color preview on white background

This text has color #777054 on white background.



Black color preview on #777054 background

This text has black color on #777054 background.


White color preview on #777054 background

This text has white color on #777054 background.