COLOR #775C4A

HEX: #775C4A
RGB: (119,92,74)

Color info

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

RGB color model

#775C4A color RGB value is (119,92,74).

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

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 74 of 255 = 29%

119
92
74

R + G + B ~ 37%. #775C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 74 = 285 (100%)
R 119 of 285 ~ 41.75%
G 92 of 285 ~ 32.28%
B 74 of 285 ~ 25.96%

%41.75
%32.28
%25.96

CMYK color model

#775C4A color CMYK value is (0,23,38,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 37.82%
  • key color value is 53.33%
CMYK:
(0,23,38,53)
C0M23Y38K53 
(0%,23%,38%,53%)
(0.00/0.23/0.38/0.53)	

CMYK percentages

%0
%22.69
%37.82
%53.33

Codes

Color #775C4A in popluar color models

775C4A
RGB1199274
HSL24°23.32%37.84%
HSB/HSV24°37.82%46.67%
CMYK0.00%22.69%37.82%
53.33%

Color #775C4A in popluar number systems.

HEX775C4A
Decimal1199274
Binary111011110111001001010
Octal167134112

Shades and tints

Shades of #775C4A

#775C4A
(119,92,74)
#6D5444
(109,84,68)
#634C3E
(99,76,62)
#594438
(89,68,56)
#4F3C32
(79,60,50)
#45342C
(69,52,44)
#3B2C26
(59,44,38)
#312420
(49,36,32)
#271C1A
(39,28,26)
#1D1414
(29,20,20)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #775C4A

#775C4A
(119,92,74)
#836A5A
(131,106,90)
#8F786A
(143,120,106)
#9B867A
(155,134,122)
#A7948A
(167,148,138)
#B3A29A
(179,162,154)
#BFB0AA
(191,176,170)
#CBBEBA
(203,190,186)
#D7CCCA
(215,204,202)
#E3DADA
(227,218,218)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C4A; }

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

This text font color is #775C4A.


Background Color

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

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

This div background color is #775C4A.


Border color

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

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

This div border color is #775C4A.


Opacity

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

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

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

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

This text has shadow with #775C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C4A on black background.


Color preview on white background

This text has color #775C4A on white background.



Black color preview on #775C4A background

This text has black color on #775C4A background.


White color preview on #775C4A background

This text has white color on #775C4A background.