COLOR #775755

HEX: #775755
RGB: (119,87,85)

Color info

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

RGB color model

#775755 color RGB value is (119,87,85).

  • red value is 119;
  • green value is 87;
  • blue value is 85.
RGB:
(119,87,85)
(47%,34%,33%)

RGB channels and saturation

R 119 of 255 = 47%
G 87 of 255 = 34%
B 85 of 255 = 33%

119
87
85

R + G + B ~ 38%. #775755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 87 + 85 = 291 (100%)
R 119 of 291 ~ 40.89%
G 87 of 291 ~ 29.9%
B 85 of 291 ~ 29.21%

%40.89
%29.9
%29.21

CMYK color model

#775755 color CMYK value is (0,27,29,53).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK:
(0,27,29,53)
C0M27Y29K53 
(0%,27%,29%,53%)
(0.00/0.27/0.29/0.53)	

CMYK percentages

%0
%26.89
%28.57
%53.33

Codes

Color #775755 in popluar color models

775755
RGB1198785
HSL16.67%40.00%
HSB/HSV28.57%46.67%
CMYK0.00%26.89%28.57%
53.33%

Color #775755 in popluar number systems.

HEX775755
Decimal1198785
Binary111011110101111010101
Octal167127125

Shades and tints

Shades of #775755

#775755
(119,87,85)
#6D504E
(109,80,78)
#634947
(99,73,71)
#594240
(89,66,64)
#4F3B39
(79,59,57)
#453432
(69,52,50)
#3B2D2B
(59,45,43)
#312624
(49,38,36)
#271F1D
(39,31,29)
#1D1816
(29,24,22)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #775755

#775755
(119,87,85)
#836664
(131,102,100)
#8F7573
(143,117,115)
#9B8482
(155,132,130)
#A79391
(167,147,145)
#B3A2A0
(179,162,160)
#BFB1AF
(191,177,175)
#CBC0BE
(203,192,190)
#D7CFCD
(215,207,205)
#E3DEDC
(227,222,220)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775755 color. Also use rgb(119,87,85) instead hex code.

Text Font Color

.myTextColor { color: #775755; }

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

This text font color is #775755.


Background Color

.myBgColor { background-color: #775755; }

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

This div background color is #775755.


Border color

.myBorderColor { border: 1px solid #775755; }

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

This div border color is #775755.


Opacity

.myOpacity80 { color: #775755; opacity: 0.8; }

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

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

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

This text has shadow with #775755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775755 on black background.


Color preview on white background

This text has color #775755 on white background.



Black color preview on #775755 background

This text has black color on #775755 background.


White color preview on #775755 background

This text has white color on #775755 background.