COLOR #B7786B

HEX: #B7786B RGB: (183,120,107)

Color info

#B7786B contains mainly red color. Web safe color of #B7786B is #CC6666 (or #C66).

RGB color model

#B7786B color RGB value is (183,120,107).

RGB: (183,120,107) (72%, 47%, 42%)

RGB channels and saturation

R 183 of 255 = 72%
G 120 of 255 = 47%
B 107 of 255 = 42%

183
120
107

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

Portions of RGB colors in percentages

R + G + B = 183 + 120 + 107 = 410 (100%)
R 183 of 410 ~ 44.63%
G 120 of 410 ~ 29.27%
B 107 of 410 ~ 26.1'%

%44.63
%29.27
%26.1

CMYK color model

#B7786B color CMYK value is (0,34,42,28).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 41.53%
  • key color value is 28.24%

CMYK: (0,34,42,28)
C0M34Y42K28 (0%, 34%, 42%, 28%)
(0.00 / 0.34 / 0.42 / 0.28)

CMYK percentages

%0
%34.43
%41.53
%28.24

Codes

Color #B7786B in popluar color models

B7 78 6B
RGB 183 120 107
HSL 10° 34.55% 56.86%
HSB/HSV 10° 41.53% 71.76%
CMYK 0.00% 34.43% 41.53%
28.24%

Color #B7786B in popluar number systems.

HEX B7 78 6B
Decimal 183 120 107
Binary 10110111 1111000 1101011
Octal 267 170 153

Shades and tints

Shades of #B7786B

#B7786B
(183,120,107)
#A76E62
(167,110,98)
#976459
(151,100,89)
#875A50
(135,90,80)
#775047
(119,80,71)
#67463E
(103,70,62)
#573C35
(87,60,53)
#47322C
(71,50,44)
#372823
(55,40,35)
#271E1A
(39,30,26)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #B7786B

#B7786B
(183,120,107)
#BD8478
(189,132,120)
#C39085
(195,144,133)
#C99C92
(201,156,146)
#CFA89F
(207,168,159)
#D5B4AC
(213,180,172)
#DBC0B9
(219,192,185)
#E1CCC6
(225,204,198)
#E7D8D3
(231,216,211)
#EDE4E0
(237,228,224)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7786B color. Also use rgb(183,120,107) instead hex code.

Text Font Color

.myTextColor { color: #B7786B; }

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

This text font color is #B7786B.

Background Color

.myBgColor { background-color: #B7786B; }

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

This div background color is #B7786B.

Border color

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

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

This div border color is #B7786B.

Opacity

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

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

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

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

This text has shadow with #B7786B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7786B.

Preview

Color preview on black background

This text has color #B7786B on black background.


Color preview on white background

This text has color #B7786B on white background.


Black color preview on #B7786B background

This text has black color on #B7786B background.


White color preview on #B7786B background

This text has white color on #B7786B background.


Related colors

Complementary color

Complementary color for #hex is #488794.


I love getcolorcode.com

Triadic colors

1 #6BB778 and #786BB7 with #B7786B are triadic colors.

2 #6B78B7 and #78B76B with #B7786B are triadic colors.