COLOR #B07E7A

HEX: #B07E7A
RGB: (176,126,122)

Color info

#B07E7A contains red, green and blue colors in about the same proportion. Web safe color of #B07E7A is #996666 (or #966).

RGB color model

#B07E7A color RGB value is (176,126,122).

  • red value is 176;
  • green value is 126;
  • blue value is 122.
RGB:
(176,126,122)
(69%,49%,48%)

RGB channels and saturation

R 176 of 255 = 69%
G 126 of 255 = 49%
B 122 of 255 = 48%

176
126
122

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

Portions of RGB colors in percentages

R + G + B =
176 + 126 + 122 = 424 (100%)
R 176 of 424 ~ 41.51%
G 126 of 424 ~ 29.72%
B 122 of 424 ~ 28.77%

%41.51
%29.72
%28.77

CMYK color model

#B07E7A color CMYK value is (0,28,31,31).

  • cyan value is 0.00%
  • magenta value is 28.41%
  • yellow value is 30.68%
  • key color value is 30.98%
CMYK:
(0,28,31,31)
C0M28Y31K31 
(0%,28%,31%,31%)
(0.00/0.28/0.31/0.31)	

CMYK percentages

%0
%28.41
%30.68
%30.98

Codes

Color #B07E7A in popluar color models

B07E7A
RGB176126122
HSL25.47%58.43%
HSB/HSV30.68%69.02%
CMYK0.00%28.41%30.68%
30.98%

Color #B07E7A in popluar number systems.

HEXB07E7A
Decimal176126122
Binary1011000011111101111010
Octal260176172

Shades and tints

Shades of #B07E7A

#B07E7A
(176,126,122)
#A0736F
(160,115,111)
#906864
(144,104,100)
#805D59
(128,93,89)
#70524E
(112,82,78)
#604743
(96,71,67)
#503C38
(80,60,56)
#40312D
(64,49,45)
#302622
(48,38,34)
#201B17
(32,27,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #B07E7A

#B07E7A
(176,126,122)
#B78986
(183,137,134)
#BE9492
(190,148,146)
#C59F9E
(197,159,158)
#CCAAAA
(204,170,170)
#D3B5B6
(211,181,182)
#DAC0C2
(218,192,194)
#E1CBCE
(225,203,206)
#E8D6DA
(232,214,218)
#EFE1E6
(239,225,230)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07E7A color. Also use rgb(176,126,122) instead hex code.

Text Font Color

.myTextColor { color: #B07E7A; }

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

This text font color is #B07E7A.


Background Color

.myBgColor { background-color: #B07E7A; }

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

This div background color is #B07E7A.


Border color

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

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

This div border color is #B07E7A.


Opacity

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

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

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

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

This text has shadow with #B07E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07E7A on black background.


Color preview on white background

This text has color #B07E7A on white background.



Black color preview on #B07E7A background

This text has black color on #B07E7A background.


White color preview on #B07E7A background

This text has white color on #B07E7A background.