COLOR #775437

HEX: #775437
RGB: (119,84,55)

Color info

#775437 contains mainly red and green colors. Web safe color of #775437 is #666633 (or #663).

RGB color model

#775437 color RGB value is (119,84,55).

  • red value is 119;
  • green value is 84;
  • blue value is 55.
RGB:
(119,84,55)
(47%,33%,22%)

RGB channels and saturation

R 119 of 255 = 47%
G 84 of 255 = 33%
B 55 of 255 = 22%

119
84
55

R + G + B ~ 34%. #775437 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 84 + 55 = 258 (100%)
R 119 of 258 ~ 46.12%
G 84 of 258 ~ 32.56%
B 55 of 258 ~ 21.32%

%46.12
%32.56
%21.32

CMYK color model

#775437 color CMYK value is (0,29,54,53).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 53.78%
  • key color value is 53.33%
CMYK:
(0,29,54,53)
C0M29Y54K53 
(0%,29%,54%,53%)
(0.00/0.29/0.54/0.53)	

CMYK percentages

%0
%29.41
%53.78
%53.33

Codes

Color #775437 in popluar color models

775437
RGB1198455
HSL27°36.78%34.12%
HSB/HSV27°53.78%46.67%
CMYK0.00%29.41%53.78%
53.33%

Color #775437 in popluar number systems.

HEX775437
Decimal1198455
Binary11101111010100110111
Octal16712467

Shades and tints

Shades of #775437

#775437
(119,84,55)
#6D4D32
(109,77,50)
#63462D
(99,70,45)
#593F28
(89,63,40)
#4F3823
(79,56,35)
#45311E
(69,49,30)
#3B2A19
(59,42,25)
#312314
(49,35,20)
#271C0F
(39,28,15)
#1D150A
(29,21,10)
#130E05
(19,14,5)
#000000
(0,0,0)

Tints of #775437

#775437
(119,84,55)
#836349
(131,99,73)
#8F725B
(143,114,91)
#9B816D
(155,129,109)
#A7907F
(167,144,127)
#B39F91
(179,159,145)
#BFAEA3
(191,174,163)
#CBBDB5
(203,189,181)
#D7CCC7
(215,204,199)
#E3DBD9
(227,219,217)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775437 color. Also use rgb(119,84,55) instead hex code.

Text Font Color

.myTextColor { color: #775437; }

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

This text font color is #775437.


Background Color

.myBgColor { background-color: #775437; }

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

This div background color is #775437.


Border color

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

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

This div border color is #775437.


Opacity

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

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

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

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

This text has shadow with #775437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775437 on black background.


Color preview on white background

This text has color #775437 on white background.



Black color preview on #775437 background

This text has black color on #775437 background.


White color preview on #775437 background

This text has white color on #775437 background.