COLOR #B76790

HEX: #B76790
RGB: (183,103,144)

Color info

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

RGB color model

#B76790 color RGB value is (183,103,144).

  • red value is 183;
  • green value is 103;
  • blue value is 144.
RGB:
(183,103,144)
(72%,40%,56%)

RGB channels and saturation

R 183 of 255 = 72%
G 103 of 255 = 40%
B 144 of 255 = 56%

183
103
144

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

Portions of RGB colors in percentages

R + G + B =
183 + 103 + 144 = 430 (100%)
R 183 of 430 ~ 42.56%
G 103 of 430 ~ 23.95%
B 144 of 430 ~ 33.49%

%42.56
%23.95
%33.49

CMYK color model

#B76790 color CMYK value is (0,44,21,28).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 21.31%
  • key color value is 28.24%
CMYK:
(0,44,21,28)
C0M44Y21K28 
(0%,44%,21%,28%)
(0.00/0.44/0.21/0.28)	

CMYK percentages

%0
%43.72
%21.31
%28.24

Codes

Color #B76790 in popluar color models

B76790
RGB183103144
HSL329°35.71%56.08%
HSB/HSV329°43.72%71.76%
CMYK0.00%43.72%21.31%
28.24%

Color #B76790 in popluar number systems.

HEXB76790
Decimal183103144
Binary10110111110011110010000
Octal267147220

Shades and tints

Shades of #B76790

#B76790
(183,103,144)
#A75E83
(167,94,131)
#975576
(151,85,118)
#874C69
(135,76,105)
#77435C
(119,67,92)
#673A4F
(103,58,79)
#573142
(87,49,66)
#472835
(71,40,53)
#371F28
(55,31,40)
#27161B
(39,22,27)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #B76790

#B76790
(183,103,144)
#BD749A
(189,116,154)
#C381A4
(195,129,164)
#C98EAE
(201,142,174)
#CF9BB8
(207,155,184)
#D5A8C2
(213,168,194)
#DBB5CC
(219,181,204)
#E1C2D6
(225,194,214)
#E7CFE0
(231,207,224)
#EDDCEA
(237,220,234)
#F3E9F4
(243,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76790 color. Also use rgb(183,103,144) instead hex code.

Text Font Color

.myTextColor { color: #B76790; }

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

This text font color is #B76790.


Background Color

.myBgColor { background-color: #B76790; }

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

This div background color is #B76790.


Border color

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

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

This div border color is #B76790.


Opacity

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

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

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

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

This text has shadow with #B76790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76790 on black background.


Color preview on white background

This text has color #B76790 on white background.



Black color preview on #B76790 background

This text has black color on #B76790 background.


White color preview on #B76790 background

This text has white color on #B76790 background.