COLOR #775641

HEX: #775641
RGB: (119,86,65)

Color info

#775641 contains red, green and blue colors in about the same proportion. Web safe color of #775641 is #666633 (or #663).

RGB color model

#775641 color RGB value is (119,86,65).

  • red value is 119;
  • green value is 86;
  • blue value is 65.
RGB:
(119,86,65)
(47%,34%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 65 of 255 = 25%

119
86
65

R + G + B ~ 35%. #775641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 65 = 270 (100%)
R 119 of 270 ~ 44.07%
G 86 of 270 ~ 31.85%
B 65 of 270 ~ 24.07%

%44.07
%31.85
%24.07

CMYK color model

#775641 color CMYK value is (0,28,45,53).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 45.38%
  • key color value is 53.33%
CMYK:
(0,28,45,53)
C0M28Y45K53 
(0%,28%,45%,53%)
(0.00/0.28/0.45/0.53)	

CMYK percentages

%0
%27.73
%45.38
%53.33

Codes

Color #775641 in popluar color models

775641
RGB1198665
HSL23°29.35%36.08%
HSB/HSV23°45.38%46.67%
CMYK0.00%27.73%45.38%
53.33%

Color #775641 in popluar number systems.

HEX775641
Decimal1198665
Binary111011110101101000001
Octal167126101

Shades and tints

Shades of #775641

#775641
(119,86,65)
#6D4F3C
(109,79,60)
#634837
(99,72,55)
#594132
(89,65,50)
#4F3A2D
(79,58,45)
#453328
(69,51,40)
#3B2C23
(59,44,35)
#31251E
(49,37,30)
#271E19
(39,30,25)
#1D1714
(29,23,20)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #775641

#775641
(119,86,65)
#836552
(131,101,82)
#8F7463
(143,116,99)
#9B8374
(155,131,116)
#A79285
(167,146,133)
#B3A196
(179,161,150)
#BFB0A7
(191,176,167)
#CBBFB8
(203,191,184)
#D7CEC9
(215,206,201)
#E3DDDA
(227,221,218)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775641 color. Also use rgb(119,86,65) instead hex code.

Text Font Color

.myTextColor { color: #775641; }

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

This text font color is #775641.


Background Color

.myBgColor { background-color: #775641; }

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

This div background color is #775641.


Border color

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

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

This div border color is #775641.


Opacity

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

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

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

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

This text has shadow with #775641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775641 on black background.


Color preview on white background

This text has color #775641 on white background.



Black color preview on #775641 background

This text has black color on #775641 background.


White color preview on #775641 background

This text has white color on #775641 background.