COLOR #775851

HEX: #775851
RGB: (119,88,81)

Color info

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

RGB color model

#775851 color RGB value is (119,88,81).

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

RGB channels and saturation

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

119
88
81

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

Portions of RGB colors in percentages

R + G + B =
119 + 88 + 81 = 288 (100%)
R 119 of 288 ~ 41.32%
G 88 of 288 ~ 30.56%
B 81 of 288 ~ 28.13%

%41.32
%30.56
%28.13

CMYK color model

#775851 color CMYK value is (0,26,32,53).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 31.93%
  • key color value is 53.33%
CMYK:
(0,26,32,53)
C0M26Y32K53 
(0%,26%,32%,53%)
(0.00/0.26/0.32/0.53)	

CMYK percentages

%0
%26.05
%31.93
%53.33

Codes

Color #775851 in popluar color models

775851
RGB1198881
HSL11°19.00%39.22%
HSB/HSV11°31.93%46.67%
CMYK0.00%26.05%31.93%
53.33%

Color #775851 in popluar number systems.

HEX775851
Decimal1198881
Binary111011110110001010001
Octal167130121

Shades and tints

Shades of #775851

#775851
(119,88,81)
#6D504A
(109,80,74)
#634843
(99,72,67)
#59403C
(89,64,60)
#4F3835
(79,56,53)
#45302E
(69,48,46)
#3B2827
(59,40,39)
#312020
(49,32,32)
#271819
(39,24,25)
#1D1012
(29,16,18)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #775851

#775851
(119,88,81)
#836760
(131,103,96)
#8F766F
(143,118,111)
#9B857E
(155,133,126)
#A7948D
(167,148,141)
#B3A39C
(179,163,156)
#BFB2AB
(191,178,171)
#CBC1BA
(203,193,186)
#D7D0C9
(215,208,201)
#E3DFD8
(227,223,216)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775851; }

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

This text font color is #775851.


Background Color

.myBgColor { background-color: #775851; }

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

This div background color is #775851.


Border color

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

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

This div border color is #775851.


Opacity

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

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

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

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

This text has shadow with #775851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775851 on black background.


Color preview on white background

This text has color #775851 on white background.



Black color preview on #775851 background

This text has black color on #775851 background.


White color preview on #775851 background

This text has white color on #775851 background.