COLOR #B0777D

HEX: #B0777D RGB: (176,119,125)

Color info

#B0777D contains red, green and blue colors in about the same proportion. Web safe color of #B0777D is #996666 (or #966).

RGB color model

#B0777D color RGB value is (176,119,125).

RGB: (176,119,125) (69%, 47%, 49%)

RGB channels and saturation

R 176 of 255 = 69%
G 119 of 255 = 47%
B 125 of 255 = 49%

176
119
125

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

Portions of RGB colors in percentages

R + G + B = 176 + 119 + 125 = 420 (100%)
R 176 of 420 ~ 41.9%
G 119 of 420 ~ 28.33%
B 125 of 420 ~ 29.76'%

%41.9
%28.33
%29.76

CMYK color model

#B0777D color CMYK value is (0,32,29,31).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 28.98%
  • key color value is 30.98%

CMYK: (0,32,29,31)
C0M32Y29K31 (0%, 32%, 29%, 31%)
(0.00 / 0.32 / 0.29 / 0.31)

CMYK percentages

%0
%32.39
%28.98
%30.98

Codes

Color #B0777D in popluar color models

B0 77 7D
RGB 176 119 125
HSL 354° 26.51% 57.84%
HSB/HSV 354° 32.39% 69.02%
CMYK 0.00% 32.39% 28.98%
30.98%

Color #B0777D in popluar number systems.

HEX B0 77 7D
Decimal 176 119 125
Binary 10110000 1110111 1111101
Octal 260 167 175

Shades and tints

Shades of #B0777D

#B0777D
(176,119,125)
#A06D72
(160,109,114)
#906367
(144,99,103)
#80595C
(128,89,92)
#704F51
(112,79,81)
#604546
(96,69,70)
#503B3B
(80,59,59)
#403130
(64,49,48)
#302725
(48,39,37)
#201D1A
(32,29,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #B0777D

#B0777D
(176,119,125)
#B78388
(183,131,136)
#BE8F93
(190,143,147)
#C59B9E
(197,155,158)
#CCA7A9
(204,167,169)
#D3B3B4
(211,179,180)
#DABFBF
(218,191,191)
#E1CBCA
(225,203,202)
#E8D7D5
(232,215,213)
#EFE3E0
(239,227,224)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0777D color. Also use rgb(176,119,125) instead hex code.

Text Font Color

.myTextColor { color: #B0777D; }

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

This text font color is #B0777D.

Background Color

.myBgColor { background-color: #B0777D; }

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

This div background color is #B0777D.

Border color

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

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

This div border color is #B0777D.

Opacity

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

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

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

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

This text has shadow with #B0777D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0777D.

Preview

Color preview on black background

This text has color #B0777D on black background.


Color preview on white background

This text has color #B0777D on white background.


Black color preview on #B0777D background

This text has black color on #B0777D background.


White color preview on #B0777D background

This text has white color on #B0777D background.


Related colors

Complementary color

Complementary color for #hex is #4F8882.


I love getcolorcode.com

Triadic colors

1 #7DB077 and #777DB0 with #B0777D are triadic colors.

2 #7D77B0 and #77B07D with #B0777D are triadic colors.