COLOR #B77C6F

HEX: #B77C6F
RGB: (183,124,111)

Color info

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

RGB color model

#B77C6F color RGB value is (183,124,111).

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

RGB channels and saturation

R 183 of 255 = 72%
G 124 of 255 = 49%
B 111 of 255 = 44%

183
124
111

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

Portions of RGB colors in percentages

R + G + B =
183 + 124 + 111 = 418 (100%)
R 183 of 418 ~ 43.78%
G 124 of 418 ~ 29.67%
B 111 of 418 ~ 26.56%

%43.78
%29.67
%26.56

CMYK color model

#B77C6F color CMYK value is (0,32,39,28).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 39.34%
  • key color value is 28.24%
CMYK:
(0,32,39,28)
C0M32Y39K28 
(0%,32%,39%,28%)
(0.00/0.32/0.39/0.28)	

CMYK percentages

%0
%32.24
%39.34
%28.24

Codes

Color #B77C6F in popluar color models

B77C6F
RGB183124111
HSL11°33.33%57.65%
HSB/HSV11°39.34%71.76%
CMYK0.00%32.24%39.34%
28.24%

Color #B77C6F in popluar number systems.

HEXB77C6F
Decimal183124111
Binary1011011111111001101111
Octal267174157

Shades and tints

Shades of #B77C6F

#B77C6F
(183,124,111)
#A77165
(167,113,101)
#97665B
(151,102,91)
#875B51
(135,91,81)
#775047
(119,80,71)
#67453D
(103,69,61)
#573A33
(87,58,51)
#472F29
(71,47,41)
#37241F
(55,36,31)
#271915
(39,25,21)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #B77C6F

#B77C6F
(183,124,111)
#BD877C
(189,135,124)
#C39289
(195,146,137)
#C99D96
(201,157,150)
#CFA8A3
(207,168,163)
#D5B3B0
(213,179,176)
#DBBEBD
(219,190,189)
#E1C9CA
(225,201,202)
#E7D4D7
(231,212,215)
#EDDFE4
(237,223,228)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77C6F; }

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

This text font color is #B77C6F.


Background Color

.myBgColor { background-color: #B77C6F; }

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

This div background color is #B77C6F.


Border color

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

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

This div border color is #B77C6F.


Opacity

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

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

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

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

This text has shadow with #B77C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77C6F on black background.


Color preview on white background

This text has color #B77C6F on white background.



Black color preview on #B77C6F background

This text has black color on #B77C6F background.


White color preview on #B77C6F background

This text has white color on #B77C6F background.