COLOR #B7785A

HEX: #B7785A
RGB: (183,120,90)

Color info

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

RGB color model

#B7785A color RGB value is (183,120,90).

  • red value is 183;
  • green value is 120;
  • blue value is 90.
RGB:
(183,120,90)
(72%,47%,35%)

RGB channels and saturation

R 183 of 255 = 72%
G 120 of 255 = 47%
B 90 of 255 = 35%

183
120
90

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

Portions of RGB colors in percentages

R + G + B =
183 + 120 + 90 = 393 (100%)
R 183 of 393 ~ 46.56%
G 120 of 393 ~ 30.53%
B 90 of 393 ~ 22.9%

%46.56
%30.53
%22.9

CMYK color model

#B7785A color CMYK value is (0,34,51,28).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 50.82%
  • key color value is 28.24%
CMYK:
(0,34,51,28)
C0M34Y51K28 
(0%,34%,51%,28%)
(0.00/0.34/0.51/0.28)	

CMYK percentages

%0
%34.43
%50.82
%28.24

Codes

Color #B7785A in popluar color models

B7785A
RGB18312090
HSL19°39.24%53.53%
HSB/HSV19°50.82%71.76%
CMYK0.00%34.43%50.82%
28.24%

Color #B7785A in popluar number systems.

HEXB7785A
Decimal18312090
Binary1011011111110001011010
Octal267170132

Shades and tints

Shades of #B7785A

#B7785A
(183,120,90)
#A76E52
(167,110,82)
#97644A
(151,100,74)
#875A42
(135,90,66)
#77503A
(119,80,58)
#674632
(103,70,50)
#573C2A
(87,60,42)
#473222
(71,50,34)
#37281A
(55,40,26)
#271E12
(39,30,18)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #B7785A

#B7785A
(183,120,90)
#BD8469
(189,132,105)
#C39078
(195,144,120)
#C99C87
(201,156,135)
#CFA896
(207,168,150)
#D5B4A5
(213,180,165)
#DBC0B4
(219,192,180)
#E1CCC3
(225,204,195)
#E7D8D2
(231,216,210)
#EDE4E1
(237,228,225)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7785A color. Also use rgb(183,120,90) instead hex code.

Text Font Color

.myTextColor { color: #B7785A; }

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

This text font color is #B7785A.


Background Color

.myBgColor { background-color: #B7785A; }

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

This div background color is #B7785A.


Border color

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

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

This div border color is #B7785A.


Opacity

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

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

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

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

This text has shadow with #B7785A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7785A on black background.


Color preview on white background

This text has color #B7785A on white background.



Black color preview on #B7785A background

This text has black color on #B7785A background.


White color preview on #B7785A background

This text has white color on #B7785A background.