COLOR #B77E87

HEX: #B77E87
RGB: (183,126,135)

Color info

#B77E87 contains red, green and blue colors in about the same proportion. Web safe color of #B77E87 is #CC6699 (or #C69).

RGB color model

#B77E87 color RGB value is (183,126,135).

  • red value is 183;
  • green value is 126;
  • blue value is 135.
RGB: (183,126,135) (72%,49%,53%)

RGB channels and saturation

R 183 of 255 = 72%
G 126 of 255 = 49%
B 135 of 255 = 53%

183
126
135

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

Portions of RGB colors in percentages

R + G + B =
183 + 126 + 135 = 444 (100%)
R 183 of 444 ~ 41.22%
G 126 of 444 ~ 28.38%
B 135 of 444 ~ 30.41%

%41.22
%28.38
%30.41

CMYK color model

#B77E87 color CMYK value is (0,31,26,28).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 26.23%
  • key color value is 28.24%
CMYK: (0,31,26,28) C0M31Y26K28 (0%,31%,26%,28%) (0.00/0.31/0.26/0.28)

CMYK percentages

%0
%31.15
%26.23
%28.24

Codes

Color #B77E87 in popluar color models

B77E87
RGB183126135
HSL351°28.36%60.59%
HSB/HSV351°31.15%71.76%
CMYK0.00%31.15%26.23%
28.24%

Color #B77E87 in popluar number systems.

HEXB77E87
Decimal183126135
Binary10110111111111010000111
Octal267176207

Shades and tints

Shades of #B77E87

#B77E87
(183,126,135)
#A7737B
(167,115,123)
#97686F
(151,104,111)
#875D63
(135,93,99)
#775257
(119,82,87)
#67474B
(103,71,75)
#573C3F
(87,60,63)
#473133
(71,49,51)
#372627
(55,38,39)
#271B1B
(39,27,27)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #B77E87

#B77E87
(183,126,135)
#BD8991
(189,137,145)
#C3949B
(195,148,155)
#C99FA5
(201,159,165)
#CFAAAF
(207,170,175)
#D5B5B9
(213,181,185)
#DBC0C3
(219,192,195)
#E1CBCD
(225,203,205)
#E7D6D7
(231,214,215)
#EDE1E1
(237,225,225)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77E87; }

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

This text font color is #B77E87.


Background Color

.myBgColor { background-color: #B77E87; }

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

This div background color is #B77E87.


Border color

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

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

This div border color is #B77E87.


Opacity

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

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

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

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

This text has shadow with #B77E87 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B77E87 on black background.


Color preview on white background

This text has color #B77E87 on white background.



Black color preview on #B77E87 background

This text has black color on #B77E87 background.


White color preview on #B77E87 background

This text has white color on #B77E87 background.