COLOR #B77D92

HEX: #B77D92
RGB: (183,125,146)

Color info

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

RGB color model

#B77D92 color RGB value is (183,125,146).

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

RGB channels and saturation

R 183 of 255 = 72%
G 125 of 255 = 49%
B 146 of 255 = 57%

183
125
146

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

Portions of RGB colors in percentages

R + G + B =
183 + 125 + 146 = 454 (100%)
R 183 of 454 ~ 40.31%
G 125 of 454 ~ 27.53%
B 146 of 454 ~ 32.16%

%40.31
%27.53
%32.16

CMYK color model

#B77D92 color CMYK value is (0,32,20,28).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(0,32,20,28)
C0M32Y20K28 
(0%,32%,20%,28%)
(0.00/0.32/0.20/0.28)	

CMYK percentages

%0
%31.69
%20.22
%28.24

Codes

Color #B77D92 in popluar color models

B77D92
RGB183125146
HSL338°28.71%60.39%
HSB/HSV338°31.69%71.76%
CMYK0.00%31.69%20.22%
28.24%

Color #B77D92 in popluar number systems.

HEXB77D92
Decimal183125146
Binary10110111111110110010010
Octal267175222

Shades and tints

Shades of #B77D92

#B77D92
(183,125,146)
#A77285
(167,114,133)
#976778
(151,103,120)
#875C6B
(135,92,107)
#77515E
(119,81,94)
#674651
(103,70,81)
#573B44
(87,59,68)
#473037
(71,48,55)
#37252A
(55,37,42)
#271A1D
(39,26,29)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #B77D92

#B77D92
(183,125,146)
#BD889B
(189,136,155)
#C393A4
(195,147,164)
#C99EAD
(201,158,173)
#CFA9B6
(207,169,182)
#D5B4BF
(213,180,191)
#DBBFC8
(219,191,200)
#E1CAD1
(225,202,209)
#E7D5DA
(231,213,218)
#EDE0E3
(237,224,227)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77D92; }

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

This text font color is #B77D92.


Background Color

.myBgColor { background-color: #B77D92; }

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

This div background color is #B77D92.


Border color

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

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

This div border color is #B77D92.


Opacity

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

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

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

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

This text has shadow with #B77D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77D92 on black background.


Color preview on white background

This text has color #B77D92 on white background.



Black color preview on #B77D92 background

This text has black color on #B77D92 background.


White color preview on #B77D92 background

This text has white color on #B77D92 background.