COLOR #B77858

HEX: #B77858
RGB: (183,120,88)

Color info

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

RGB color model

#B77858 color RGB value is (183,120,88).

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

RGB channels and saturation

R 183 of 255 = 72%
G 120 of 255 = 47%
B 88 of 255 = 35%

183
120
88

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

Portions of RGB colors in percentages

R + G + B =
183 + 120 + 88 = 391 (100%)
R 183 of 391 ~ 46.8%
G 120 of 391 ~ 30.69%
B 88 of 391 ~ 22.51%

%46.8
%30.69
%22.51

CMYK color model

#B77858 color CMYK value is (0,34,52,28).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 51.91%
  • key color value is 28.24%
CMYK:
(0,34,52,28)
C0M34Y52K28 
(0%,34%,52%,28%)
(0.00/0.34/0.52/0.28)	

CMYK percentages

%0
%34.43
%51.91
%28.24

Codes

Color #B77858 in popluar color models

B77858
RGB18312088
HSL20°39.75%53.14%
HSB/HSV20°51.91%71.76%
CMYK0.00%34.43%51.91%
28.24%

Color #B77858 in popluar number systems.

HEXB77858
Decimal18312088
Binary1011011111110001011000
Octal267170130

Shades and tints

Shades of #B77858

#B77858
(183,120,88)
#A76E50
(167,110,80)
#976448
(151,100,72)
#875A40
(135,90,64)
#775038
(119,80,56)
#674630
(103,70,48)
#573C28
(87,60,40)
#473220
(71,50,32)
#372818
(55,40,24)
#271E10
(39,30,16)
#171408
(23,20,8)
#000000
(0,0,0)

Tints of #B77858

#B77858
(183,120,88)
#BD8467
(189,132,103)
#C39076
(195,144,118)
#C99C85
(201,156,133)
#CFA894
(207,168,148)
#D5B4A3
(213,180,163)
#DBC0B2
(219,192,178)
#E1CCC1
(225,204,193)
#E7D8D0
(231,216,208)
#EDE4DF
(237,228,223)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77858; }

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

This text font color is #B77858.


Background Color

.myBgColor { background-color: #B77858; }

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

This div background color is #B77858.


Border color

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

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

This div border color is #B77858.


Opacity

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

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

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

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

This text has shadow with #B77858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77858 on black background.


Color preview on white background

This text has color #B77858 on white background.



Black color preview on #B77858 background

This text has black color on #B77858 background.


White color preview on #B77858 background

This text has white color on #B77858 background.