COLOR #B78A76

HEX: #B78A76 RGB: (183,138,118)

Color info

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

RGB color model

#B78A76 color RGB value is (183,138,118).

RGB: (183,138,118) (72%, 54%, 46%)

RGB channels and saturation

R 183 of 255 = 72%
G 138 of 255 = 54%
B 118 of 255 = 46%

183
138
118

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

Portions of RGB colors in percentages

R + G + B = 183 + 138 + 118 = 439 (100%)
R 183 of 439 ~ 41.69%
G 138 of 439 ~ 31.44%
B 118 of 439 ~ 26.88'%

%41.69
%31.44
%26.88

CMYK color model

#B78A76 color CMYK value is (0,25,36,28).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 35.52%
  • key color value is 28.24%

CMYK: (0,25,36,28)
C0M25Y36K28 (0%, 25%, 36%, 28%)
(0.00 / 0.25 / 0.36 / 0.28)

CMYK percentages

%0
%24.59
%35.52
%28.24

Codes

Color #B78A76 in popluar color models

B7 8A 76
RGB 183 138 118
HSL 18° 31.10% 59.02%
HSB/HSV 18° 35.52% 71.76%
CMYK 0.00% 24.59% 35.52%
28.24%

Color #B78A76 in popluar number systems.

HEX B7 8A 76
Decimal 183 138 118
Binary 10110111 10001010 1110110
Octal 267 212 166

Shades and tints

Shades of #B78A76

#B78A76
(183,138,118)
#A77E6C
(167,126,108)
#977262
(151,114,98)
#876658
(135,102,88)
#775A4E
(119,90,78)
#674E44
(103,78,68)
#57423A
(87,66,58)
#473630
(71,54,48)
#372A26
(55,42,38)
#271E1C
(39,30,28)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #B78A76

#B78A76
(183,138,118)
#BD9482
(189,148,130)
#C39E8E
(195,158,142)
#C9A89A
(201,168,154)
#CFB2A6
(207,178,166)
#D5BCB2
(213,188,178)
#DBC6BE
(219,198,190)
#E1D0CA
(225,208,202)
#E7DAD6
(231,218,214)
#EDE4E2
(237,228,226)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78A76 color. Also use rgb(183,138,118) instead hex code.

Text Font Color

.myTextColor { color: #B78A76; }

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

This text font color is #B78A76.

Background Color

.myBgColor { background-color: #B78A76; }

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

This div background color is #B78A76.

Border color

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

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

This div border color is #B78A76.

Opacity

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

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

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

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

This text has shadow with #B78A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B78A76.

Preview

Color preview on black background

This text has color #B78A76 on black background.


Color preview on white background

This text has color #B78A76 on white background.


Black color preview on #B78A76 background

This text has black color on #B78A76 background.


White color preview on #B78A76 background

This text has white color on #B78A76 background.


Related colors

Complementary color

Complementary color for #hex is #487589.


I love getcolorcode.com

Triadic colors

1 #76B78A and #8A76B7 with #B78A76 are triadic colors.

2 #768AB7 and #8AB776 with #B78A76 are triadic colors.