COLOR #B78B77

HEX: #B78B77
RGB: (183,139,119)

Color info

#B78B77 contains mainly red and green colors. Web safe color of #B78B77 is #CC9966 (or #C96).

RGB color model

#B78B77 color RGB value is (183,139,119).

  • red value is 183;
  • green value is 139;
  • blue value is 119.
RGB:
(183,139,119)
(72%,55%,47%)

RGB channels and saturation

R 183 of 255 = 72%
G 139 of 255 = 55%
B 119 of 255 = 47%

183
139
119

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

Portions of RGB colors in percentages

R + G + B =
183 + 139 + 119 = 441 (100%)
R 183 of 441 ~ 41.5%
G 139 of 441 ~ 31.52%
B 119 of 441 ~ 26.98%

%41.5
%31.52
%26.98

CMYK color model

#B78B77 color CMYK value is (0,24,35,28).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 34.97%
  • key color value is 28.24%
CMYK:
(0,24,35,28)
C0M24Y35K28 
(0%,24%,35%,28%)
(0.00/0.24/0.35/0.28)	

CMYK percentages

%0
%24.04
%34.97
%28.24

Codes

Color #B78B77 in popluar color models

B78B77
RGB183139119
HSL19°30.77%59.22%
HSB/HSV19°34.97%71.76%
CMYK0.00%24.04%34.97%
28.24%

Color #B78B77 in popluar number systems.

HEXB78B77
Decimal183139119
Binary10110111100010111110111
Octal267213167

Shades and tints

Shades of #B78B77

#B78B77
(183,139,119)
#A77F6D
(167,127,109)
#977363
(151,115,99)
#876759
(135,103,89)
#775B4F
(119,91,79)
#674F45
(103,79,69)
#57433B
(87,67,59)
#473731
(71,55,49)
#372B27
(55,43,39)
#271F1D
(39,31,29)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #B78B77

#B78B77
(183,139,119)
#BD9583
(189,149,131)
#C39F8F
(195,159,143)
#C9A99B
(201,169,155)
#CFB3A7
(207,179,167)
#D5BDB3
(213,189,179)
#DBC7BF
(219,199,191)
#E1D1CB
(225,209,203)
#E7DBD7
(231,219,215)
#EDE5E3
(237,229,227)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78B77 color. Also use rgb(183,139,119) instead hex code.

Text Font Color

.myTextColor { color: #B78B77; }

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

This text font color is #B78B77.


Background Color

.myBgColor { background-color: #B78B77; }

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

This div background color is #B78B77.


Border color

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

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

This div border color is #B78B77.


Opacity

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

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

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

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

This text has shadow with #B78B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78B77 on black background.


Color preview on white background

This text has color #B78B77 on white background.



Black color preview on #B78B77 background

This text has black color on #B78B77 background.


White color preview on #B78B77 background

This text has white color on #B78B77 background.