COLOR #775B6C

HEX: #775B6C
RGB: (119,91,108)

Color info

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

RGB color model

#775B6C color RGB value is (119,91,108).

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

RGB channels and saturation

R 119 of 255 = 47%
G 91 of 255 = 36%
B 108 of 255 = 42%

119
91
108

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

Portions of RGB colors in percentages

R + G + B =
119 + 91 + 108 = 318 (100%)
R 119 of 318 ~ 37.42%
G 91 of 318 ~ 28.62%
B 108 of 318 ~ 33.96%

%37.42
%28.62
%33.96

CMYK color model

#775B6C color CMYK value is (0,24,9,53).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK:
(0,24,9,53)
C0M24Y9K53 
(0%,24%,9%,53%)
(0.00/0.24/0.09/0.53)	

CMYK percentages

%0
%23.53
%9.24
%53.33

Codes

Color #775B6C in popluar color models

775B6C
RGB11991108
HSL324°13.33%41.18%
HSB/HSV324°23.53%46.67%
CMYK0.00%23.53%9.24%
53.33%

Color #775B6C in popluar number systems.

HEX775B6C
Decimal11991108
Binary111011110110111101100
Octal167133154

Shades and tints

Shades of #775B6C

#775B6C
(119,91,108)
#6D5363
(109,83,99)
#634B5A
(99,75,90)
#594351
(89,67,81)
#4F3B48
(79,59,72)
#45333F
(69,51,63)
#3B2B36
(59,43,54)
#31232D
(49,35,45)
#271B24
(39,27,36)
#1D131B
(29,19,27)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #775B6C

#775B6C
(119,91,108)
#836979
(131,105,121)
#8F7786
(143,119,134)
#9B8593
(155,133,147)
#A793A0
(167,147,160)
#B3A1AD
(179,161,173)
#BFAFBA
(191,175,186)
#CBBDC7
(203,189,199)
#D7CBD4
(215,203,212)
#E3D9E1
(227,217,225)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775B6C; }

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

This text font color is #775B6C.


Background Color

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

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

This div background color is #775B6C.


Border color

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

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

This div border color is #775B6C.


Opacity

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

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

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

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

This text has shadow with #775B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775B6C on black background.


Color preview on white background

This text has color #775B6C on white background.



Black color preview on #775B6C background

This text has black color on #775B6C background.


White color preview on #775B6C background

This text has white color on #775B6C background.