COLOR #B77870

HEX: #B77870
RGB: (183,120,112)

Color info

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

RGB color model

#B77870 color RGB value is (183,120,112).

  • red value is 183;
  • green value is 120;
  • blue value is 112.
RGB:
(183,120,112)
(72%,47%,44%)

RGB channels and saturation

R 183 of 255 = 72%
G 120 of 255 = 47%
B 112 of 255 = 44%

183
120
112

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

Portions of RGB colors in percentages

R + G + B =
183 + 120 + 112 = 415 (100%)
R 183 of 415 ~ 44.1%
G 120 of 415 ~ 28.92%
B 112 of 415 ~ 26.99%

%44.1
%28.92
%26.99

CMYK color model

#B77870 color CMYK value is (0,34,39,28).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 38.80%
  • key color value is 28.24%
CMYK:
(0,34,39,28)
C0M34Y39K28 
(0%,34%,39%,28%)
(0.00/0.34/0.39/0.28)	

CMYK percentages

%0
%34.43
%38.8
%28.24

Codes

Color #B77870 in popluar color models

B77870
RGB183120112
HSL33.02%57.84%
HSB/HSV38.80%71.76%
CMYK0.00%34.43%38.80%
28.24%

Color #B77870 in popluar number systems.

HEXB77870
Decimal183120112
Binary1011011111110001110000
Octal267170160

Shades and tints

Shades of #B77870

#B77870
(183,120,112)
#A76E66
(167,110,102)
#97645C
(151,100,92)
#875A52
(135,90,82)
#775048
(119,80,72)
#67463E
(103,70,62)
#573C34
(87,60,52)
#47322A
(71,50,42)
#372820
(55,40,32)
#271E16
(39,30,22)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #B77870

#B77870
(183,120,112)
#BD847D
(189,132,125)
#C3908A
(195,144,138)
#C99C97
(201,156,151)
#CFA8A4
(207,168,164)
#D5B4B1
(213,180,177)
#DBC0BE
(219,192,190)
#E1CCCB
(225,204,203)
#E7D8D8
(231,216,216)
#EDE4E5
(237,228,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77870; }

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

This text font color is #B77870.


Background Color

.myBgColor { background-color: #B77870; }

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

This div background color is #B77870.


Border color

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

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

This div border color is #B77870.


Opacity

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

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

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

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

This text has shadow with #B77870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77870 on black background.


Color preview on white background

This text has color #B77870 on white background.



Black color preview on #B77870 background

This text has black color on #B77870 background.


White color preview on #B77870 background

This text has white color on #B77870 background.