COLOR #777058

HEX: #777058
RGB: (119,112,88)

Color info

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

RGB color model

#777058 color RGB value is (119,112,88).

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

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 88 of 255 = 35%

119
112
88

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 88 = 319 (100%)
R 119 of 319 ~ 37.3%
G 112 of 319 ~ 35.11%
B 88 of 319 ~ 27.59%

%37.3
%35.11
%27.59

CMYK color model

#777058 color CMYK value is (0,6,26,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 26.05%
  • key color value is 53.33%
CMYK:
(0,6,26,53)
C0M6Y26K53 
(0%,6%,26%,53%)
(0.00/0.06/0.26/0.53)	

CMYK percentages

%0
%5.88
%26.05
%53.33

Codes

Color #777058 in popluar color models

777058
RGB11911288
HSL46°14.98%40.59%
HSB/HSV46°26.05%46.67%
CMYK0.00%5.88%26.05%
53.33%

Color #777058 in popluar number systems.

HEX777058
Decimal11911288
Binary111011111100001011000
Octal167160130

Shades and tints

Shades of #777058

#777058
(119,112,88)
#6D6650
(109,102,80)
#635C48
(99,92,72)
#595240
(89,82,64)
#4F4838
(79,72,56)
#453E30
(69,62,48)
#3B3428
(59,52,40)
#312A20
(49,42,32)
#272018
(39,32,24)
#1D1610
(29,22,16)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #777058

#777058
(119,112,88)
#837D67
(131,125,103)
#8F8A76
(143,138,118)
#9B9785
(155,151,133)
#A7A494
(167,164,148)
#B3B1A3
(179,177,163)
#BFBEB2
(191,190,178)
#CBCBC1
(203,203,193)
#D7D8D0
(215,216,208)
#E3E5DF
(227,229,223)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777058; }

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

This text font color is #777058.


Background Color

.myBgColor { background-color: #777058; }

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

This div background color is #777058.


Border color

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

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

This div border color is #777058.


Opacity

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

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

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

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

This text has shadow with #777058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777058 on black background.


Color preview on white background

This text has color #777058 on white background.



Black color preview on #777058 background

This text has black color on #777058 background.


White color preview on #777058 background

This text has white color on #777058 background.