COLOR #B77C7F

HEX: #B77C7F RGB: (183,124,127)

Color info

#B77C7F contains red, green and blue colors in about the same proportion. Web safe color of #B77C7F is #CC6666 (or #C66).

RGB color model

#B77C7F color RGB value is (183,124,127).

RGB: (183,124,127) (72%, 49%, 50%)

RGB channels and saturation

R 183 of 255 = 72%
G 124 of 255 = 49%
B 127 of 255 = 50%

183
124
127

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

Portions of RGB colors in percentages

R + G + B = 183 + 124 + 127 = 434 (100%)
R 183 of 434 ~ 42.17%
G 124 of 434 ~ 28.57%
B 127 of 434 ~ 29.26'%

%42.17
%28.57
%29.26

CMYK color model

#B77C7F color CMYK value is (0,32,31,28).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 30.60%
  • key color value is 28.24%
CMYK: (0,32,31,28) C0M32Y31K28 (0%,32%,31%,28%) (0.00/0.32/0.31/0.28) 

CMYK percentages

%0
%32.24
%30.6
%28.24

Codes

Color #B77C7F in popluar color models

B7 7C 7F
RGB 183 124 127
HSL 357° 29.06% 60.20%
HSB/HSV 357° 32.24% 71.76%
CMYK 0.00% 32.24% 30.60%
28.24%

Color #B77C7F in popluar number systems.

HEX B7 7C 7F
Decimal 183 124 127
Binary 10110111 1111100 1111111
Octal 267 174 177

Shades and tints

Shades of #B77C7F

#B77C7F
(183,124,127)
#A77174
(167,113,116)
#976669
(151,102,105)
#875B5E
(135,91,94)
#775053
(119,80,83)
#674548
(103,69,72)
#573A3D
(87,58,61)
#472F32
(71,47,50)
#372427
(55,36,39)
#27191C
(39,25,28)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #B77C7F

#B77C7F
(183,124,127)
#BD878A
(189,135,138)
#C39295
(195,146,149)
#C99DA0
(201,157,160)
#CFA8AB
(207,168,171)
#D5B3B6
(213,179,182)
#DBBEC1
(219,190,193)
#E1C9CC
(225,201,204)
#E7D4D7
(231,212,215)
#EDDFE2
(237,223,226)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77C7F color. Also use rgb(183,124,127) instead hex code.

Text Font Color

.myTextColor { color: #B77C7F; }

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

This text font color is #B77C7F.

Background Color

.myBgColor { background-color: #B77C7F; }

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

This div background color is #B77C7F.

Border color

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

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

This div border color is #B77C7F.

Opacity

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

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

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

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

This text has shadow with #B77C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B77C7F.

Preview

Color preview on black background

This text has color #B77C7F on black background.


Color preview on white background

This text has color #B77C7F on white background.


Black color preview on #B77C7F background

This text has black color on #B77C7F background.


White color preview on #B77C7F background

This text has white color on #B77C7F background.


Related colors

Complementary color

Complementary color for #hex is #488380.


I love getcolorcode.com

Triadic colors

1 #7FB77C and #7C7FB7 with #B77C7F are triadic colors.

2 #7F7CB7 and #7CB77F with #B77C7F are triadic colors.