COLOR #B79677

HEX: #B79677
RGB: (183,150,119)

Color info

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

RGB color model

#B79677 color RGB value is (183,150,119).

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

RGB channels and saturation

R 183 of 255 = 72%
G 150 of 255 = 59%
B 119 of 255 = 47%

183
150
119

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

Portions of RGB colors in percentages

R + G + B =
183 + 150 + 119 = 452 (100%)
R 183 of 452 ~ 40.49%
G 150 of 452 ~ 33.19%
B 119 of 452 ~ 26.33%

%40.49
%33.19
%26.33

CMYK color model

#B79677 color CMYK value is (0,18,35,28).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 34.97%
  • key color value is 28.24%
CMYK: (0,18,35,28) C0M18Y35K28 (0%,18%,35%,28%) (0.00/0.18/0.35/0.28)

CMYK percentages

%0
%18.03
%34.97
%28.24

Codes

Color #B79677 in popluar color models

B79677
RGB183150119
HSL29°30.77%59.22%
HSB/HSV29°34.97%71.76%
CMYK0.00%18.03%34.97%
28.24%

Color #B79677 in popluar number systems.

HEXB79677
Decimal183150119
Binary10110111100101101110111
Octal267226167

Shades and tints

Shades of #B79677

#B79677
(183,150,119)
#A7896D
(167,137,109)
#977C63
(151,124,99)
#876F59
(135,111,89)
#77624F
(119,98,79)
#675545
(103,85,69)
#57483B
(87,72,59)
#473B31
(71,59,49)
#372E27
(55,46,39)
#27211D
(39,33,29)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B79677

#B79677
(183,150,119)
#BD9F83
(189,159,131)
#C3A88F
(195,168,143)
#C9B19B
(201,177,155)
#CFBAA7
(207,186,167)
#D5C3B3
(213,195,179)
#DBCCBF
(219,204,191)
#E1D5CB
(225,213,203)
#E7DED7
(231,222,215)
#EDE7E3
(237,231,227)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B79677; }

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

This text font color is #B79677.


Background Color

.myBgColor { background-color: #B79677; }

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

This div background color is #B79677.


Border color

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

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

This div border color is #B79677.


Opacity

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

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

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

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

This text has shadow with #B79677 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B79677 on black background.


Color preview on white background

This text has color #B79677 on white background.



Black color preview on #B79677 background

This text has black color on #B79677 background.


White color preview on #B79677 background

This text has white color on #B79677 background.