COLOR #B7776A

HEX: #B7776A RGB: (183,119,106)

Color info

#B7776A contains mainly red color. Web safe color of #B7776A is #CC6666 (or #C66).

RGB color model

#B7776A color RGB value is (183,119,106).

RGB: (183,119,106) (72%, 47%, 42%)

RGB channels and saturation

R 183 of 255 = 72%
G 119 of 255 = 47%
B 106 of 255 = 42%

183
119
106

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

Portions of RGB colors in percentages

R + G + B = 183 + 119 + 106 = 408 (100%)
R 183 of 408 ~ 44.85%
G 119 of 408 ~ 29.17%
B 106 of 408 ~ 25.98'%

%44.85
%29.17
%25.98

CMYK color model

#B7776A color CMYK value is (0,35,42,28).

  • cyan value is 0.00%
  • magenta value is 34.97%
  • yellow value is 42.08%
  • key color value is 28.24%

CMYK: (0,35,42,28)
C0M35Y42K28 (0%, 35%, 42%, 28%)
(0.00 / 0.35 / 0.42 / 0.28)

CMYK percentages

%0
%34.97
%42.08
%28.24

Codes

Color #B7776A in popluar color models

B7 77 6A
RGB 183 119 106
HSL 10° 34.84% 56.67%
HSB/HSV 10° 42.08% 71.76%
CMYK 0.00% 34.97% 42.08%
28.24%

Color #B7776A in popluar number systems.

HEX B7 77 6A
Decimal 183 119 106
Binary 10110111 1110111 1101010
Octal 267 167 152

Shades and tints

Shades of #B7776A

#B7776A
(183,119,106)
#A76D61
(167,109,97)
#976358
(151,99,88)
#87594F
(135,89,79)
#774F46
(119,79,70)
#67453D
(103,69,61)
#573B34
(87,59,52)
#47312B
(71,49,43)
#372722
(55,39,34)
#271D19
(39,29,25)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #B7776A

#B7776A
(183,119,106)
#BD8377
(189,131,119)
#C38F84
(195,143,132)
#C99B91
(201,155,145)
#CFA79E
(207,167,158)
#D5B3AB
(213,179,171)
#DBBFB8
(219,191,184)
#E1CBC5
(225,203,197)
#E7D7D2
(231,215,210)
#EDE3DF
(237,227,223)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7776A color. Also use rgb(183,119,106) instead hex code.

Text Font Color

.myTextColor { color: #B7776A; }

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

This text font color is #B7776A.

Background Color

.myBgColor { background-color: #B7776A; }

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

This div background color is #B7776A.

Border color

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

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

This div border color is #B7776A.

Opacity

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

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

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

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

This text has shadow with #B7776A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7776A.

Preview

Color preview on black background

This text has color #B7776A on black background.


Color preview on white background

This text has color #B7776A on white background.


Black color preview on #B7776A background

This text has black color on #B7776A background.


White color preview on #B7776A background

This text has white color on #B7776A background.


Related colors

Complementary color

Complementary color for #hex is #488895.


I love getcolorcode.com

Triadic colors

1 #6AB777 and #776AB7 with #B7776A are triadic colors.

2 #6A77B7 and #77B76A with #B7776A are triadic colors.