COLOR #B7797D

HEX: #B7797D RGB: (183,121,125)

Color info

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

RGB color model

#B7797D color RGB value is (183,121,125).

RGB: (183,121,125) (72%, 47%, 49%)

RGB channels and saturation

R 183 of 255 = 72%
G 121 of 255 = 47%
B 125 of 255 = 49%

183
121
125

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

Portions of RGB colors in percentages

R + G + B = 183 + 121 + 125 = 429 (100%)
R 183 of 429 ~ 42.66%
G 121 of 429 ~ 28.21%
B 125 of 429 ~ 29.14'%

%42.66
%28.21
%29.14

CMYK color model

#B7797D color CMYK value is (0,34,32,28).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 31.69%
  • key color value is 28.24%

CMYK: (0,34,32,28)
C0M34Y32K28 (0%, 34%, 32%, 28%)
(0.00 / 0.34 / 0.32 / 0.28)

CMYK percentages

%0
%33.88
%31.69
%28.24

Codes

Color #B7797D in popluar color models

B7 79 7D
RGB 183 121 125
HSL 356° 30.10% 59.61%
HSB/HSV 356° 33.88% 71.76%
CMYK 0.00% 33.88% 31.69%
28.24%

Color #B7797D in popluar number systems.

HEX B7 79 7D
Decimal 183 121 125
Binary 10110111 1111001 1111101
Octal 267 171 175

Shades and tints

Shades of #B7797D

#B7797D
(183,121,125)
#A76E72
(167,110,114)
#976367
(151,99,103)
#87585C
(135,88,92)
#774D51
(119,77,81)
#674246
(103,66,70)
#57373B
(87,55,59)
#472C30
(71,44,48)
#372125
(55,33,37)
#27161A
(39,22,26)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #B7797D

#B7797D
(183,121,125)
#BD8588
(189,133,136)
#C39193
(195,145,147)
#C99D9E
(201,157,158)
#CFA9A9
(207,169,169)
#D5B5B4
(213,181,180)
#DBC1BF
(219,193,191)
#E1CDCA
(225,205,202)
#E7D9D5
(231,217,213)
#EDE5E0
(237,229,224)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7797D color. Also use rgb(183,121,125) instead hex code.

Text Font Color

.myTextColor { color: #B7797D; }

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

This text font color is #B7797D.

Background Color

.myBgColor { background-color: #B7797D; }

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

This div background color is #B7797D.

Border color

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

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

This div border color is #B7797D.

Opacity

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

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

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

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

This text has shadow with #B7797D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7797D.

Preview

Color preview on black background

This text has color #B7797D on black background.


Color preview on white background

This text has color #B7797D on white background.


Black color preview on #B7797D background

This text has black color on #B7797D background.


White color preview on #B7797D background

This text has white color on #B7797D background.


Related colors

Complementary color

Complementary color for #hex is #488682.


I love getcolorcode.com

Triadic colors

1 #7DB779 and #797DB7 with #B7797D are triadic colors.

2 #7D79B7 and #79B77D with #B7797D are triadic colors.