COLOR #B77D94

HEX: #B77D94
RGB: (183,125,148)

Color info

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

RGB color model

#B77D94 color RGB value is (183,125,148).

  • red value is 183;
  • green value is 125;
  • blue value is 148.
RGB:
(183,125,148)
(72%,49%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 125 of 255 = 49%
B 148 of 255 = 58%

183
125
148

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

Portions of RGB colors in percentages

R + G + B =
183 + 125 + 148 = 456 (100%)
R 183 of 456 ~ 40.13%
G 125 of 456 ~ 27.41%
B 148 of 456 ~ 32.46%

%40.13
%27.41
%32.46

CMYK color model

#B77D94 color CMYK value is (0,32,19,28).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 19.13%
  • key color value is 28.24%
CMYK:
(0,32,19,28)
C0M32Y19K28 
(0%,32%,19%,28%)
(0.00/0.32/0.19/0.28)	

CMYK percentages

%0
%31.69
%19.13
%28.24

Codes

Color #B77D94 in popluar color models

B77D94
RGB183125148
HSL336°28.71%60.39%
HSB/HSV336°31.69%71.76%
CMYK0.00%31.69%19.13%
28.24%

Color #B77D94 in popluar number systems.

HEXB77D94
Decimal183125148
Binary10110111111110110010100
Octal267175224

Shades and tints

Shades of #B77D94

#B77D94
(183,125,148)
#A77287
(167,114,135)
#97677A
(151,103,122)
#875C6D
(135,92,109)
#775160
(119,81,96)
#674653
(103,70,83)
#573B46
(87,59,70)
#473039
(71,48,57)
#37252C
(55,37,44)
#271A1F
(39,26,31)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #B77D94

#B77D94
(183,125,148)
#BD889D
(189,136,157)
#C393A6
(195,147,166)
#C99EAF
(201,158,175)
#CFA9B8
(207,169,184)
#D5B4C1
(213,180,193)
#DBBFCA
(219,191,202)
#E1CAD3
(225,202,211)
#E7D5DC
(231,213,220)
#EDE0E5
(237,224,229)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77D94; }

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

This text font color is #B77D94.


Background Color

.myBgColor { background-color: #B77D94; }

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

This div background color is #B77D94.


Border color

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

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

This div border color is #B77D94.


Opacity

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

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

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

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

This text has shadow with #B77D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77D94 on black background.


Color preview on white background

This text has color #B77D94 on white background.



Black color preview on #B77D94 background

This text has black color on #B77D94 background.


White color preview on #B77D94 background

This text has white color on #B77D94 background.