COLOR #775C6B

HEX: #775C6B
RGB: (119,92,107)

Color info

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

RGB color model

#775C6B color RGB value is (119,92,107).

  • red value is 119;
  • green value is 92;
  • blue value is 107.
RGB:
(119,92,107)
(47%,36%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 107 of 255 = 42%

119
92
107

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 107 = 318 (100%)
R 119 of 318 ~ 37.42%
G 92 of 318 ~ 28.93%
B 107 of 318 ~ 33.65%

%37.42
%28.93
%33.65

CMYK color model

#775C6B color CMYK value is (0,23,10,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(0,23,10,53)
C0M23Y10K53 
(0%,23%,10%,53%)
(0.00/0.23/0.10/0.53)	

CMYK percentages

%0
%22.69
%10.08
%53.33

Codes

Color #775C6B in popluar color models

775C6B
RGB11992107
HSL327°12.80%41.37%
HSB/HSV327°22.69%46.67%
CMYK0.00%22.69%10.08%
53.33%

Color #775C6B in popluar number systems.

HEX775C6B
Decimal11992107
Binary111011110111001101011
Octal167134153

Shades and tints

Shades of #775C6B

#775C6B
(119,92,107)
#6D5462
(109,84,98)
#634C59
(99,76,89)
#594450
(89,68,80)
#4F3C47
(79,60,71)
#45343E
(69,52,62)
#3B2C35
(59,44,53)
#31242C
(49,36,44)
#271C23
(39,28,35)
#1D141A
(29,20,26)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #775C6B

#775C6B
(119,92,107)
#836A78
(131,106,120)
#8F7885
(143,120,133)
#9B8692
(155,134,146)
#A7949F
(167,148,159)
#B3A2AC
(179,162,172)
#BFB0B9
(191,176,185)
#CBBEC6
(203,190,198)
#D7CCD3
(215,204,211)
#E3DAE0
(227,218,224)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775C6B color. Also use rgb(119,92,107) instead hex code.

Text Font Color

.myTextColor { color: #775C6B; }

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

This text font color is #775C6B.


Background Color

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

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

This div background color is #775C6B.


Border color

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

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

This div border color is #775C6B.


Opacity

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

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

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

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

This text has shadow with #775C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C6B on black background.


Color preview on white background

This text has color #775C6B on white background.



Black color preview on #775C6B background

This text has black color on #775C6B background.


White color preview on #775C6B background

This text has white color on #775C6B background.