COLOR #775E6A

HEX: #775E6A
RGB: (119,94,106)

Color info

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

RGB color model

#775E6A color RGB value is (119,94,106).

  • red value is 119;
  • green value is 94;
  • blue value is 106.
RGB:
(119,94,106)
(47%,37%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 106 of 255 = 42%

119
94
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 106 = 319 (100%)
R 119 of 319 ~ 37.3%
G 94 of 319 ~ 29.47%
B 106 of 319 ~ 33.23%

%37.3
%29.47
%33.23

CMYK color model

#775E6A color CMYK value is (0,21,11,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,21,11,53)
C0M21Y11K53 
(0%,21%,11%,53%)
(0.00/0.21/0.11/0.53)	

CMYK percentages

%0
%21.01
%10.92
%53.33

Codes

Color #775E6A in popluar color models

775E6A
RGB11994106
HSL331°11.74%41.76%
HSB/HSV331°21.01%46.67%
CMYK0.00%21.01%10.92%
53.33%

Color #775E6A in popluar number systems.

HEX775E6A
Decimal11994106
Binary111011110111101101010
Octal167136152

Shades and tints

Shades of #775E6A

#775E6A
(119,94,106)
#6D5661
(109,86,97)
#634E58
(99,78,88)
#59464F
(89,70,79)
#4F3E46
(79,62,70)
#45363D
(69,54,61)
#3B2E34
(59,46,52)
#31262B
(49,38,43)
#271E22
(39,30,34)
#1D1619
(29,22,25)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #775E6A

#775E6A
(119,94,106)
#836C77
(131,108,119)
#8F7A84
(143,122,132)
#9B8891
(155,136,145)
#A7969E
(167,150,158)
#B3A4AB
(179,164,171)
#BFB2B8
(191,178,184)
#CBC0C5
(203,192,197)
#D7CED2
(215,206,210)
#E3DCDF
(227,220,223)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775E6A color. Also use rgb(119,94,106) instead hex code.

Text Font Color

.myTextColor { color: #775E6A; }

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

This text font color is #775E6A.


Background Color

.myBgColor { background-color: #775E6A; }

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

This div background color is #775E6A.


Border color

.myBorderColor { border: 1px solid #775E6A; }

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

This div border color is #775E6A.


Opacity

.myOpacity80 { color: #775E6A; opacity: 0.8; }

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

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

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

This text has shadow with #775E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775E6A on black background.


Color preview on white background

This text has color #775E6A on white background.



Black color preview on #775E6A background

This text has black color on #775E6A background.


White color preview on #775E6A background

This text has white color on #775E6A background.