COLOR #B78C78

HEX: #B78C78 RGB: (183,140,120)

Color info

#B78C78 contains mainly red and green colors. Web safe color of #B78C78 is #CC9966 (or #C96).

RGB color model

#B78C78 color RGB value is (183,140,120).

RGB: (183,140,120) (72%, 55%, 47%)

RGB channels and saturation

R 183 of 255 = 72%
G 140 of 255 = 55%
B 120 of 255 = 47%

183
140
120

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

Portions of RGB colors in percentages

R + G + B = 183 + 140 + 120 = 443 (100%)
R 183 of 443 ~ 41.31%
G 140 of 443 ~ 31.6%
B 120 of 443 ~ 27.09'%

%41.31
%31.6
%27.09

CMYK color model

#B78C78 color CMYK value is (0,23,34,28).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 34.43%
  • key color value is 28.24%
CMYK: (0,23,34,28) C0M23Y34K28 (0%,23%,34%,28%) (0.00/0.23/0.34/0.28) 

CMYK percentages

%0
%23.5
%34.43
%28.24

Codes

Color #B78C78 in popluar color models

B7 8C 78
RGB 183 140 120
HSL 19° 30.43% 59.41%
HSB/HSV 19° 34.43% 71.76%
CMYK 0.00% 23.50% 34.43%
28.24%

Color #B78C78 in popluar number systems.

HEX B7 8C 78
Decimal 183 140 120
Binary 10110111 10001100 1111000
Octal 267 214 170

Shades and tints

Shades of #B78C78

#B78C78
(183,140,120)
#A7806E
(167,128,110)
#977464
(151,116,100)
#87685A
(135,104,90)
#775C50
(119,92,80)
#675046
(103,80,70)
#57443C
(87,68,60)
#473832
(71,56,50)
#372C28
(55,44,40)
#27201E
(39,32,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #B78C78

#B78C78
(183,140,120)
#BD9684
(189,150,132)
#C3A090
(195,160,144)
#C9AA9C
(201,170,156)
#CFB4A8
(207,180,168)
#D5BEB4
(213,190,180)
#DBC8C0
(219,200,192)
#E1D2CC
(225,210,204)
#E7DCD8
(231,220,216)
#EDE6E4
(237,230,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78C78; }

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

This text font color is #B78C78.

Background Color

.myBgColor { background-color: #B78C78; }

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

This div background color is #B78C78.

Border color

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

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

This div border color is #B78C78.

Opacity

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

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

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

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

This text has shadow with #B78C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B78C78.

Preview

Color preview on black background

This text has color #B78C78 on black background.


Color preview on white background

This text has color #B78C78 on white background.


Black color preview on #B78C78 background

This text has black color on #B78C78 background.


White color preview on #B78C78 background

This text has white color on #B78C78 background.


Related colors

Complementary color

Complementary color for #hex is #487387.


I love getcolorcode.com

Triadic colors

1 #78B78C and #8C78B7 with #B78C78 are triadic colors.

2 #788CB7 and #8CB778 with #B78C78 are triadic colors.