COLOR #B77C77

HEX: #B77C77
RGB: (183,124,119)

Color info

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

RGB color model

#B77C77 color RGB value is (183,124,119).

  • red value is 183;
  • green value is 124;
  • blue value is 119.
RGB:
(183,124,119)
(72%,49%,47%)

RGB channels and saturation

R 183 of 255 = 72%
G 124 of 255 = 49%
B 119 of 255 = 47%

183
124
119

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

Portions of RGB colors in percentages

R + G + B =
183 + 124 + 119 = 426 (100%)
R 183 of 426 ~ 42.96%
G 124 of 426 ~ 29.11%
B 119 of 426 ~ 27.93%

%42.96
%29.11
%27.93

CMYK color model

#B77C77 color CMYK value is (0,32,35,28).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 34.97%
  • key color value is 28.24%
CMYK:
(0,32,35,28)
C0M32Y35K28 
(0%,32%,35%,28%)
(0.00/0.32/0.35/0.28)	

CMYK percentages

%0
%32.24
%34.97
%28.24

Codes

Color #B77C77 in popluar color models

B77C77
RGB183124119
HSL30.77%59.22%
HSB/HSV34.97%71.76%
CMYK0.00%32.24%34.97%
28.24%

Color #B77C77 in popluar number systems.

HEXB77C77
Decimal183124119
Binary1011011111111001110111
Octal267174167

Shades and tints

Shades of #B77C77

#B77C77
(183,124,119)
#A7716D
(167,113,109)
#976663
(151,102,99)
#875B59
(135,91,89)
#77504F
(119,80,79)
#674545
(103,69,69)
#573A3B
(87,58,59)
#472F31
(71,47,49)
#372427
(55,36,39)
#27191D
(39,25,29)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #B77C77

#B77C77
(183,124,119)
#BD8783
(189,135,131)
#C3928F
(195,146,143)
#C99D9B
(201,157,155)
#CFA8A7
(207,168,167)
#D5B3B3
(213,179,179)
#DBBEBF
(219,190,191)
#E1C9CB
(225,201,203)
#E7D4D7
(231,212,215)
#EDDFE3
(237,223,227)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77C77; }

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

This text font color is #B77C77.


Background Color

.myBgColor { background-color: #B77C77; }

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

This div background color is #B77C77.


Border color

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

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

This div border color is #B77C77.


Opacity

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

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

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

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

This text has shadow with #B77C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77C77 on black background.


Color preview on white background

This text has color #B77C77 on white background.



Black color preview on #B77C77 background

This text has black color on #B77C77 background.


White color preview on #B77C77 background

This text has white color on #B77C77 background.