COLOR #775C6E

HEX: #775C6E
RGB: (119,92,110)

Color info

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

RGB color model

#775C6E color RGB value is (119,92,110).

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

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 110 of 255 = 43%

119
92
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 110 = 321 (100%)
R 119 of 321 ~ 37.07%
G 92 of 321 ~ 28.66%
B 110 of 321 ~ 34.27%

%37.07
%28.66
%34.27

CMYK color model

#775C6E color CMYK value is (0,23,8,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(0,23,8,53)
C0M23Y8K53 
(0%,23%,8%,53%)
(0.00/0.23/0.08/0.53)	

CMYK percentages

%0
%22.69
%7.56
%53.33

Codes

Color #775C6E in popluar color models

775C6E
RGB11992110
HSL320°12.80%41.37%
HSB/HSV320°22.69%46.67%
CMYK0.00%22.69%7.56%
53.33%

Color #775C6E in popluar number systems.

HEX775C6E
Decimal11992110
Binary111011110111001101110
Octal167134156

Shades and tints

Shades of #775C6E

#775C6E
(119,92,110)
#6D5464
(109,84,100)
#634C5A
(99,76,90)
#594450
(89,68,80)
#4F3C46
(79,60,70)
#45343C
(69,52,60)
#3B2C32
(59,44,50)
#312428
(49,36,40)
#271C1E
(39,28,30)
#1D1414
(29,20,20)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #775C6E

#775C6E
(119,92,110)
#836A7B
(131,106,123)
#8F7888
(143,120,136)
#9B8695
(155,134,149)
#A794A2
(167,148,162)
#B3A2AF
(179,162,175)
#BFB0BC
(191,176,188)
#CBBEC9
(203,190,201)
#D7CCD6
(215,204,214)
#E3DAE3
(227,218,227)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C6E; }

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

This text font color is #775C6E.


Background Color

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

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

This div background color is #775C6E.


Border color

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

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

This div border color is #775C6E.


Opacity

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

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

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

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

This text has shadow with #775C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C6E on black background.


Color preview on white background

This text has color #775C6E on white background.



Black color preview on #775C6E background

This text has black color on #775C6E background.


White color preview on #775C6E background

This text has white color on #775C6E background.