COLOR #B7759C

HEX: #B7759C
RGB: (183,117,156)

Color info

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

RGB color model

#B7759C color RGB value is (183,117,156).

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

RGB channels and saturation

R 183 of 255 = 72%
G 117 of 255 = 46%
B 156 of 255 = 61%

183
117
156

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

Portions of RGB colors in percentages

R + G + B =
183 + 117 + 156 = 456 (100%)
R 183 of 456 ~ 40.13%
G 117 of 456 ~ 25.66%
B 156 of 456 ~ 34.21%

%40.13
%25.66
%34.21

CMYK color model

#B7759C color CMYK value is (0,36,15,28).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK:
(0,36,15,28)
C0M36Y15K28 
(0%,36%,15%,28%)
(0.00/0.36/0.15/0.28)	

CMYK percentages

%0
%36.07
%14.75
%28.24

Codes

Color #B7759C in popluar color models

B7759C
RGB183117156
HSL325°31.43%58.82%
HSB/HSV325°36.07%71.76%
CMYK0.00%36.07%14.75%
28.24%

Color #B7759C in popluar number systems.

HEXB7759C
Decimal183117156
Binary10110111111010110011100
Octal267165234

Shades and tints

Shades of #B7759C

#B7759C
(183,117,156)
#A76B8E
(167,107,142)
#976180
(151,97,128)
#875772
(135,87,114)
#774D64
(119,77,100)
#674356
(103,67,86)
#573948
(87,57,72)
#472F3A
(71,47,58)
#37252C
(55,37,44)
#271B1E
(39,27,30)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #B7759C

#B7759C
(183,117,156)
#BD81A5
(189,129,165)
#C38DAE
(195,141,174)
#C999B7
(201,153,183)
#CFA5C0
(207,165,192)
#D5B1C9
(213,177,201)
#DBBDD2
(219,189,210)
#E1C9DB
(225,201,219)
#E7D5E4
(231,213,228)
#EDE1ED
(237,225,237)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7759C; }

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

This text font color is #B7759C.


Background Color

.myBgColor { background-color: #B7759C; }

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

This div background color is #B7759C.


Border color

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

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

This div border color is #B7759C.


Opacity

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

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

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

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

This text has shadow with #B7759C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7759C on black background.


Color preview on white background

This text has color #B7759C on white background.



Black color preview on #B7759C background

This text has black color on #B7759C background.


White color preview on #B7759C background

This text has white color on #B7759C background.