COLOR #8C7758

HEX: #8C7758
RGB: (140,119,88)

Color info

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

RGB color model

#8C7758 color RGB value is (140,119,88).

  • red value is 140;
  • green value is 119;
  • blue value is 88.
RGB:
(140,119,88)
(55%,47%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 119 of 255 = 47%
B 88 of 255 = 35%

140
119
88

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

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 88 = 347 (100%)
R 140 of 347 ~ 40.35%
G 119 of 347 ~ 34.29%
B 88 of 347 ~ 25.36%

%40.35
%34.29
%25.36

CMYK color model

#8C7758 color CMYK value is (0,15,37,45).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 37.14%
  • key color value is 45.10%
CMYK:
(0,15,37,45)
C0M15Y37K45 
(0%,15%,37%,45%)
(0.00/0.15/0.37/0.45)	

CMYK percentages

%0
%15
%37.14
%45.1

Codes

Color #8C7758 in popluar color models

8C7758
RGB14011988
HSL36°22.81%44.71%
HSB/HSV36°37.14%54.90%
CMYK0.00%15.00%37.14%
45.10%

Color #8C7758 in popluar number systems.

HEX8C7758
Decimal14011988
Binary1000110011101111011000
Octal214167130

Shades and tints

Shades of #8C7758

#8C7758
(140,119,88)
#806D50
(128,109,80)
#746348
(116,99,72)
#685940
(104,89,64)
#5C4F38
(92,79,56)
#504530
(80,69,48)
#443B28
(68,59,40)
#383120
(56,49,32)
#2C2718
(44,39,24)
#201D10
(32,29,16)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #8C7758

#8C7758
(140,119,88)
#968367
(150,131,103)
#A08F76
(160,143,118)
#AA9B85
(170,155,133)
#B4A794
(180,167,148)
#BEB3A3
(190,179,163)
#C8BFB2
(200,191,178)
#D2CBC1
(210,203,193)
#DCD7D0
(220,215,208)
#E6E3DF
(230,227,223)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7758 color. Also use rgb(140,119,88) instead hex code.

Text Font Color

.myTextColor { color: #8C7758; }

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

This text font color is #8C7758.


Background Color

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

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

This div background color is #8C7758.


Border color

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

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

This div border color is #8C7758.


Opacity

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

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

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

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

This text has shadow with #8C7758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7758 on black background.


Color preview on white background

This text has color #8C7758 on white background.



Black color preview on #8C7758 background

This text has black color on #8C7758 background.


White color preview on #8C7758 background

This text has white color on #8C7758 background.