COLOR #B76E7B

HEX: #B76E7B RGB: (183,110,123)

Color info

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

RGB color model

#B76E7B color RGB value is (183,110,123).

RGB: (183,110,123) (72%, 43%, 48%)

RGB channels and saturation

R 183 of 255 = 72%
G 110 of 255 = 43%
B 123 of 255 = 48%

183
110
123

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

Portions of RGB colors in percentages

R + G + B = 183 + 110 + 123 = 416 (100%)
R 183 of 416 ~ 43.99%
G 110 of 416 ~ 26.44%
B 123 of 416 ~ 29.57'%

%43.99
%26.44
%29.57

CMYK color model

#B76E7B color CMYK value is (0,40,33,28).

  • cyan value is 0.00%
  • magenta value is 39.89%
  • yellow value is 32.79%
  • key color value is 28.24%

CMYK: (0,40,33,28)
C0M40Y33K28 (0%, 40%, 33%, 28%)
(0.00 / 0.40 / 0.33 / 0.28)

CMYK percentages

%0
%39.89
%32.79
%28.24

Codes

Color #B76E7B in popluar color models

B7 6E 7B
RGB 183 110 123
HSL 349° 33.64% 57.45%
HSB/HSV 349° 39.89% 71.76%
CMYK 0.00% 39.89% 32.79%
28.24%

Color #B76E7B in popluar number systems.

HEX B7 6E 7B
Decimal 183 110 123
Binary 10110111 1101110 1111011
Octal 267 156 173

Shades and tints

Shades of #B76E7B

#B76E7B
(183,110,123)
#A76470
(167,100,112)
#975A65
(151,90,101)
#87505A
(135,80,90)
#77464F
(119,70,79)
#673C44
(103,60,68)
#573239
(87,50,57)
#47282E
(71,40,46)
#371E23
(55,30,35)
#271418
(39,20,24)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #B76E7B

#B76E7B
(183,110,123)
#BD7B87
(189,123,135)
#C38893
(195,136,147)
#C9959F
(201,149,159)
#CFA2AB
(207,162,171)
#D5AFB7
(213,175,183)
#DBBCC3
(219,188,195)
#E1C9CF
(225,201,207)
#E7D6DB
(231,214,219)
#EDE3E7
(237,227,231)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76E7B; }

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

This text font color is #B76E7B.

Background Color

.myBgColor { background-color: #B76E7B; }

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

This div background color is #B76E7B.

Border color

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

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

This div border color is #B76E7B.

Opacity

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

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

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

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

This text has shadow with #B76E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76E7B.

Preview

Color preview on black background

This text has color #B76E7B on black background.


Color preview on white background

This text has color #B76E7B on white background.


Black color preview on #B76E7B background

This text has black color on #B76E7B background.


White color preview on #B76E7B background

This text has white color on #B76E7B background.


Related colors

Complementary color

Complementary color for #hex is #489184.


I love getcolorcode.com

Triadic colors

1 #7BB76E and #6E7BB7 with #B76E7B are triadic colors.

2 #7B6EB7 and #6EB77B with #B76E7B are triadic colors.