COLOR #B77DA1

HEX: #B77DA1 RGB: (183,125,161)

Color info

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

RGB color model

#B77DA1 color RGB value is (183,125,161).

RGB: (183,125,161) (72%, 49%, 63%)

RGB channels and saturation

R 183 of 255 = 72%
G 125 of 255 = 49%
B 161 of 255 = 63%

183
125
161

R + G + B ~ 61%. #B77DA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 125 + 161 = 469 (100%)
R 183 of 469 ~ 39.02%
G 125 of 469 ~ 26.65%
B 161 of 469 ~ 34.33'%

%39.02
%26.65
%34.33

CMYK color model

#B77DA1 color CMYK value is (0,32,12,28).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 12.02%
  • key color value is 28.24%

CMYK: (0,32,12,28)
C0M32Y12K28 (0%, 32%, 12%, 28%)
(0.00 / 0.32 / 0.12 / 0.28)

CMYK percentages

%0
%31.69
%12.02
%28.24

Codes

Color #B77DA1 in popluar color models

B7 7D A1
RGB 183 125 161
HSL 323° 28.71% 60.39%
HSB/HSV 323° 31.69% 71.76%
CMYK 0.00% 31.69% 12.02%
28.24%

Color #B77DA1 in popluar number systems.

HEX B7 7D A1
Decimal 183 125 161
Binary 10110111 1111101 10100001
Octal 267 175 241

Shades and tints

Shades of #B77DA1

#B77DA1
(183,125,161)
#A77293
(167,114,147)
#976785
(151,103,133)
#875C77
(135,92,119)
#775169
(119,81,105)
#67465B
(103,70,91)
#573B4D
(87,59,77)
#47303F
(71,48,63)
#372531
(55,37,49)
#271A23
(39,26,35)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #B77DA1

#B77DA1
(183,125,161)
#BD88A9
(189,136,169)
#C393B1
(195,147,177)
#C99EB9
(201,158,185)
#CFA9C1
(207,169,193)
#D5B4C9
(213,180,201)
#DBBFD1
(219,191,209)
#E1CAD9
(225,202,217)
#E7D5E1
(231,213,225)
#EDE0E9
(237,224,233)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77DA1; }

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

This text font color is #B77DA1.

Background Color

.myBgColor { background-color: #B77DA1; }

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

This div background color is #B77DA1.

Border color

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

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

This div border color is #B77DA1.

Opacity

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

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

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

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

This text has shadow with #B77DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B77DA1.

Preview

Color preview on black background

This text has color #B77DA1 on black background.


Color preview on white background

This text has color #B77DA1 on white background.


Black color preview on #B77DA1 background

This text has black color on #B77DA1 background.


White color preview on #B77DA1 background

This text has white color on #B77DA1 background.


Related colors

Complementary color

Complementary color for #hex is #48825E.


I love getcolorcode.com

Triadic colors

1 #A1B77D and #7DA1B7 with #B77DA1 are triadic colors.

2 #A17DB7 and #7DB7A1 with #B77DA1 are triadic colors.