COLOR #B77F9C

HEX: #B77F9C
RGB: (183,127,156)

Color info

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

RGB color model

#B77F9C color RGB value is (183,127,156).

  • red value is 183;
  • green value is 127;
  • blue value is 156.
RGB:
(183,127,156)
(72%,50%,61%)

RGB channels and saturation

R 183 of 255 = 72%
G 127 of 255 = 50%
B 156 of 255 = 61%

183
127
156

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

Portions of RGB colors in percentages

R + G + B =
183 + 127 + 156 = 466 (100%)
R 183 of 466 ~ 39.27%
G 127 of 466 ~ 27.25%
B 156 of 466 ~ 33.48%

%39.27
%27.25
%33.48

CMYK color model

#B77F9C color CMYK value is (0,31,15,28).

  • cyan value is 0.00%
  • magenta value is 30.60%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK:
(0,31,15,28)
C0M31Y15K28 
(0%,31%,15%,28%)
(0.00/0.31/0.15/0.28)	

CMYK percentages

%0
%30.6
%14.75
%28.24

Codes

Color #B77F9C in popluar color models

B77F9C
RGB183127156
HSL329°28.00%60.78%
HSB/HSV329°30.60%71.76%
CMYK0.00%30.60%14.75%
28.24%

Color #B77F9C in popluar number systems.

HEXB77F9C
Decimal183127156
Binary10110111111111110011100
Octal267177234

Shades and tints

Shades of #B77F9C

#B77F9C
(183,127,156)
#A7748E
(167,116,142)
#976980
(151,105,128)
#875E72
(135,94,114)
#775364
(119,83,100)
#674856
(103,72,86)
#573D48
(87,61,72)
#47323A
(71,50,58)
#37272C
(55,39,44)
#271C1E
(39,28,30)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #B77F9C

#B77F9C
(183,127,156)
#BD8AA5
(189,138,165)
#C395AE
(195,149,174)
#C9A0B7
(201,160,183)
#CFABC0
(207,171,192)
#D5B6C9
(213,182,201)
#DBC1D2
(219,193,210)
#E1CCDB
(225,204,219)
#E7D7E4
(231,215,228)
#EDE2ED
(237,226,237)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77F9C color. Also use rgb(183,127,156) instead hex code.

Text Font Color

.myTextColor { color: #B77F9C; }

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

This text font color is #B77F9C.


Background Color

.myBgColor { background-color: #B77F9C; }

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

This div background color is #B77F9C.


Border color

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

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

This div border color is #B77F9C.


Opacity

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

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

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

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

This text has shadow with #B77F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77F9C on black background.


Color preview on white background

This text has color #B77F9C on white background.



Black color preview on #B77F9C background

This text has black color on #B77F9C background.


White color preview on #B77F9C background

This text has white color on #B77F9C background.