COLOR #775750

HEX: #775750
RGB: (119,87,80)

Color info

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

RGB color model

#775750 color RGB value is (119,87,80).

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

RGB channels and saturation

R 119 of 255 = 47%
G 87 of 255 = 34%
B 80 of 255 = 31%

119
87
80

R + G + B ~ 37%. #775750 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 87 + 80 = 286 (100%)
R 119 of 286 ~ 41.61%
G 87 of 286 ~ 30.42%
B 80 of 286 ~ 27.97%

%41.61
%30.42
%27.97

CMYK color model

#775750 color CMYK value is (0,27,33,53).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 32.77%
  • key color value is 53.33%
CMYK:
(0,27,33,53)
C0M27Y33K53 
(0%,27%,33%,53%)
(0.00/0.27/0.33/0.53)	

CMYK percentages

%0
%26.89
%32.77
%53.33

Codes

Color #775750 in popluar color models

775750
RGB1198780
HSL11°19.60%39.02%
HSB/HSV11°32.77%46.67%
CMYK0.00%26.89%32.77%
53.33%

Color #775750 in popluar number systems.

HEX775750
Decimal1198780
Binary111011110101111010000
Octal167127120

Shades and tints

Shades of #775750

#775750
(119,87,80)
#6D5049
(109,80,73)
#634942
(99,73,66)
#59423B
(89,66,59)
#4F3B34
(79,59,52)
#45342D
(69,52,45)
#3B2D26
(59,45,38)
#31261F
(49,38,31)
#271F18
(39,31,24)
#1D1811
(29,24,17)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #775750

#775750
(119,87,80)
#83665F
(131,102,95)
#8F756E
(143,117,110)
#9B847D
(155,132,125)
#A7938C
(167,147,140)
#B3A29B
(179,162,155)
#BFB1AA
(191,177,170)
#CBC0B9
(203,192,185)
#D7CFC8
(215,207,200)
#E3DED7
(227,222,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775750; }

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

This text font color is #775750.


Background Color

.myBgColor { background-color: #775750; }

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

This div background color is #775750.


Border color

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

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

This div border color is #775750.


Opacity

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

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

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

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

This text has shadow with #775750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775750 on black background.


Color preview on white background

This text has color #775750 on white background.



Black color preview on #775750 background

This text has black color on #775750 background.


White color preview on #775750 background

This text has white color on #775750 background.