COLOR #B7763D

HEX: #B7763D
RGB: (183,118,61)

Color info

#B7763D contains mainly red color. Web safe color of #B7763D is #CC6633 (or #C63).

RGB color model

#B7763D color RGB value is (183,118,61).

  • red value is 183;
  • green value is 118;
  • blue value is 61.
RGB:
(183,118,61)
(72%,46%,24%)

RGB channels and saturation

R 183 of 255 = 72%
G 118 of 255 = 46%
B 61 of 255 = 24%

183
118
61

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

Portions of RGB colors in percentages

R + G + B =
183 + 118 + 61 = 362 (100%)
R 183 of 362 ~ 50.55%
G 118 of 362 ~ 32.6%
B 61 of 362 ~ 16.85%

%50.55
%32.6
%16.85

CMYK color model

#B7763D color CMYK value is (0,36,67,28).

  • cyan value is 0.00%
  • magenta value is 35.52%
  • yellow value is 66.67%
  • key color value is 28.24%
CMYK:
(0,36,67,28)
C0M36Y67K28 
(0%,36%,67%,28%)
(0.00/0.36/0.67/0.28)	

CMYK percentages

%0
%35.52
%66.67
%28.24

Codes

Color #B7763D in popluar color models

B7763D
RGB18311861
HSL28°50.00%47.84%
HSB/HSV28°66.67%71.76%
CMYK0.00%35.52%66.67%
28.24%

Color #B7763D in popluar number systems.

HEXB7763D
Decimal18311861
Binary101101111110110111101
Octal26716675

Shades and tints

Shades of #B7763D

#B7763D
(183,118,61)
#A76C38
(167,108,56)
#976233
(151,98,51)
#87582E
(135,88,46)
#774E29
(119,78,41)
#674424
(103,68,36)
#573A1F
(87,58,31)
#47301A
(71,48,26)
#372615
(55,38,21)
#271C10
(39,28,16)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #B7763D

#B7763D
(183,118,61)
#BD824E
(189,130,78)
#C38E5F
(195,142,95)
#C99A70
(201,154,112)
#CFA681
(207,166,129)
#D5B292
(213,178,146)
#DBBEA3
(219,190,163)
#E1CAB4
(225,202,180)
#E7D6C5
(231,214,197)
#EDE2D6
(237,226,214)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7763D; }

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

This text font color is #B7763D.


Background Color

.myBgColor { background-color: #B7763D; }

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

This div background color is #B7763D.


Border color

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

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

This div border color is #B7763D.


Opacity

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

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

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

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

This text has shadow with #B7763D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7763D on black background.


Color preview on white background

This text has color #B7763D on white background.



Black color preview on #B7763D background

This text has black color on #B7763D background.


White color preview on #B7763D background

This text has white color on #B7763D background.