COLOR #B77498

HEX: #B77498
RGB: (183,116,152)

Color info

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

RGB color model

#B77498 color RGB value is (183,116,152).

  • red value is 183;
  • green value is 116;
  • blue value is 152.
RGB:
(183,116,152)
(72%,45%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 116 of 255 = 45%
B 152 of 255 = 60%

183
116
152

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

Portions of RGB colors in percentages

R + G + B =
183 + 116 + 152 = 451 (100%)
R 183 of 451 ~ 40.58%
G 116 of 451 ~ 25.72%
B 152 of 451 ~ 33.7%

%40.58
%25.72
%33.7

CMYK color model

#B77498 color CMYK value is (0,37,17,28).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 16.94%
  • key color value is 28.24%
CMYK:
(0,37,17,28)
C0M37Y17K28 
(0%,37%,17%,28%)
(0.00/0.37/0.17/0.28)	

CMYK percentages

%0
%36.61
%16.94
%28.24

Codes

Color #B77498 in popluar color models

B77498
RGB183116152
HSL328°31.75%58.63%
HSB/HSV328°36.61%71.76%
CMYK0.00%36.61%16.94%
28.24%

Color #B77498 in popluar number systems.

HEXB77498
Decimal183116152
Binary10110111111010010011000
Octal267164230

Shades and tints

Shades of #B77498

#B77498
(183,116,152)
#A76A8B
(167,106,139)
#97607E
(151,96,126)
#875671
(135,86,113)
#774C64
(119,76,100)
#674257
(103,66,87)
#57384A
(87,56,74)
#472E3D
(71,46,61)
#372430
(55,36,48)
#271A23
(39,26,35)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #B77498

#B77498
(183,116,152)
#BD80A1
(189,128,161)
#C38CAA
(195,140,170)
#C998B3
(201,152,179)
#CFA4BC
(207,164,188)
#D5B0C5
(213,176,197)
#DBBCCE
(219,188,206)
#E1C8D7
(225,200,215)
#E7D4E0
(231,212,224)
#EDE0E9
(237,224,233)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77498 color. Also use rgb(183,116,152) instead hex code.

Text Font Color

.myTextColor { color: #B77498; }

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

This text font color is #B77498.


Background Color

.myBgColor { background-color: #B77498; }

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

This div background color is #B77498.


Border color

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

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

This div border color is #B77498.


Opacity

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

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

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

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

This text has shadow with #B77498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77498 on black background.


Color preview on white background

This text has color #B77498 on white background.



Black color preview on #B77498 background

This text has black color on #B77498 background.


White color preview on #B77498 background

This text has white color on #B77498 background.