COLOR #B78F7F

HEX: #B78F7F
RGB: (183,143,127)

Color info

#B78F7F contains red, green and blue colors in about the same proportion. Web safe color of #B78F7F is #CC9966 (or #C96).

RGB color model

#B78F7F color RGB value is (183,143,127).

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

RGB channels and saturation

R 183 of 255 = 72%
G 143 of 255 = 56%
B 127 of 255 = 50%

183
143
127

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

Portions of RGB colors in percentages

R + G + B =
183 + 143 + 127 = 453 (100%)
R 183 of 453 ~ 40.4%
G 143 of 453 ~ 31.57%
B 127 of 453 ~ 28.04%

%40.4
%31.57
%28.04

CMYK color model

#B78F7F color CMYK value is (0,22,31,28).

  • cyan value is 0.00%
  • magenta value is 21.86%
  • yellow value is 30.60%
  • key color value is 28.24%
CMYK:
(0,22,31,28)
C0M22Y31K28 
(0%,22%,31%,28%)
(0.00/0.22/0.31/0.28)	

CMYK percentages

%0
%21.86
%30.6
%28.24

Codes

Color #B78F7F in popluar color models

B78F7F
RGB183143127
HSL17°28.00%60.78%
HSB/HSV17°30.60%71.76%
CMYK0.00%21.86%30.60%
28.24%

Color #B78F7F in popluar number systems.

HEXB78F7F
Decimal183143127
Binary10110111100011111111111
Octal267217177

Shades and tints

Shades of #B78F7F

#B78F7F
(183,143,127)
#A78274
(167,130,116)
#977569
(151,117,105)
#87685E
(135,104,94)
#775B53
(119,91,83)
#674E48
(103,78,72)
#57413D
(87,65,61)
#473432
(71,52,50)
#372727
(55,39,39)
#271A1C
(39,26,28)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #B78F7F

#B78F7F
(183,143,127)
#BD998A
(189,153,138)
#C3A395
(195,163,149)
#C9ADA0
(201,173,160)
#CFB7AB
(207,183,171)
#D5C1B6
(213,193,182)
#DBCBC1
(219,203,193)
#E1D5CC
(225,213,204)
#E7DFD7
(231,223,215)
#EDE9E2
(237,233,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78F7F; }

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

This text font color is #B78F7F.


Background Color

.myBgColor { background-color: #B78F7F; }

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

This div background color is #B78F7F.


Border color

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

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

This div border color is #B78F7F.


Opacity

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

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

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

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

This text has shadow with #B78F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78F7F on black background.


Color preview on white background

This text has color #B78F7F on white background.



Black color preview on #B78F7F background

This text has black color on #B78F7F background.


White color preview on #B78F7F background

This text has white color on #B78F7F background.