COLOR #8C7276

HEX: #8C7276
RGB: (140,114,118)

Color info

#8C7276 contains red, green and blue colors in about the same proportion. Web safe color of #8C7276 is #996666 (or #966).

RGB color model

#8C7276 color RGB value is (140,114,118).

  • red value is 140;
  • green value is 114;
  • blue value is 118.
RGB:
(140,114,118)
(55%,45%,46%)

RGB channels and saturation

R 140 of 255 = 55%
G 114 of 255 = 45%
B 118 of 255 = 46%

140
114
118

R + G + B ~ 49%. #8C7276 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 114 + 118 = 372 (100%)
R 140 of 372 ~ 37.63%
G 114 of 372 ~ 30.65%
B 118 of 372 ~ 31.72%

%37.63
%30.65
%31.72

CMYK color model

#8C7276 color CMYK value is (0,19,16,45).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 15.71%
  • key color value is 45.10%
CMYK:
(0,19,16,45)
C0M19Y16K45 
(0%,19%,16%,45%)
(0.00/0.19/0.16/0.45)	

CMYK percentages

%0
%18.57
%15.71
%45.1

Codes

Color #8C7276 in popluar color models

8C7276
RGB140114118
HSL351°10.24%49.80%
HSB/HSV351°18.57%54.90%
CMYK0.00%18.57%15.71%
45.10%

Color #8C7276 in popluar number systems.

HEX8C7276
Decimal140114118
Binary1000110011100101110110
Octal214162166

Shades and tints

Shades of #8C7276

#8C7276
(140,114,118)
#80686C
(128,104,108)
#745E62
(116,94,98)
#685458
(104,84,88)
#5C4A4E
(92,74,78)
#504044
(80,64,68)
#44363A
(68,54,58)
#382C30
(56,44,48)
#2C2226
(44,34,38)
#20181C
(32,24,28)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #8C7276

#8C7276
(140,114,118)
#967E82
(150,126,130)
#A08A8E
(160,138,142)
#AA969A
(170,150,154)
#B4A2A6
(180,162,166)
#BEAEB2
(190,174,178)
#C8BABE
(200,186,190)
#D2C6CA
(210,198,202)
#DCD2D6
(220,210,214)
#E6DEE2
(230,222,226)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7276 color. Also use rgb(140,114,118) instead hex code.

Text Font Color

.myTextColor { color: #8C7276; }

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

This text font color is #8C7276.


Background Color

.myBgColor { background-color: #8C7276; }

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

This div background color is #8C7276.


Border color

.myBorderColor { border: 1px solid #8C7276; }

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

This div border color is #8C7276.


Opacity

.myOpacity80 { color: #8C7276; opacity: 0.8; }

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

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

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

This text has shadow with #8C7276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7276 on black background.


Color preview on white background

This text has color #8C7276 on white background.



Black color preview on #8C7276 background

This text has black color on #8C7276 background.


White color preview on #8C7276 background

This text has white color on #8C7276 background.