COLOR #B77373

HEX: #B77373
RGB: (183,115,115)

Color info

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

RGB color model

#B77373 color RGB value is (183,115,115).

  • red value is 183;
  • green value is 115;
  • blue value is 115.
RGB:
(183,115,115)
(72%,45%,45%)

RGB channels and saturation

R 183 of 255 = 72%
G 115 of 255 = 45%
B 115 of 255 = 45%

183
115
115

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

Portions of RGB colors in percentages

R + G + B =
183 + 115 + 115 = 413 (100%)
R 183 of 413 ~ 44.31%
G 115 of 413 ~ 27.85%
B 115 of 413 ~ 27.85%

%44.31
%27.85
%27.85

CMYK color model

#B77373 color CMYK value is (0,37,37,28).

  • cyan value is 0.00%
  • magenta value is 37.16%
  • yellow value is 37.16%
  • key color value is 28.24%
CMYK:
(0,37,37,28)
C0M37Y37K28 
(0%,37%,37%,28%)
(0.00/0.37/0.37/0.28)	

CMYK percentages

%0
%37.16
%37.16
%28.24

Codes

Color #B77373 in popluar color models

B77373
RGB183115115
HSL32.08%58.43%
HSB/HSV37.16%71.76%
CMYK0.00%37.16%37.16%
28.24%

Color #B77373 in popluar number systems.

HEXB77373
Decimal183115115
Binary1011011111100111110011
Octal267163163

Shades and tints

Shades of #B77373

#B77373
(183,115,115)
#A76969
(167,105,105)
#975F5F
(151,95,95)
#875555
(135,85,85)
#774B4B
(119,75,75)
#674141
(103,65,65)
#573737
(87,55,55)
#472D2D
(71,45,45)
#372323
(55,35,35)
#271919
(39,25,25)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #B77373

#B77373
(183,115,115)
#BD7F7F
(189,127,127)
#C38B8B
(195,139,139)
#C99797
(201,151,151)
#CFA3A3
(207,163,163)
#D5AFAF
(213,175,175)
#DBBBBB
(219,187,187)
#E1C7C7
(225,199,199)
#E7D3D3
(231,211,211)
#EDDFDF
(237,223,223)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77373; }

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

This text font color is #B77373.


Background Color

.myBgColor { background-color: #B77373; }

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

This div background color is #B77373.


Border color

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

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

This div border color is #B77373.


Opacity

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

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

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

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

This text has shadow with #B77373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77373 on black background.


Color preview on white background

This text has color #B77373 on white background.



Black color preview on #B77373 background

This text has black color on #B77373 background.


White color preview on #B77373 background

This text has white color on #B77373 background.