COLOR #B76C6C

HEX: #B76C6C
RGB: (183,108,108)

Color info

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

RGB color model

#B76C6C color RGB value is (183,108,108).

  • red value is 183;
  • green value is 108;
  • blue value is 108.
RGB:
(183,108,108)
(72%,42%,42%)

RGB channels and saturation

R 183 of 255 = 72%
G 108 of 255 = 42%
B 108 of 255 = 42%

183
108
108

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

Portions of RGB colors in percentages

R + G + B =
183 + 108 + 108 = 399 (100%)
R 183 of 399 ~ 45.86%
G 108 of 399 ~ 27.07%
B 108 of 399 ~ 27.07%

%45.86
%27.07
%27.07

CMYK color model

#B76C6C color CMYK value is (0,41,41,28).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 40.98%
  • key color value is 28.24%
CMYK:
(0,41,41,28)
C0M41Y41K28 
(0%,41%,41%,28%)
(0.00/0.41/0.41/0.28)	

CMYK percentages

%0
%40.98
%40.98
%28.24

Codes

Color #B76C6C in popluar color models

B76C6C
RGB183108108
HSL34.25%57.06%
HSB/HSV40.98%71.76%
CMYK0.00%40.98%40.98%
28.24%

Color #B76C6C in popluar number systems.

HEXB76C6C
Decimal183108108
Binary1011011111011001101100
Octal267154154

Shades and tints

Shades of #B76C6C

#B76C6C
(183,108,108)
#A76363
(167,99,99)
#975A5A
(151,90,90)
#875151
(135,81,81)
#774848
(119,72,72)
#673F3F
(103,63,63)
#573636
(87,54,54)
#472D2D
(71,45,45)
#372424
(55,36,36)
#271B1B
(39,27,27)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #B76C6C

#B76C6C
(183,108,108)
#BD7979
(189,121,121)
#C38686
(195,134,134)
#C99393
(201,147,147)
#CFA0A0
(207,160,160)
#D5ADAD
(213,173,173)
#DBBABA
(219,186,186)
#E1C7C7
(225,199,199)
#E7D4D4
(231,212,212)
#EDE1E1
(237,225,225)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76C6C; }

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

This text font color is #B76C6C.


Background Color

.myBgColor { background-color: #B76C6C; }

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

This div background color is #B76C6C.


Border color

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

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

This div border color is #B76C6C.


Opacity

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

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

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

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

This text has shadow with #B76C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76C6C on black background.


Color preview on white background

This text has color #B76C6C on white background.



Black color preview on #B76C6C background

This text has black color on #B76C6C background.


White color preview on #B76C6C background

This text has white color on #B76C6C background.