COLOR #B7764E

HEX: #B7764E RGB: (183,118,78)

Color info

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

RGB color model

#B7764E color RGB value is (183,118,78).

RGB: (183,118,78) (72%, 46%, 31%)

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 78 of 255 = 31%

183
118
78

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

Portions of RGB colors in percentages

R + G + B = 183 + 118 + 78 = 379 (100%)
R 183 of 379 ~ 48.28%
G 118 of 379 ~ 31.13%
B 78 of 379 ~ 20.58'%

%48.28
%31.13
%20.58

CMYK color model

#B7764E color CMYK value is (0,36,57,28).

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

CMYK: (0,36,57,28)
C0M36Y57K28 (0%, 36%, 57%, 28%)
(0.00 / 0.36 / 0.57 / 0.28)

CMYK percentages

%0
%35.52
%57.38
%28.24

Codes

Color #B7764E in popluar color models

B7 76 4E
RGB 183 118 78
HSL 23° 42.17% 51.18%
HSB/HSV 23° 57.38% 71.76%
CMYK 0.00% 35.52% 57.38%
28.24%

Color #B7764E in popluar number systems.

HEX B7 76 4E
Decimal 183 118 78
Binary 10110111 1110110 1001110
Octal 267 166 116

Shades and tints

Shades of #B7764E

#B7764E
(183,118,78)
#A76C47
(167,108,71)
#976240
(151,98,64)
#875839
(135,88,57)
#774E32
(119,78,50)
#67442B
(103,68,43)
#573A24
(87,58,36)
#47301D
(71,48,29)
#372616
(55,38,22)
#271C0F
(39,28,15)
#171208
(23,18,8)
#000000
(0,0,0)

Tints of #B7764E

#B7764E
(183,118,78)
#BD825E
(189,130,94)
#C38E6E
(195,142,110)
#C99A7E
(201,154,126)
#CFA68E
(207,166,142)
#D5B29E
(213,178,158)
#DBBEAE
(219,190,174)
#E1CABE
(225,202,190)
#E7D6CE
(231,214,206)
#EDE2DE
(237,226,222)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7764E; }

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

This text font color is #B7764E.

Background Color

.myBgColor { background-color: #B7764E; }

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

This div background color is #B7764E.

Border color

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

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

This div border color is #B7764E.

Opacity

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

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

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

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

This text has shadow with #B7764E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7764E.

Preview

Color preview on black background

This text has color #B7764E on black background.


Color preview on white background

This text has color #B7764E on white background.


Black color preview on #B7764E background

This text has black color on #B7764E background.


White color preview on #B7764E background

This text has white color on #B7764E background.


Related colors

Complementary color

Complementary color for #hex is #4889B1.


I love getcolorcode.com

Triadic colors

1 #4EB776 and #764EB7 with #B7764E are triadic colors.

2 #4E76B7 and #76B74E with #B7764E are triadic colors.