COLOR #B7736C

HEX: #B7736C
RGB: (183,115,108)

Color info

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

RGB color model

#B7736C color RGB value is (183,115,108).

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

RGB channels and saturation

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

183
115
108

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

Portions of RGB colors in percentages

R + G + B =
183 + 115 + 108 = 406 (100%)
R 183 of 406 ~ 45.07%
G 115 of 406 ~ 28.33%
B 108 of 406 ~ 26.6%

%45.07
%28.33
%26.6

CMYK color model

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

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

CMYK percentages

%0
%37.16
%40.98
%28.24

Codes

Color #B7736C in popluar color models

B7736C
RGB183115108
HSL34.25%57.06%
HSB/HSV40.98%71.76%
CMYK0.00%37.16%40.98%
28.24%

Color #B7736C in popluar number systems.

HEXB7736C
Decimal183115108
Binary1011011111100111101100
Octal267163154

Shades and tints

Shades of #B7736C

#B7736C
(183,115,108)
#A76963
(167,105,99)
#975F5A
(151,95,90)
#875551
(135,85,81)
#774B48
(119,75,72)
#67413F
(103,65,63)
#573736
(87,55,54)
#472D2D
(71,45,45)
#372324
(55,35,36)
#27191B
(39,25,27)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #B7736C

#B7736C
(183,115,108)
#BD7F79
(189,127,121)
#C38B86
(195,139,134)
#C99793
(201,151,147)
#CFA3A0
(207,163,160)
#D5AFAD
(213,175,173)
#DBBBBA
(219,187,186)
#E1C7C7
(225,199,199)
#E7D3D4
(231,211,212)
#EDDFE1
(237,223,225)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7736C; }

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

This text font color is #B7736C.


Background Color

.myBgColor { background-color: #B7736C; }

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

This div background color is #B7736C.


Border color

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

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

This div border color is #B7736C.


Opacity

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

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

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

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

This text has shadow with #B7736C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7736C on black background.


Color preview on white background

This text has color #B7736C on white background.



Black color preview on #B7736C background

This text has black color on #B7736C background.


White color preview on #B7736C background

This text has white color on #B7736C background.