COLOR #B7767C

HEX: #B7767C RGB: (183,118,124)

Color info

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

RGB color model

#B7767C color RGB value is (183,118,124).

RGB: (183,118,124) (72%, 46%, 49%)

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 124 of 255 = 49%

183
118
124

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

Portions of RGB colors in percentages

R + G + B = 183 + 118 + 124 = 425 (100%)
R 183 of 425 ~ 43.06%
G 118 of 425 ~ 27.76%
B 124 of 425 ~ 29.18'%

%43.06
%27.76
%29.18

CMYK color model

#B7767C color CMYK value is (0,36,32,28).

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

CMYK: (0,36,32,28)
C0M36Y32K28 (0%, 36%, 32%, 28%)
(0.00 / 0.36 / 0.32 / 0.28)

CMYK percentages

%0
%35.52
%32.24
%28.24

Codes

Color #B7767C in popluar color models

B7 76 7C
RGB 183 118 124
HSL 354° 31.10% 59.02%
HSB/HSV 354° 35.52% 71.76%
CMYK 0.00% 35.52% 32.24%
28.24%

Color #B7767C in popluar number systems.

HEX B7 76 7C
Decimal 183 118 124
Binary 10110111 1110110 1111100
Octal 267 166 174

Shades and tints

Shades of #B7767C

#B7767C
(183,118,124)
#A76C71
(167,108,113)
#976266
(151,98,102)
#87585B
(135,88,91)
#774E50
(119,78,80)
#674445
(103,68,69)
#573A3A
(87,58,58)
#47302F
(71,48,47)
#372624
(55,38,36)
#271C19
(39,28,25)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #B7767C

#B7767C
(183,118,124)
#BD8287
(189,130,135)
#C38E92
(195,142,146)
#C99A9D
(201,154,157)
#CFA6A8
(207,166,168)
#D5B2B3
(213,178,179)
#DBBEBE
(219,190,190)
#E1CAC9
(225,202,201)
#E7D6D4
(231,214,212)
#EDE2DF
(237,226,223)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7767C; }

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

This text font color is #B7767C.

Background Color

.myBgColor { background-color: #B7767C; }

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

This div background color is #B7767C.

Border color

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

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

This div border color is #B7767C.

Opacity

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

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

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

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

This text has shadow with #B7767C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7767C.

Preview

Color preview on black background

This text has color #B7767C on black background.


Color preview on white background

This text has color #B7767C on white background.


Black color preview on #B7767C background

This text has black color on #B7767C background.


White color preview on #B7767C background

This text has white color on #B7767C background.


Related colors

Complementary color

Complementary color for #hex is #488983.


I love getcolorcode.com

Triadic colors

1 #7CB776 and #767CB7 with #B7767C are triadic colors.

2 #7C76B7 and #76B77C with #B7767C are triadic colors.