COLOR #B78879

HEX: #B78879
RGB: (183,136,121)

Color info

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

RGB color model

#B78879 color RGB value is (183,136,121).

  • red value is 183;
  • green value is 136;
  • blue value is 121.
RGB:
(183,136,121)
(72%,53%,47%)

RGB channels and saturation

R 183 of 255 = 72%
G 136 of 255 = 53%
B 121 of 255 = 47%

183
136
121

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

Portions of RGB colors in percentages

R + G + B =
183 + 136 + 121 = 440 (100%)
R 183 of 440 ~ 41.59%
G 136 of 440 ~ 30.91%
B 121 of 440 ~ 27.5%

%41.59
%30.91
%27.5

CMYK color model

#B78879 color CMYK value is (0,26,34,28).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 33.88%
  • key color value is 28.24%
CMYK:
(0,26,34,28)
C0M26Y34K28 
(0%,26%,34%,28%)
(0.00/0.26/0.34/0.28)	

CMYK percentages

%0
%25.68
%33.88
%28.24

Codes

Color #B78879 in popluar color models

B78879
RGB183136121
HSL15°30.10%59.61%
HSB/HSV15°33.88%71.76%
CMYK0.00%25.68%33.88%
28.24%

Color #B78879 in popluar number systems.

HEXB78879
Decimal183136121
Binary10110111100010001111001
Octal267210171

Shades and tints

Shades of #B78879

#B78879
(183,136,121)
#A77C6E
(167,124,110)
#977063
(151,112,99)
#876458
(135,100,88)
#77584D
(119,88,77)
#674C42
(103,76,66)
#574037
(87,64,55)
#47342C
(71,52,44)
#372821
(55,40,33)
#271C16
(39,28,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #B78879

#B78879
(183,136,121)
#BD9285
(189,146,133)
#C39C91
(195,156,145)
#C9A69D
(201,166,157)
#CFB0A9
(207,176,169)
#D5BAB5
(213,186,181)
#DBC4C1
(219,196,193)
#E1CECD
(225,206,205)
#E7D8D9
(231,216,217)
#EDE2E5
(237,226,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78879 color. Also use rgb(183,136,121) instead hex code.

Text Font Color

.myTextColor { color: #B78879; }

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

This text font color is #B78879.


Background Color

.myBgColor { background-color: #B78879; }

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

This div background color is #B78879.


Border color

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

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

This div border color is #B78879.


Opacity

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

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

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

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

This text has shadow with #B78879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78879 on black background.


Color preview on white background

This text has color #B78879 on white background.



Black color preview on #B78879 background

This text has black color on #B78879 background.


White color preview on #B78879 background

This text has white color on #B78879 background.