COLOR #775C34

HEX: #775C34
RGB: (119,92,52)

Color info

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

RGB color model

#775C34 color RGB value is (119,92,52).

  • red value is 119;
  • green value is 92;
  • blue value is 52.
RGB:
(119,92,52)
(47%,36%,20%)

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 52 of 255 = 20%

119
92
52

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 52 = 263 (100%)
R 119 of 263 ~ 45.25%
G 92 of 263 ~ 34.98%
B 52 of 263 ~ 19.77%

%45.25
%34.98
%19.77

CMYK color model

#775C34 color CMYK value is (0,23,56,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 56.30%
  • key color value is 53.33%
CMYK:
(0,23,56,53)
C0M23Y56K53 
(0%,23%,56%,53%)
(0.00/0.23/0.56/0.53)	

CMYK percentages

%0
%22.69
%56.3
%53.33

Codes

Color #775C34 in popluar color models

775C34
RGB1199252
HSL36°39.18%33.53%
HSB/HSV36°56.30%46.67%
CMYK0.00%22.69%56.30%
53.33%

Color #775C34 in popluar number systems.

HEX775C34
Decimal1199252
Binary11101111011100110100
Octal16713464

Shades and tints

Shades of #775C34

#775C34
(119,92,52)
#6D5430
(109,84,48)
#634C2C
(99,76,44)
#594428
(89,68,40)
#4F3C24
(79,60,36)
#453420
(69,52,32)
#3B2C1C
(59,44,28)
#312418
(49,36,24)
#271C14
(39,28,20)
#1D1410
(29,20,16)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #775C34

#775C34
(119,92,52)
#836A46
(131,106,70)
#8F7858
(143,120,88)
#9B866A
(155,134,106)
#A7947C
(167,148,124)
#B3A28E
(179,162,142)
#BFB0A0
(191,176,160)
#CBBEB2
(203,190,178)
#D7CCC4
(215,204,196)
#E3DAD6
(227,218,214)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775C34 color. Also use rgb(119,92,52) instead hex code.

Text Font Color

.myTextColor { color: #775C34; }

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

This text font color is #775C34.


Background Color

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

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

This div background color is #775C34.


Border color

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

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

This div border color is #775C34.


Opacity

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

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

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

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

This text has shadow with #775C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C34 on black background.


Color preview on white background

This text has color #775C34 on white background.



Black color preview on #775C34 background

This text has black color on #775C34 background.


White color preview on #775C34 background

This text has white color on #775C34 background.