COLOR #775F39

HEX: #775F39
RGB: (119,95,57)

Color info

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

RGB color model

#775F39 color RGB value is (119,95,57).

  • red value is 119;
  • green value is 95;
  • blue value is 57.
RGB:
(119,95,57)
(47%,37%,22%)

RGB channels and saturation

R 119 of 255 = 47%
G 95 of 255 = 37%
B 57 of 255 = 22%

119
95
57

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

Portions of RGB colors in percentages

R + G + B =
119 + 95 + 57 = 271 (100%)
R 119 of 271 ~ 43.91%
G 95 of 271 ~ 35.06%
B 57 of 271 ~ 21.03%

%43.91
%35.06
%21.03

CMYK color model

#775F39 color CMYK value is (0,20,52,53).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 52.10%
  • key color value is 53.33%
CMYK:
(0,20,52,53)
C0M20Y52K53 
(0%,20%,52%,53%)
(0.00/0.20/0.52/0.53)	

CMYK percentages

%0
%20.17
%52.1
%53.33

Codes

Color #775F39 in popluar color models

775F39
RGB1199557
HSL37°35.23%34.51%
HSB/HSV37°52.10%46.67%
CMYK0.00%20.17%52.10%
53.33%

Color #775F39 in popluar number systems.

HEX775F39
Decimal1199557
Binary11101111011111111001
Octal16713771

Shades and tints

Shades of #775F39

#775F39
(119,95,57)
#6D5734
(109,87,52)
#634F2F
(99,79,47)
#59472A
(89,71,42)
#4F3F25
(79,63,37)
#453720
(69,55,32)
#3B2F1B
(59,47,27)
#312716
(49,39,22)
#271F11
(39,31,17)
#1D170C
(29,23,12)
#130F07
(19,15,7)
#000000
(0,0,0)

Tints of #775F39

#775F39
(119,95,57)
#836D4B
(131,109,75)
#8F7B5D
(143,123,93)
#9B896F
(155,137,111)
#A79781
(167,151,129)
#B3A593
(179,165,147)
#BFB3A5
(191,179,165)
#CBC1B7
(203,193,183)
#D7CFC9
(215,207,201)
#E3DDDB
(227,221,219)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775F39 color. Also use rgb(119,95,57) instead hex code.

Text Font Color

.myTextColor { color: #775F39; }

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

This text font color is #775F39.


Background Color

.myBgColor { background-color: #775F39; }

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

This div background color is #775F39.


Border color

.myBorderColor { border: 1px solid #775F39; }

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

This div border color is #775F39.


Opacity

.myOpacity80 { color: #775F39; opacity: 0.8; }

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

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

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

This text has shadow with #775F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775F39 on black background.


Color preview on white background

This text has color #775F39 on white background.



Black color preview on #775F39 background

This text has black color on #775F39 background.


White color preview on #775F39 background

This text has white color on #775F39 background.