COLOR #B7765E

HEX: #B7765E RGB: (183,118,94)

Color info

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

RGB color model

#B7765E color RGB value is (183,118,94).

RGB: (183,118,94) (72%, 46%, 37%)

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 94 of 255 = 37%

183
118
94

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

Portions of RGB colors in percentages

R + G + B = 183 + 118 + 94 = 395 (100%)
R 183 of 395 ~ 46.33%
G 118 of 395 ~ 29.87%
B 94 of 395 ~ 23.8'%

%46.33
%29.87
%23.8

CMYK color model

#B7765E color CMYK value is (0,36,49,28).

  • cyan value is 0.00%
  • magenta value is 35.52%
  • yellow value is 48.63%
  • key color value is 28.24%

CMYK: (0,36,49,28)
C0M36Y49K28 (0%, 36%, 49%, 28%)
(0.00 / 0.36 / 0.49 / 0.28)

CMYK percentages

%0
%35.52
%48.63
%28.24

Codes

Color #B7765E in popluar color models

B7 76 5E
RGB 183 118 94
HSL 16° 38.20% 54.31%
HSB/HSV 16° 48.63% 71.76%
CMYK 0.00% 35.52% 48.63%
28.24%

Color #B7765E in popluar number systems.

HEX B7 76 5E
Decimal 183 118 94
Binary 10110111 1110110 1011110
Octal 267 166 136

Shades and tints

Shades of #B7765E

#B7765E
(183,118,94)
#A76C56
(167,108,86)
#97624E
(151,98,78)
#875846
(135,88,70)
#774E3E
(119,78,62)
#674436
(103,68,54)
#573A2E
(87,58,46)
#473026
(71,48,38)
#37261E
(55,38,30)
#271C16
(39,28,22)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #B7765E

#B7765E
(183,118,94)
#BD826C
(189,130,108)
#C38E7A
(195,142,122)
#C99A88
(201,154,136)
#CFA696
(207,166,150)
#D5B2A4
(213,178,164)
#DBBEB2
(219,190,178)
#E1CAC0
(225,202,192)
#E7D6CE
(231,214,206)
#EDE2DC
(237,226,220)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7765E color. Also use rgb(183,118,94) instead hex code.

Text Font Color

.myTextColor { color: #B7765E; }

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

This text font color is #B7765E.

Background Color

.myBgColor { background-color: #B7765E; }

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

This div background color is #B7765E.

Border color

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

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

This div border color is #B7765E.

Opacity

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

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

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

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

This text has shadow with #B7765E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7765E.

Preview

Color preview on black background

This text has color #B7765E on black background.


Color preview on white background

This text has color #B7765E on white background.


Black color preview on #B7765E background

This text has black color on #B7765E background.


White color preview on #B7765E background

This text has white color on #B7765E background.


Related colors

Complementary color

Complementary color for #hex is #4889A1.


I love getcolorcode.com

Triadic colors

1 #5EB776 and #765EB7 with #B7765E are triadic colors.

2 #5E76B7 and #76B75E with #B7765E are triadic colors.