COLOR #B77568

HEX: #B77568
RGB: (183,117,104)

Color info

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

RGB color model

#B77568 color RGB value is (183,117,104).

  • red value is 183;
  • green value is 117;
  • blue value is 104.
RGB:
(183,117,104)
(72%,46%,41%)

RGB channels and saturation

R 183 of 255 = 72%
G 117 of 255 = 46%
B 104 of 255 = 41%

183
117
104

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

Portions of RGB colors in percentages

R + G + B =
183 + 117 + 104 = 404 (100%)
R 183 of 404 ~ 45.3%
G 117 of 404 ~ 28.96%
B 104 of 404 ~ 25.74%

%45.3
%28.96
%25.74

CMYK color model

#B77568 color CMYK value is (0,36,43,28).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 43.17%
  • key color value is 28.24%
CMYK:
(0,36,43,28)
C0M36Y43K28 
(0%,36%,43%,28%)
(0.00/0.36/0.43/0.28)	

CMYK percentages

%0
%36.07
%43.17
%28.24

Codes

Color #B77568 in popluar color models

B77568
RGB183117104
HSL10°35.43%56.27%
HSB/HSV10°43.17%71.76%
CMYK0.00%36.07%43.17%
28.24%

Color #B77568 in popluar number systems.

HEXB77568
Decimal183117104
Binary1011011111101011101000
Octal267165150

Shades and tints

Shades of #B77568

#B77568
(183,117,104)
#A76B5F
(167,107,95)
#976156
(151,97,86)
#87574D
(135,87,77)
#774D44
(119,77,68)
#67433B
(103,67,59)
#573932
(87,57,50)
#472F29
(71,47,41)
#372520
(55,37,32)
#271B17
(39,27,23)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #B77568

#B77568
(183,117,104)
#BD8175
(189,129,117)
#C38D82
(195,141,130)
#C9998F
(201,153,143)
#CFA59C
(207,165,156)
#D5B1A9
(213,177,169)
#DBBDB6
(219,189,182)
#E1C9C3
(225,201,195)
#E7D5D0
(231,213,208)
#EDE1DD
(237,225,221)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77568; }

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

This text font color is #B77568.


Background Color

.myBgColor { background-color: #B77568; }

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

This div background color is #B77568.


Border color

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

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

This div border color is #B77568.


Opacity

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

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

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

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

This text has shadow with #B77568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77568 on black background.


Color preview on white background

This text has color #B77568 on white background.



Black color preview on #B77568 background

This text has black color on #B77568 background.


White color preview on #B77568 background

This text has white color on #B77568 background.