COLOR #B7768B

HEX: #B7768B
RGB: (183,118,139)

Color info

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

RGB color model

#B7768B color RGB value is (183,118,139).

  • red value is 183;
  • green value is 118;
  • blue value is 139.
RGB: (183,118,139) (72%,46%,55%)

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 139 of 255 = 55%

183
118
139

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

Portions of RGB colors in percentages

R + G + B =
183 + 118 + 139 = 440 (100%)
R 183 of 440 ~ 41.59%
G 118 of 440 ~ 26.82%
B 139 of 440 ~ 31.59%

%41.59
%26.82
%31.59

CMYK color model

#B7768B color CMYK value is (0,36,24,28).

  • cyan value is 0.00%
  • magenta value is 35.52%
  • yellow value is 24.04%
  • key color value is 28.24%
CMYK: (0,36,24,28) C0M36Y24K28 (0%,36%,24%,28%) (0.00/0.36/0.24/0.28)

CMYK percentages

%0
%35.52
%24.04
%28.24

Codes

Color #B7768B in popluar color models

B7768B
RGB183118139
HSL341°31.10%59.02%
HSB/HSV341°35.52%71.76%
CMYK0.00%35.52%24.04%
28.24%

Color #B7768B in popluar number systems.

HEXB7768B
Decimal183118139
Binary10110111111011010001011
Octal267166213

Shades and tints

Shades of #B7768B

#B7768B
(183,118,139)
#A76C7F
(167,108,127)
#976273
(151,98,115)
#875867
(135,88,103)
#774E5B
(119,78,91)
#67444F
(103,68,79)
#573A43
(87,58,67)
#473037
(71,48,55)
#37262B
(55,38,43)
#271C1F
(39,28,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #B7768B

#B7768B
(183,118,139)
#BD8295
(189,130,149)
#C38E9F
(195,142,159)
#C99AA9
(201,154,169)
#CFA6B3
(207,166,179)
#D5B2BD
(213,178,189)
#DBBEC7
(219,190,199)
#E1CAD1
(225,202,209)
#E7D6DB
(231,214,219)
#EDE2E5
(237,226,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7768B color. Also use rgb(183,118,139) instead hex code.

Text Font Color

.myTextColor { color: #B7768B; }

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

This text font color is #B7768B.


Background Color

.myBgColor { background-color: #B7768B; }

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

This div background color is #B7768B.


Border color

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

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

This div border color is #B7768B.


Opacity

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

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

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

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

This text has shadow with #B7768B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B7768B on black background.


Color preview on white background

This text has color #B7768B on white background.



Black color preview on #B7768B background

This text has black color on #B7768B background.


White color preview on #B7768B background

This text has white color on #B7768B background.