COLOR #B77C4E

HEX: #B77C4E
RGB: (183,124,78)

Color info

#B77C4E contains mainly red and green colors. Web safe color of #B77C4E is #CC6666 (or #C66).

RGB color model

#B77C4E color RGB value is (183,124,78).

  • red value is 183;
  • green value is 124;
  • blue value is 78.
RGB:
(183,124,78)
(72%,49%,31%)

RGB channels and saturation

R 183 of 255 = 72%
G 124 of 255 = 49%
B 78 of 255 = 31%

183
124
78

R + G + B ~ 51%. #B77C4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 124 + 78 = 385 (100%)
R 183 of 385 ~ 47.53%
G 124 of 385 ~ 32.21%
B 78 of 385 ~ 20.26%

%47.53
%32.21
%20.26

CMYK color model

#B77C4E color CMYK value is (0,32,57,28).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 57.38%
  • key color value is 28.24%
CMYK:
(0,32,57,28)
C0M32Y57K28 
(0%,32%,57%,28%)
(0.00/0.32/0.57/0.28)	

CMYK percentages

%0
%32.24
%57.38
%28.24

Codes

Color #B77C4E in popluar color models

B77C4E
RGB18312478
HSL26°42.17%51.18%
HSB/HSV26°57.38%71.76%
CMYK0.00%32.24%57.38%
28.24%

Color #B77C4E in popluar number systems.

HEXB77C4E
Decimal18312478
Binary1011011111111001001110
Octal267174116

Shades and tints

Shades of #B77C4E

#B77C4E
(183,124,78)
#A77147
(167,113,71)
#976640
(151,102,64)
#875B39
(135,91,57)
#775032
(119,80,50)
#67452B
(103,69,43)
#573A24
(87,58,36)
#472F1D
(71,47,29)
#372416
(55,36,22)
#27190F
(39,25,15)
#170E08
(23,14,8)
#000000
(0,0,0)

Tints of #B77C4E

#B77C4E
(183,124,78)
#BD875E
(189,135,94)
#C3926E
(195,146,110)
#C99D7E
(201,157,126)
#CFA88E
(207,168,142)
#D5B39E
(213,179,158)
#DBBEAE
(219,190,174)
#E1C9BE
(225,201,190)
#E7D4CE
(231,212,206)
#EDDFDE
(237,223,222)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77C4E color. Also use rgb(183,124,78) instead hex code.

Text Font Color

.myTextColor { color: #B77C4E; }

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

This text font color is #B77C4E.


Background Color

.myBgColor { background-color: #B77C4E; }

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

This div background color is #B77C4E.


Border color

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

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

This div border color is #B77C4E.


Opacity

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

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

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

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

This text has shadow with #B77C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77C4E on black background.


Color preview on white background

This text has color #B77C4E on white background.



Black color preview on #B77C4E background

This text has black color on #B77C4E background.


White color preview on #B77C4E background

This text has white color on #B77C4E background.