COLOR #B7768D

HEX: #B7768D RGB: (183,118,141)

Color info

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

RGB color model

#B7768D color RGB value is (183,118,141).

RGB: (183,118,141) (72%, 46%, 55%)

RGB channels and saturation

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

183
118
141

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

Portions of RGB colors in percentages

R + G + B = 183 + 118 + 141 = 442 (100%)
R 183 of 442 ~ 41.4%
G 118 of 442 ~ 26.7%
B 141 of 442 ~ 31.9'%

%41.4
%26.7
%31.9

CMYK color model

#B7768D color CMYK value is (0,36,23,28).

  • cyan value is 0.00%
  • magenta value is 35.52%
  • yellow value is 22.95%
  • key color value is 28.24%

CMYK: (0,36,23,28)
C0M36Y23K28 (0%, 36%, 23%, 28%)
(0.00 / 0.36 / 0.23 / 0.28)

CMYK percentages

%0
%35.52
%22.95
%28.24

Codes

Color #B7768D in popluar color models

B7 76 8D
RGB 183 118 141
HSL 339° 31.10% 59.02%
HSB/HSV 339° 35.52% 71.76%
CMYK 0.00% 35.52% 22.95%
28.24%

Color #B7768D in popluar number systems.

HEX B7 76 8D
Decimal 183 118 141
Binary 10110111 1110110 10001101
Octal 267 166 215

Shades and tints

Shades of #B7768D

#B7768D
(183,118,141)
#A76C81
(167,108,129)
#976275
(151,98,117)
#875869
(135,88,105)
#774E5D
(119,78,93)
#674451
(103,68,81)
#573A45
(87,58,69)
#473039
(71,48,57)
#37262D
(55,38,45)
#271C21
(39,28,33)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #B7768D

#B7768D
(183,118,141)
#BD8297
(189,130,151)
#C38EA1
(195,142,161)
#C99AAB
(201,154,171)
#CFA6B5
(207,166,181)
#D5B2BF
(213,178,191)
#DBBEC9
(219,190,201)
#E1CAD3
(225,202,211)
#E7D6DD
(231,214,221)
#EDE2E7
(237,226,231)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7768D; }

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

This text font color is #B7768D.

Background Color

.myBgColor { background-color: #B7768D; }

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

This div background color is #B7768D.

Border color

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

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

This div border color is #B7768D.

Opacity

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

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

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

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

This text has shadow with #B7768D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7768D.

Preview

Color preview on black background

This text has color #B7768D on black background.


Color preview on white background

This text has color #B7768D on white background.


Black color preview on #B7768D background

This text has black color on #B7768D background.


White color preview on #B7768D background

This text has white color on #B7768D background.


Related colors

Complementary color

Complementary color for #hex is #488972.


I love getcolorcode.com

Triadic colors

1 #8DB776 and #768DB7 with #B7768D are triadic colors.

2 #8D76B7 and #76B78D with #B7768D are triadic colors.