COLOR #B77A5C

HEX: #B77A5C RGB: (183,122,92)

Color info

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

RGB color model

#B77A5C color RGB value is (183,122,92).

RGB: (183,122,92) (72%, 48%, 36%)

RGB channels and saturation

R 183 of 255 = 72%
G 122 of 255 = 48%
B 92 of 255 = 36%

183
122
92

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

Portions of RGB colors in percentages

R + G + B = 183 + 122 + 92 = 397 (100%)
R 183 of 397 ~ 46.1%
G 122 of 397 ~ 30.73%
B 92 of 397 ~ 23.17'%

%46.1
%30.73
%23.17

CMYK color model

#B77A5C color CMYK value is (0,33,50,28).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 49.73%
  • key color value is 28.24%

CMYK: (0,33,50,28)
C0M33Y50K28 (0%, 33%, 50%, 28%)
(0.00 / 0.33 / 0.50 / 0.28)

CMYK percentages

%0
%33.33
%49.73
%28.24

Codes

Color #B77A5C in popluar color models

B7 7A 5C
RGB 183 122 92
HSL 20° 38.72% 53.92%
HSB/HSV 20° 49.73% 71.76%
CMYK 0.00% 33.33% 49.73%
28.24%

Color #B77A5C in popluar number systems.

HEX B7 7A 5C
Decimal 183 122 92
Binary 10110111 1111010 1011100
Octal 267 172 134

Shades and tints

Shades of #B77A5C

#B77A5C
(183,122,92)
#A76F54
(167,111,84)
#97644C
(151,100,76)
#875944
(135,89,68)
#774E3C
(119,78,60)
#674334
(103,67,52)
#57382C
(87,56,44)
#472D24
(71,45,36)
#37221C
(55,34,28)
#271714
(39,23,20)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #B77A5C

#B77A5C
(183,122,92)
#BD866A
(189,134,106)
#C39278
(195,146,120)
#C99E86
(201,158,134)
#CFAA94
(207,170,148)
#D5B6A2
(213,182,162)
#DBC2B0
(219,194,176)
#E1CEBE
(225,206,190)
#E7DACC
(231,218,204)
#EDE6DA
(237,230,218)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77A5C color. Also use rgb(183,122,92) instead hex code.

Text Font Color

.myTextColor { color: #B77A5C; }

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

This text font color is #B77A5C.

Background Color

.myBgColor { background-color: #B77A5C; }

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

This div background color is #B77A5C.

Border color

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

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

This div border color is #B77A5C.

Opacity

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

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

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

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

This text has shadow with #B77A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B77A5C.

Preview

Color preview on black background

This text has color #B77A5C on black background.


Color preview on white background

This text has color #B77A5C on white background.


Black color preview on #B77A5C background

This text has black color on #B77A5C background.


White color preview on #B77A5C background

This text has white color on #B77A5C background.


Related colors

Complementary color

Complementary color for #hex is #4885A3.


I love getcolorcode.com

Triadic colors

1 #5CB77A and #7A5CB7 with #B77A5C are triadic colors.

2 #5C7AB7 and #7AB75C with #B77A5C are triadic colors.