COLOR #775150

HEX: #775150
RGB: (119,81,80)

Color info

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

RGB color model

#775150 color RGB value is (119,81,80).

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

RGB channels and saturation

R 119 of 255 = 47%
G 81 of 255 = 32%
B 80 of 255 = 31%

119
81
80

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

Portions of RGB colors in percentages

R + G + B =
119 + 81 + 80 = 280 (100%)
R 119 of 280 ~ 42.5%
G 81 of 280 ~ 28.93%
B 80 of 280 ~ 28.57%

%42.5
%28.93
%28.57

CMYK color model

#775150 color CMYK value is (0,32,33,53).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 32.77%
  • key color value is 53.33%
CMYK:
(0,32,33,53)
C0M32Y33K53 
(0%,32%,33%,53%)
(0.00/0.32/0.33/0.53)	

CMYK percentages

%0
%31.93
%32.77
%53.33

Codes

Color #775150 in popluar color models

775150
RGB1198180
HSL19.60%39.02%
HSB/HSV32.77%46.67%
CMYK0.00%31.93%32.77%
53.33%

Color #775150 in popluar number systems.

HEX775150
Decimal1198180
Binary111011110100011010000
Octal167121120

Shades and tints

Shades of #775150

#775150
(119,81,80)
#6D4A49
(109,74,73)
#634342
(99,67,66)
#593C3B
(89,60,59)
#4F3534
(79,53,52)
#452E2D
(69,46,45)
#3B2726
(59,39,38)
#31201F
(49,32,31)
#271918
(39,25,24)
#1D1211
(29,18,17)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #775150

#775150
(119,81,80)
#83605F
(131,96,95)
#8F6F6E
(143,111,110)
#9B7E7D
(155,126,125)
#A78D8C
(167,141,140)
#B39C9B
(179,156,155)
#BFABAA
(191,171,170)
#CBBAB9
(203,186,185)
#D7C9C8
(215,201,200)
#E3D8D7
(227,216,215)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775150; }

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

This text font color is #775150.


Background Color

.myBgColor { background-color: #775150; }

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

This div background color is #775150.


Border color

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

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

This div border color is #775150.


Opacity

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

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

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

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

This text has shadow with #775150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775150 on black background.


Color preview on white background

This text has color #775150 on white background.



Black color preview on #775150 background

This text has black color on #775150 background.


White color preview on #775150 background

This text has white color on #775150 background.