COLOR #775339

HEX: #775339
RGB: (119,83,57)

Color info

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

RGB color model

#775339 color RGB value is (119,83,57).

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

RGB channels and saturation

R 119 of 255 = 47%
G 83 of 255 = 33%
B 57 of 255 = 22%

119
83
57

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

Portions of RGB colors in percentages

R + G + B =
119 + 83 + 57 = 259 (100%)
R 119 of 259 ~ 45.95%
G 83 of 259 ~ 32.05%
B 57 of 259 ~ 22.01%

%45.95
%32.05
%22.01

CMYK color model

#775339 color CMYK value is (0,30,52,53).

  • cyan value is 0.00%
  • magenta value is 30.25%
  • yellow value is 52.10%
  • key color value is 53.33%
CMYK:
(0,30,52,53)
C0M30Y52K53 
(0%,30%,52%,53%)
(0.00/0.30/0.52/0.53)	

CMYK percentages

%0
%30.25
%52.1
%53.33

Codes

Color #775339 in popluar color models

775339
RGB1198357
HSL25°35.23%34.51%
HSB/HSV25°52.10%46.67%
CMYK0.00%30.25%52.10%
53.33%

Color #775339 in popluar number systems.

HEX775339
Decimal1198357
Binary11101111010011111001
Octal16712371

Shades and tints

Shades of #775339

#775339
(119,83,57)
#6D4C34
(109,76,52)
#63452F
(99,69,47)
#593E2A
(89,62,42)
#4F3725
(79,55,37)
#453020
(69,48,32)
#3B291B
(59,41,27)
#312216
(49,34,22)
#271B11
(39,27,17)
#1D140C
(29,20,12)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #775339

#775339
(119,83,57)
#83624B
(131,98,75)
#8F715D
(143,113,93)
#9B806F
(155,128,111)
#A78F81
(167,143,129)
#B39E93
(179,158,147)
#BFADA5
(191,173,165)
#CBBCB7
(203,188,183)
#D7CBC9
(215,203,201)
#E3DADB
(227,218,219)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775339; }

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

This text font color is #775339.


Background Color

.myBgColor { background-color: #775339; }

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

This div background color is #775339.


Border color

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

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

This div border color is #775339.


Opacity

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

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

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

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

This text has shadow with #775339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775339 on black background.


Color preview on white background

This text has color #775339 on white background.



Black color preview on #775339 background

This text has black color on #775339 background.


White color preview on #775339 background

This text has white color on #775339 background.