COLOR #B7775F

HEX: #B7775F
RGB: (183,119,95)

Color info

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

RGB color model

#B7775F color RGB value is (183,119,95).

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

RGB channels and saturation

R 183 of 255 = 72%
G 119 of 255 = 47%
B 95 of 255 = 37%

183
119
95

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

Portions of RGB colors in percentages

R + G + B =
183 + 119 + 95 = 397 (100%)
R 183 of 397 ~ 46.1%
G 119 of 397 ~ 29.97%
B 95 of 397 ~ 23.93%

%46.1
%29.97
%23.93

CMYK color model

#B7775F color CMYK value is (0,35,48,28).

  • cyan value is 0.00%
  • magenta value is 34.97%
  • yellow value is 48.09%
  • key color value is 28.24%
CMYK:
(0,35,48,28)
C0M35Y48K28 
(0%,35%,48%,28%)
(0.00/0.35/0.48/0.28)	

CMYK percentages

%0
%34.97
%48.09
%28.24

Codes

Color #B7775F in popluar color models

B7775F
RGB18311995
HSL16°37.93%54.51%
HSB/HSV16°48.09%71.76%
CMYK0.00%34.97%48.09%
28.24%

Color #B7775F in popluar number systems.

HEXB7775F
Decimal18311995
Binary1011011111101111011111
Octal267167137

Shades and tints

Shades of #B7775F

#B7775F
(183,119,95)
#A76D57
(167,109,87)
#97634F
(151,99,79)
#875947
(135,89,71)
#774F3F
(119,79,63)
#674537
(103,69,55)
#573B2F
(87,59,47)
#473127
(71,49,39)
#37271F
(55,39,31)
#271D17
(39,29,23)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #B7775F

#B7775F
(183,119,95)
#BD836D
(189,131,109)
#C38F7B
(195,143,123)
#C99B89
(201,155,137)
#CFA797
(207,167,151)
#D5B3A5
(213,179,165)
#DBBFB3
(219,191,179)
#E1CBC1
(225,203,193)
#E7D7CF
(231,215,207)
#EDE3DD
(237,227,221)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7775F; }

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

This text font color is #B7775F.


Background Color

.myBgColor { background-color: #B7775F; }

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

This div background color is #B7775F.


Border color

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

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

This div border color is #B7775F.


Opacity

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

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

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

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

This text has shadow with #B7775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7775F on black background.


Color preview on white background

This text has color #B7775F on white background.



Black color preview on #B7775F background

This text has black color on #B7775F background.


White color preview on #B7775F background

This text has white color on #B7775F background.