COLOR #B07A74

HEX: #B07A74
RGB: (176,122,116)

Color info

#B07A74 contains mainly red and green colors. Web safe color of #B07A74 is #996666 (or #966).

RGB color model

#B07A74 color RGB value is (176,122,116).

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

RGB channels and saturation

R 176 of 255 = 69%
G 122 of 255 = 48%
B 116 of 255 = 45%

176
122
116

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

Portions of RGB colors in percentages

R + G + B =
176 + 122 + 116 = 414 (100%)
R 176 of 414 ~ 42.51%
G 122 of 414 ~ 29.47%
B 116 of 414 ~ 28.02%

%42.51
%29.47
%28.02

CMYK color model

#B07A74 color CMYK value is (0,31,34,31).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 34.09%
  • key color value is 30.98%
CMYK:
(0,31,34,31)
C0M31Y34K31 
(0%,31%,34%,31%)
(0.00/0.31/0.34/0.31)	

CMYK percentages

%0
%30.68
%34.09
%30.98

Codes

Color #B07A74 in popluar color models

B07A74
RGB176122116
HSL27.52%57.25%
HSB/HSV34.09%69.02%
CMYK0.00%30.68%34.09%
30.98%

Color #B07A74 in popluar number systems.

HEXB07A74
Decimal176122116
Binary1011000011110101110100
Octal260172164

Shades and tints

Shades of #B07A74

#B07A74
(176,122,116)
#A06F6A
(160,111,106)
#906460
(144,100,96)
#805956
(128,89,86)
#704E4C
(112,78,76)
#604342
(96,67,66)
#503838
(80,56,56)
#402D2E
(64,45,46)
#302224
(48,34,36)
#20171A
(32,23,26)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #B07A74

#B07A74
(176,122,116)
#B78680
(183,134,128)
#BE928C
(190,146,140)
#C59E98
(197,158,152)
#CCAAA4
(204,170,164)
#D3B6B0
(211,182,176)
#DAC2BC
(218,194,188)
#E1CEC8
(225,206,200)
#E8DAD4
(232,218,212)
#EFE6E0
(239,230,224)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07A74; }

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

This text font color is #B07A74.


Background Color

.myBgColor { background-color: #B07A74; }

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

This div background color is #B07A74.


Border color

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

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

This div border color is #B07A74.


Opacity

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

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

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

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

This text has shadow with #B07A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07A74 on black background.


Color preview on white background

This text has color #B07A74 on white background.



Black color preview on #B07A74 background

This text has black color on #B07A74 background.


White color preview on #B07A74 background

This text has white color on #B07A74 background.