COLOR #B7787F

HEX: #B7787F
RGB: (183,120,127)

Color info

#B7787F contains mainly red and blue colors. Web safe color of #B7787F is #CC6666 (or #C66).

RGB color model

#B7787F color RGB value is (183,120,127).

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

RGB channels and saturation

R 183 of 255 = 72%
G 120 of 255 = 47%
B 127 of 255 = 50%

183
120
127

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

Portions of RGB colors in percentages

R + G + B =
183 + 120 + 127 = 430 (100%)
R 183 of 430 ~ 42.56%
G 120 of 430 ~ 27.91%
B 127 of 430 ~ 29.53%

%42.56
%27.91
%29.53

CMYK color model

#B7787F color CMYK value is (0,34,31,28).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 30.60%
  • key color value is 28.24%
CMYK:
(0,34,31,28)
C0M34Y31K28 
(0%,34%,31%,28%)
(0.00/0.34/0.31/0.28)	

CMYK percentages

%0
%34.43
%30.6
%28.24

Codes

Color #B7787F in popluar color models

B7787F
RGB183120127
HSL353°30.43%59.41%
HSB/HSV353°34.43%71.76%
CMYK0.00%34.43%30.60%
28.24%

Color #B7787F in popluar number systems.

HEXB7787F
Decimal183120127
Binary1011011111110001111111
Octal267170177

Shades and tints

Shades of #B7787F

#B7787F
(183,120,127)
#A76E74
(167,110,116)
#976469
(151,100,105)
#875A5E
(135,90,94)
#775053
(119,80,83)
#674648
(103,70,72)
#573C3D
(87,60,61)
#473232
(71,50,50)
#372827
(55,40,39)
#271E1C
(39,30,28)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #B7787F

#B7787F
(183,120,127)
#BD848A
(189,132,138)
#C39095
(195,144,149)
#C99CA0
(201,156,160)
#CFA8AB
(207,168,171)
#D5B4B6
(213,180,182)
#DBC0C1
(219,192,193)
#E1CCCC
(225,204,204)
#E7D8D7
(231,216,215)
#EDE4E2
(237,228,226)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7787F; }

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

This text font color is #B7787F.


Background Color

.myBgColor { background-color: #B7787F; }

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

This div background color is #B7787F.


Border color

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

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

This div border color is #B7787F.


Opacity

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

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

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

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

This text has shadow with #B7787F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7787F on black background.


Color preview on white background

This text has color #B7787F on white background.



Black color preview on #B7787F background

This text has black color on #B7787F background.


White color preview on #B7787F background

This text has white color on #B7787F background.