COLOR #B07C7F

HEX: #B07C7F RGB: (176,124,127)

Color info

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

RGB color model

#B07C7F color RGB value is (176,124,127).

RGB: (176,124,127) (69%, 49%, 50%)

RGB channels and saturation

R 176 of 255 = 69%
G 124 of 255 = 49%
B 127 of 255 = 50%

176
124
127

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

Portions of RGB colors in percentages

R + G + B = 176 + 124 + 127 = 427 (100%)
R 176 of 427 ~ 41.22%
G 124 of 427 ~ 29.04%
B 127 of 427 ~ 29.74'%

%41.22
%29.04
%29.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 27.84%
  • key color value is 30.98%

CMYK: (0,30,28,31)
C0M30Y28K31 (0%, 30%, 28%, 31%)
(0.00 / 0.30 / 0.28 / 0.31)

CMYK percentages

%0
%29.55
%27.84
%30.98

Codes

Color #B07C7F in popluar color models

B0 7C 7F
RGB 176 124 127
HSL 357° 24.76% 58.82%
HSB/HSV 357° 29.55% 69.02%
CMYK 0.00% 29.55% 27.84%
30.98%

Color #B07C7F in popluar number systems.

HEX B0 7C 7F
Decimal 176 124 127
Binary 10110000 1111100 1111111
Octal 260 174 177

Shades and tints

Shades of #B07C7F

#B07C7F
(176,124,127)
#A07174
(160,113,116)
#906669
(144,102,105)
#805B5E
(128,91,94)
#705053
(112,80,83)
#604548
(96,69,72)
#503A3D
(80,58,61)
#402F32
(64,47,50)
#302427
(48,36,39)
#20191C
(32,25,28)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #B07C7F

#B07C7F
(176,124,127)
#B7878A
(183,135,138)
#BE9295
(190,146,149)
#C59DA0
(197,157,160)
#CCA8AB
(204,168,171)
#D3B3B6
(211,179,182)
#DABEC1
(218,190,193)
#E1C9CC
(225,201,204)
#E8D4D7
(232,212,215)
#EFDFE2
(239,223,226)
#F6EAED
(246,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07C7F color. Also use rgb(176,124,127) instead hex code.

Text Font Color

.myTextColor { color: #B07C7F; }

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

This text font color is #B07C7F.

Background Color

.myBgColor { background-color: #B07C7F; }

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

This div background color is #B07C7F.

Border color

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

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

This div border color is #B07C7F.

Opacity

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

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

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

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

This text has shadow with #B07C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07C7F.

Preview

Color preview on black background

This text has color #B07C7F on black background.


Color preview on white background

This text has color #B07C7F on white background.


Black color preview on #B07C7F background

This text has black color on #B07C7F background.


White color preview on #B07C7F background

This text has white color on #B07C7F background.


Related colors

Complementary color

Complementary color for #hex is #4F8380.


I love getcolorcode.com

Triadic colors

1 #7FB07C and #7C7FB0 with #B07C7F are triadic colors.

2 #7F7CB0 and #7CB07F with #B07C7F are triadic colors.