COLOR #B77699

HEX: #B77699
RGB: (183,118,153)

Color info

#B77699 contains mainly red and blue colors. Web safe color of #B77699 is #CC6699 (or #C69).

RGB color model

#B77699 color RGB value is (183,118,153).

  • red value is 183;
  • green value is 118;
  • blue value is 153.
RGB:
(183,118,153)
(72%,46%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 153 of 255 = 60%

183
118
153

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

Portions of RGB colors in percentages

R + G + B =
183 + 118 + 153 = 454 (100%)
R 183 of 454 ~ 40.31%
G 118 of 454 ~ 25.99%
B 153 of 454 ~ 33.7%

%40.31
%25.99
%33.7

CMYK color model

#B77699 color CMYK value is (0,36,16,28).

  • cyan value is 0.00%
  • magenta value is 35.52%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK:
(0,36,16,28)
C0M36Y16K28 
(0%,36%,16%,28%)
(0.00/0.36/0.16/0.28)	

CMYK percentages

%0
%35.52
%16.39
%28.24

Codes

Color #B77699 in popluar color models

B77699
RGB183118153
HSL328°31.10%59.02%
HSB/HSV328°35.52%71.76%
CMYK0.00%35.52%16.39%
28.24%

Color #B77699 in popluar number systems.

HEXB77699
Decimal183118153
Binary10110111111011010011001
Octal267166231

Shades and tints

Shades of #B77699

#B77699
(183,118,153)
#A76C8C
(167,108,140)
#97627F
(151,98,127)
#875872
(135,88,114)
#774E65
(119,78,101)
#674458
(103,68,88)
#573A4B
(87,58,75)
#47303E
(71,48,62)
#372631
(55,38,49)
#271C24
(39,28,36)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #B77699

#B77699
(183,118,153)
#BD82A2
(189,130,162)
#C38EAB
(195,142,171)
#C99AB4
(201,154,180)
#CFA6BD
(207,166,189)
#D5B2C6
(213,178,198)
#DBBECF
(219,190,207)
#E1CAD8
(225,202,216)
#E7D6E1
(231,214,225)
#EDE2EA
(237,226,234)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77699 color. Also use rgb(183,118,153) instead hex code.

Text Font Color

.myTextColor { color: #B77699; }

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

This text font color is #B77699.


Background Color

.myBgColor { background-color: #B77699; }

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

This div background color is #B77699.


Border color

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

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

This div border color is #B77699.


Opacity

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

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

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

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

This text has shadow with #B77699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77699 on black background.


Color preview on white background

This text has color #B77699 on white background.



Black color preview on #B77699 background

This text has black color on #B77699 background.


White color preview on #B77699 background

This text has white color on #B77699 background.