COLOR #B78F77

HEX: #B78F77
RGB: (183,143,119)

Color info

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

RGB color model

#B78F77 color RGB value is (183,143,119).

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

RGB channels and saturation

R 183 of 255 = 72%
G 143 of 255 = 56%
B 119 of 255 = 47%

183
143
119

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

Portions of RGB colors in percentages

R + G + B =
183 + 143 + 119 = 445 (100%)
R 183 of 445 ~ 41.12%
G 143 of 445 ~ 32.13%
B 119 of 445 ~ 26.74%

%41.12
%32.13
%26.74

CMYK color model

#B78F77 color CMYK value is (0,22,35,28).

  • cyan value is 0.00%
  • magenta value is 21.86%
  • yellow value is 34.97%
  • key color value is 28.24%
CMYK:
(0,22,35,28)
C0M22Y35K28 
(0%,22%,35%,28%)
(0.00/0.22/0.35/0.28)	

CMYK percentages

%0
%21.86
%34.97
%28.24

Codes

Color #B78F77 in popluar color models

B78F77
RGB183143119
HSL23°30.77%59.22%
HSB/HSV23°34.97%71.76%
CMYK0.00%21.86%34.97%
28.24%

Color #B78F77 in popluar number systems.

HEXB78F77
Decimal183143119
Binary10110111100011111110111
Octal267217167

Shades and tints

Shades of #B78F77

#B78F77
(183,143,119)
#A7826D
(167,130,109)
#977563
(151,117,99)
#876859
(135,104,89)
#775B4F
(119,91,79)
#674E45
(103,78,69)
#57413B
(87,65,59)
#473431
(71,52,49)
#372727
(55,39,39)
#271A1D
(39,26,29)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #B78F77

#B78F77
(183,143,119)
#BD9983
(189,153,131)
#C3A38F
(195,163,143)
#C9AD9B
(201,173,155)
#CFB7A7
(207,183,167)
#D5C1B3
(213,193,179)
#DBCBBF
(219,203,191)
#E1D5CB
(225,213,203)
#E7DFD7
(231,223,215)
#EDE9E3
(237,233,227)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78F77; }

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

This text font color is #B78F77.


Background Color

.myBgColor { background-color: #B78F77; }

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

This div background color is #B78F77.


Border color

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

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

This div border color is #B78F77.


Opacity

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

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

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

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

This text has shadow with #B78F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78F77 on black background.


Color preview on white background

This text has color #B78F77 on white background.



Black color preview on #B78F77 background

This text has black color on #B78F77 background.


White color preview on #B78F77 background

This text has white color on #B78F77 background.