COLOR #775B66

HEX: #775B66
RGB: (119,91,102)

Color info

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

RGB color model

#775B66 color RGB value is (119,91,102).

  • red value is 119;
  • green value is 91;
  • blue value is 102.
RGB:
(119,91,102)
(47%,36%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 91 of 255 = 36%
B 102 of 255 = 40%

119
91
102

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

Portions of RGB colors in percentages

R + G + B =
119 + 91 + 102 = 312 (100%)
R 119 of 312 ~ 38.14%
G 91 of 312 ~ 29.17%
B 102 of 312 ~ 32.69%

%38.14
%29.17
%32.69

CMYK color model

#775B66 color CMYK value is (0,24,14,53).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 14.29%
  • key color value is 53.33%
CMYK:
(0,24,14,53)
C0M24Y14K53 
(0%,24%,14%,53%)
(0.00/0.24/0.14/0.53)	

CMYK percentages

%0
%23.53
%14.29
%53.33

Codes

Color #775B66 in popluar color models

775B66
RGB11991102
HSL336°13.33%41.18%
HSB/HSV336°23.53%46.67%
CMYK0.00%23.53%14.29%
53.33%

Color #775B66 in popluar number systems.

HEX775B66
Decimal11991102
Binary111011110110111100110
Octal167133146

Shades and tints

Shades of #775B66

#775B66
(119,91,102)
#6D535D
(109,83,93)
#634B54
(99,75,84)
#59434B
(89,67,75)
#4F3B42
(79,59,66)
#453339
(69,51,57)
#3B2B30
(59,43,48)
#312327
(49,35,39)
#271B1E
(39,27,30)
#1D1315
(29,19,21)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #775B66

#775B66
(119,91,102)
#836973
(131,105,115)
#8F7780
(143,119,128)
#9B858D
(155,133,141)
#A7939A
(167,147,154)
#B3A1A7
(179,161,167)
#BFAFB4
(191,175,180)
#CBBDC1
(203,189,193)
#D7CBCE
(215,203,206)
#E3D9DB
(227,217,219)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775B66 color. Also use rgb(119,91,102) instead hex code.

Text Font Color

.myTextColor { color: #775B66; }

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

This text font color is #775B66.


Background Color

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

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

This div background color is #775B66.


Border color

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

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

This div border color is #775B66.


Opacity

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

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

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

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

This text has shadow with #775B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775B66 on black background.


Color preview on white background

This text has color #775B66 on white background.



Black color preview on #775B66 background

This text has black color on #775B66 background.


White color preview on #775B66 background

This text has white color on #775B66 background.