COLOR #B07676

HEX: #B07676
RGB: (176,118,118)

Color info

#B07676 contains red, green and blue colors in about the same proportion. Web safe color of #B07676 is #996666 (or #966).

RGB color model

#B07676 color RGB value is (176,118,118).

  • red value is 176;
  • green value is 118;
  • blue value is 118.
RGB:
(176,118,118)
(69%,46%,46%)

RGB channels and saturation

R 176 of 255 = 69%
G 118 of 255 = 46%
B 118 of 255 = 46%

176
118
118

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

Portions of RGB colors in percentages

R + G + B =
176 + 118 + 118 = 412 (100%)
R 176 of 412 ~ 42.72%
G 118 of 412 ~ 28.64%
B 118 of 412 ~ 28.64%

%42.72
%28.64
%28.64

CMYK color model

#B07676 color CMYK value is (0,33,33,31).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(0,33,33,31)
C0M33Y33K31 
(0%,33%,33%,31%)
(0.00/0.33/0.33/0.31)	

CMYK percentages

%0
%32.95
%32.95
%30.98

Codes

Color #B07676 in popluar color models

B07676
RGB176118118
HSL26.85%57.65%
HSB/HSV32.95%69.02%
CMYK0.00%32.95%32.95%
30.98%

Color #B07676 in popluar number systems.

HEXB07676
Decimal176118118
Binary1011000011101101110110
Octal260166166

Shades and tints

Shades of #B07676

#B07676
(176,118,118)
#A06C6C
(160,108,108)
#906262
(144,98,98)
#805858
(128,88,88)
#704E4E
(112,78,78)
#604444
(96,68,68)
#503A3A
(80,58,58)
#403030
(64,48,48)
#302626
(48,38,38)
#201C1C
(32,28,28)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #B07676

#B07676
(176,118,118)
#B78282
(183,130,130)
#BE8E8E
(190,142,142)
#C59A9A
(197,154,154)
#CCA6A6
(204,166,166)
#D3B2B2
(211,178,178)
#DABEBE
(218,190,190)
#E1CACA
(225,202,202)
#E8D6D6
(232,214,214)
#EFE2E2
(239,226,226)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07676; }

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

This text font color is #B07676.


Background Color

.myBgColor { background-color: #B07676; }

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

This div background color is #B07676.


Border color

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

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

This div border color is #B07676.


Opacity

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

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

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

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

This text has shadow with #B07676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07676 on black background.


Color preview on white background

This text has color #B07676 on white background.



Black color preview on #B07676 background

This text has black color on #B07676 background.


White color preview on #B07676 background

This text has white color on #B07676 background.