COLOR #775C65

HEX: #775C65
RGB: (119,92,101)

Color info

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

RGB color model

#775C65 color RGB value is (119,92,101).

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

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 101 of 255 = 40%

119
92
101

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 101 = 312 (100%)
R 119 of 312 ~ 38.14%
G 92 of 312 ~ 29.49%
B 101 of 312 ~ 32.37%

%38.14
%29.49
%32.37

CMYK color model

#775C65 color CMYK value is (0,23,15,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(0,23,15,53)
C0M23Y15K53 
(0%,23%,15%,53%)
(0.00/0.23/0.15/0.53)	

CMYK percentages

%0
%22.69
%15.13
%53.33

Codes

Color #775C65 in popluar color models

775C65
RGB11992101
HSL340°12.80%41.37%
HSB/HSV340°22.69%46.67%
CMYK0.00%22.69%15.13%
53.33%

Color #775C65 in popluar number systems.

HEX775C65
Decimal11992101
Binary111011110111001100101
Octal167134145

Shades and tints

Shades of #775C65

#775C65
(119,92,101)
#6D545C
(109,84,92)
#634C53
(99,76,83)
#59444A
(89,68,74)
#4F3C41
(79,60,65)
#453438
(69,52,56)
#3B2C2F
(59,44,47)
#312426
(49,36,38)
#271C1D
(39,28,29)
#1D1414
(29,20,20)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #775C65

#775C65
(119,92,101)
#836A73
(131,106,115)
#8F7881
(143,120,129)
#9B868F
(155,134,143)
#A7949D
(167,148,157)
#B3A2AB
(179,162,171)
#BFB0B9
(191,176,185)
#CBBEC7
(203,190,199)
#D7CCD5
(215,204,213)
#E3DAE3
(227,218,227)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C65; }

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

This text font color is #775C65.


Background Color

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

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

This div background color is #775C65.


Border color

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

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

This div border color is #775C65.


Opacity

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

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

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

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

This text has shadow with #775C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C65 on black background.


Color preview on white background

This text has color #775C65 on white background.



Black color preview on #775C65 background

This text has black color on #775C65 background.


White color preview on #775C65 background

This text has white color on #775C65 background.