COLOR #775951

HEX: #775951
RGB: (119,89,81)

Color info

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

RGB color model

#775951 color RGB value is (119,89,81).

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

RGB channels and saturation

R 119 of 255 = 47%
G 89 of 255 = 35%
B 81 of 255 = 32%

119
89
81

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

Portions of RGB colors in percentages

R + G + B =
119 + 89 + 81 = 289 (100%)
R 119 of 289 ~ 41.18%
G 89 of 289 ~ 30.8%
B 81 of 289 ~ 28.03%

%41.18
%30.8
%28.03

CMYK color model

#775951 color CMYK value is (0,25,32,53).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 31.93%
  • key color value is 53.33%
CMYK:
(0,25,32,53)
C0M25Y32K53 
(0%,25%,32%,53%)
(0.00/0.25/0.32/0.53)	

CMYK percentages

%0
%25.21
%31.93
%53.33

Codes

Color #775951 in popluar color models

775951
RGB1198981
HSL13°19.00%39.22%
HSB/HSV13°31.93%46.67%
CMYK0.00%25.21%31.93%
53.33%

Color #775951 in popluar number systems.

HEX775951
Decimal1198981
Binary111011110110011010001
Octal167131121

Shades and tints

Shades of #775951

#775951
(119,89,81)
#6D514A
(109,81,74)
#634943
(99,73,67)
#59413C
(89,65,60)
#4F3935
(79,57,53)
#45312E
(69,49,46)
#3B2927
(59,41,39)
#312120
(49,33,32)
#271919
(39,25,25)
#1D1112
(29,17,18)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #775951

#775951
(119,89,81)
#836860
(131,104,96)
#8F776F
(143,119,111)
#9B867E
(155,134,126)
#A7958D
(167,149,141)
#B3A49C
(179,164,156)
#BFB3AB
(191,179,171)
#CBC2BA
(203,194,186)
#D7D1C9
(215,209,201)
#E3E0D8
(227,224,216)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775951; }

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

This text font color is #775951.


Background Color

.myBgColor { background-color: #775951; }

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

This div background color is #775951.


Border color

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

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

This div border color is #775951.


Opacity

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

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

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

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

This text has shadow with #775951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775951 on black background.


Color preview on white background

This text has color #775951 on white background.



Black color preview on #775951 background

This text has black color on #775951 background.


White color preview on #775951 background

This text has white color on #775951 background.