COLOR #776058

HEX: #776058
RGB: (119,96,88)

Color info

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

RGB color model

#776058 color RGB value is (119,96,88).

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

RGB channels and saturation

R 119 of 255 = 47%
G 96 of 255 = 38%
B 88 of 255 = 35%

119
96
88

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

Portions of RGB colors in percentages

R + G + B =
119 + 96 + 88 = 303 (100%)
R 119 of 303 ~ 39.27%
G 96 of 303 ~ 31.68%
B 88 of 303 ~ 29.04%

%39.27
%31.68
%29.04

CMYK color model

#776058 color CMYK value is (0,19,26,53).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 26.05%
  • key color value is 53.33%
CMYK:
(0,19,26,53)
C0M19Y26K53 
(0%,19%,26%,53%)
(0.00/0.19/0.26/0.53)	

CMYK percentages

%0
%19.33
%26.05
%53.33

Codes

Color #776058 in popluar color models

776058
RGB1199688
HSL15°14.98%40.59%
HSB/HSV15°26.05%46.67%
CMYK0.00%19.33%26.05%
53.33%

Color #776058 in popluar number systems.

HEX776058
Decimal1199688
Binary111011111000001011000
Octal167140130

Shades and tints

Shades of #776058

#776058
(119,96,88)
#6D5850
(109,88,80)
#635048
(99,80,72)
#594840
(89,72,64)
#4F4038
(79,64,56)
#453830
(69,56,48)
#3B3028
(59,48,40)
#312820
(49,40,32)
#272018
(39,32,24)
#1D1810
(29,24,16)
#131008
(19,16,8)
#000000
(0,0,0)

Tints of #776058

#776058
(119,96,88)
#836E67
(131,110,103)
#8F7C76
(143,124,118)
#9B8A85
(155,138,133)
#A79894
(167,152,148)
#B3A6A3
(179,166,163)
#BFB4B2
(191,180,178)
#CBC2C1
(203,194,193)
#D7D0D0
(215,208,208)
#E3DEDF
(227,222,223)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776058; }

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

This text font color is #776058.


Background Color

.myBgColor { background-color: #776058; }

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

This div background color is #776058.


Border color

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

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

This div border color is #776058.


Opacity

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

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

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

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

This text has shadow with #776058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776058 on black background.


Color preview on white background

This text has color #776058 on white background.



Black color preview on #776058 background

This text has black color on #776058 background.


White color preview on #776058 background

This text has white color on #776058 background.