COLOR #B7788F

HEX: #B7788F
RGB: (183,120,143)

Color info

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

RGB color model

#B7788F color RGB value is (183,120,143).

  • red value is 183;
  • green value is 120;
  • blue value is 143.
RGB:
(183,120,143)
(72%,47%,56%)

RGB channels and saturation

R 183 of 255 = 72%
G 120 of 255 = 47%
B 143 of 255 = 56%

183
120
143

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

Portions of RGB colors in percentages

R + G + B =
183 + 120 + 143 = 446 (100%)
R 183 of 446 ~ 41.03%
G 120 of 446 ~ 26.91%
B 143 of 446 ~ 32.06%

%41.03
%26.91
%32.06

CMYK color model

#B7788F color CMYK value is (0,34,22,28).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 21.86%
  • key color value is 28.24%
CMYK:
(0,34,22,28)
C0M34Y22K28 
(0%,34%,22%,28%)
(0.00/0.34/0.22/0.28)	

CMYK percentages

%0
%34.43
%21.86
%28.24

Codes

Color #B7788F in popluar color models

B7788F
RGB183120143
HSL338°30.43%59.41%
HSB/HSV338°34.43%71.76%
CMYK0.00%34.43%21.86%
28.24%

Color #B7788F in popluar number systems.

HEXB7788F
Decimal183120143
Binary10110111111100010001111
Octal267170217

Shades and tints

Shades of #B7788F

#B7788F
(183,120,143)
#A76E82
(167,110,130)
#976475
(151,100,117)
#875A68
(135,90,104)
#77505B
(119,80,91)
#67464E
(103,70,78)
#573C41
(87,60,65)
#473234
(71,50,52)
#372827
(55,40,39)
#271E1A
(39,30,26)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #B7788F

#B7788F
(183,120,143)
#BD8499
(189,132,153)
#C390A3
(195,144,163)
#C99CAD
(201,156,173)
#CFA8B7
(207,168,183)
#D5B4C1
(213,180,193)
#DBC0CB
(219,192,203)
#E1CCD5
(225,204,213)
#E7D8DF
(231,216,223)
#EDE4E9
(237,228,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7788F color. Also use rgb(183,120,143) instead hex code.

Text Font Color

.myTextColor { color: #B7788F; }

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

This text font color is #B7788F.


Background Color

.myBgColor { background-color: #B7788F; }

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

This div background color is #B7788F.


Border color

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

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

This div border color is #B7788F.


Opacity

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

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

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

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

This text has shadow with #B7788F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7788F on black background.


Color preview on white background

This text has color #B7788F on white background.



Black color preview on #B7788F background

This text has black color on #B7788F background.


White color preview on #B7788F background

This text has white color on #B7788F background.