COLOR #B6777A

HEX: #B6777A RGB: (182,119,122)

Color info

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

RGB color model

#B6777A color RGB value is (182,119,122).

RGB: (182,119,122) (71%, 47%, 48%)

RGB channels and saturation

R 182 of 255 = 71%
G 119 of 255 = 47%
B 122 of 255 = 48%

182
119
122

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

Portions of RGB colors in percentages

R + G + B = 182 + 119 + 122 = 423 (100%)
R 182 of 423 ~ 43.03%
G 119 of 423 ~ 28.13%
B 122 of 423 ~ 28.84'%

%43.03
%28.13
%28.84

CMYK color model

#B6777A color CMYK value is (0,35,33,29).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 32.97%
  • key color value is 28.63%

CMYK: (0,35,33,29)
C0M35Y33K29 (0%, 35%, 33%, 29%)
(0.00 / 0.35 / 0.33 / 0.29)

CMYK percentages

%0
%34.62
%32.97
%28.63

Codes

Color #B6777A in popluar color models

B6 77 7A
RGB 182 119 122
HSL 357° 30.14% 59.02%
HSB/HSV 357° 34.62% 71.37%
CMYK 0.00% 34.62% 32.97%
28.63%

Color #B6777A in popluar number systems.

HEX B6 77 7A
Decimal 182 119 122
Binary 10110110 1110111 1111010
Octal 266 167 172

Shades and tints

Shades of #B6777A

#B6777A
(182,119,122)
#A66D6F
(166,109,111)
#966364
(150,99,100)
#865959
(134,89,89)
#764F4E
(118,79,78)
#664543
(102,69,67)
#563B38
(86,59,56)
#46312D
(70,49,45)
#362722
(54,39,34)
#261D17
(38,29,23)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #B6777A

#B6777A
(182,119,122)
#BC8386
(188,131,134)
#C28F92
(194,143,146)
#C89B9E
(200,155,158)
#CEA7AA
(206,167,170)
#D4B3B6
(212,179,182)
#DABFC2
(218,191,194)
#E0CBCE
(224,203,206)
#E6D7DA
(230,215,218)
#ECE3E6
(236,227,230)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6777A color. Also use rgb(182,119,122) instead hex code.

Text Font Color

.myTextColor { color: #B6777A; }

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

This text font color is #B6777A.

Background Color

.myBgColor { background-color: #B6777A; }

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

This div background color is #B6777A.

Border color

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

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

This div border color is #B6777A.

Opacity

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

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

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

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

This text has shadow with #B6777A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6777A.

Preview

Color preview on black background

This text has color #B6777A on black background.


Color preview on white background

This text has color #B6777A on white background.


Black color preview on #B6777A background

This text has black color on #B6777A background.


White color preview on #B6777A background

This text has white color on #B6777A background.


Related colors

Complementary color

Complementary color for #hex is #498885.


I love getcolorcode.com

Triadic colors

1 #7AB677 and #777AB6 with #B6777A are triadic colors.

2 #7A77B6 and #77B67A with #B6777A are triadic colors.