COLOR #B77D72

HEX: #B77D72 RGB: (183,125,114)

Color info

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

RGB color model

#B77D72 color RGB value is (183,125,114).

RGB: (183,125,114) (72%, 49%, 45%)

RGB channels and saturation

R 183 of 255 = 72%
G 125 of 255 = 49%
B 114 of 255 = 45%

183
125
114

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

Portions of RGB colors in percentages

R + G + B = 183 + 125 + 114 = 422 (100%)
R 183 of 422 ~ 43.36%
G 125 of 422 ~ 29.62%
B 114 of 422 ~ 27.01'%

%43.36
%29.62
%27.01

CMYK color model

#B77D72 color CMYK value is (0,32,38,28).

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

CMYK: (0,32,38,28)
C0M32Y38K28 (0%, 32%, 38%, 28%)
(0.00 / 0.32 / 0.38 / 0.28)

CMYK percentages

%0
%31.69
%37.7
%28.24

Codes

Color #B77D72 in popluar color models

B7 7D 72
RGB 183 125 114
HSL 10° 32.39% 58.24%
HSB/HSV 10° 37.70% 71.76%
CMYK 0.00% 31.69% 37.70%
28.24%

Color #B77D72 in popluar number systems.

HEX B7 7D 72
Decimal 183 125 114
Binary 10110111 1111101 1110010
Octal 267 175 162

Shades and tints

Shades of #B77D72

#B77D72
(183,125,114)
#A77268
(167,114,104)
#97675E
(151,103,94)
#875C54
(135,92,84)
#77514A
(119,81,74)
#674640
(103,70,64)
#573B36
(87,59,54)
#47302C
(71,48,44)
#372522
(55,37,34)
#271A18
(39,26,24)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #B77D72

#B77D72
(183,125,114)
#BD887E
(189,136,126)
#C3938A
(195,147,138)
#C99E96
(201,158,150)
#CFA9A2
(207,169,162)
#D5B4AE
(213,180,174)
#DBBFBA
(219,191,186)
#E1CAC6
(225,202,198)
#E7D5D2
(231,213,210)
#EDE0DE
(237,224,222)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77D72; }

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

This text font color is #B77D72.

Background Color

.myBgColor { background-color: #B77D72; }

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

This div background color is #B77D72.

Border color

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

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

This div border color is #B77D72.

Opacity

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

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

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

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

This text has shadow with #B77D72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B77D72.

Preview

Color preview on black background

This text has color #B77D72 on black background.


Color preview on white background

This text has color #B77D72 on white background.


Black color preview on #B77D72 background

This text has black color on #B77D72 background.


White color preview on #B77D72 background

This text has white color on #B77D72 background.


Related colors

Complementary color

Complementary color for #hex is #48828D.


I love getcolorcode.com

Triadic colors

1 #72B77D and #7D72B7 with #B77D72 are triadic colors.

2 #727DB7 and #7DB772 with #B77D72 are triadic colors.