COLOR #B77767

HEX: #B77767
RGB: (183,119,103)

Color info

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

RGB color model

#B77767 color RGB value is (183,119,103).

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

RGB channels and saturation

R 183 of 255 = 72%
G 119 of 255 = 47%
B 103 of 255 = 40%

183
119
103

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

Portions of RGB colors in percentages

R + G + B =
183 + 119 + 103 = 405 (100%)
R 183 of 405 ~ 45.19%
G 119 of 405 ~ 29.38%
B 103 of 405 ~ 25.43%

%45.19
%29.38
%25.43

CMYK color model

#B77767 color CMYK value is (0,35,44,28).

  • cyan value is 0.00%
  • magenta value is 34.97%
  • yellow value is 43.72%
  • key color value is 28.24%
CMYK:
(0,35,44,28)
C0M35Y44K28 
(0%,35%,44%,28%)
(0.00/0.35/0.44/0.28)	

CMYK percentages

%0
%34.97
%43.72
%28.24

Codes

Color #B77767 in popluar color models

B77767
RGB183119103
HSL12°35.71%56.08%
HSB/HSV12°43.72%71.76%
CMYK0.00%34.97%43.72%
28.24%

Color #B77767 in popluar number systems.

HEXB77767
Decimal183119103
Binary1011011111101111100111
Octal267167147

Shades and tints

Shades of #B77767

#B77767
(183,119,103)
#A76D5E
(167,109,94)
#976355
(151,99,85)
#87594C
(135,89,76)
#774F43
(119,79,67)
#67453A
(103,69,58)
#573B31
(87,59,49)
#473128
(71,49,40)
#37271F
(55,39,31)
#271D16
(39,29,22)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #B77767

#B77767
(183,119,103)
#BD8374
(189,131,116)
#C38F81
(195,143,129)
#C99B8E
(201,155,142)
#CFA79B
(207,167,155)
#D5B3A8
(213,179,168)
#DBBFB5
(219,191,181)
#E1CBC2
(225,203,194)
#E7D7CF
(231,215,207)
#EDE3DC
(237,227,220)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77767; }

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

This text font color is #B77767.


Background Color

.myBgColor { background-color: #B77767; }

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

This div background color is #B77767.


Border color

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

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

This div border color is #B77767.


Opacity

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

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

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

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

This text has shadow with #B77767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77767 on black background.


Color preview on white background

This text has color #B77767 on white background.



Black color preview on #B77767 background

This text has black color on #B77767 background.


White color preview on #B77767 background

This text has white color on #B77767 background.