COLOR #775A61

HEX: #775A61
RGB: (119,90,97)

Color info

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

RGB color model

#775A61 color RGB value is (119,90,97).

  • red value is 119;
  • green value is 90;
  • blue value is 97.
RGB:
(119,90,97)
(47%,35%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 97 of 255 = 38%

119
90
97

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

Portions of RGB colors in percentages

R + G + B =
119 + 90 + 97 = 306 (100%)
R 119 of 306 ~ 38.89%
G 90 of 306 ~ 29.41%
B 97 of 306 ~ 31.7%

%38.89
%29.41
%31.7

CMYK color model

#775A61 color CMYK value is (0,24,18,53).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 18.49%
  • key color value is 53.33%
CMYK:
(0,24,18,53)
C0M24Y18K53 
(0%,24%,18%,53%)
(0.00/0.24/0.18/0.53)	

CMYK percentages

%0
%24.37
%18.49
%53.33

Codes

Color #775A61 in popluar color models

775A61
RGB1199097
HSL346°13.88%40.98%
HSB/HSV346°24.37%46.67%
CMYK0.00%24.37%18.49%
53.33%

Color #775A61 in popluar number systems.

HEX775A61
Decimal1199097
Binary111011110110101100001
Octal167132141

Shades and tints

Shades of #775A61

#775A61
(119,90,97)
#6D5259
(109,82,89)
#634A51
(99,74,81)
#594249
(89,66,73)
#4F3A41
(79,58,65)
#453239
(69,50,57)
#3B2A31
(59,42,49)
#312229
(49,34,41)
#271A21
(39,26,33)
#1D1219
(29,18,25)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #775A61

#775A61
(119,90,97)
#83696F
(131,105,111)
#8F787D
(143,120,125)
#9B878B
(155,135,139)
#A79699
(167,150,153)
#B3A5A7
(179,165,167)
#BFB4B5
(191,180,181)
#CBC3C3
(203,195,195)
#D7D2D1
(215,210,209)
#E3E1DF
(227,225,223)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775A61 color. Also use rgb(119,90,97) instead hex code.

Text Font Color

.myTextColor { color: #775A61; }

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

This text font color is #775A61.


Background Color

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

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

This div background color is #775A61.


Border color

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

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

This div border color is #775A61.


Opacity

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

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

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

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

This text has shadow with #775A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775A61 on black background.


Color preview on white background

This text has color #775A61 on white background.



Black color preview on #775A61 background

This text has black color on #775A61 background.


White color preview on #775A61 background

This text has white color on #775A61 background.