COLOR #8C788A

HEX: #8C788A RGB: (140,120,138)

Color info

#8C788A contains red, green and blue colors in about the same proportion. Web safe color of #8C788A is #996699 (or #969).

RGB color model

#8C788A color RGB value is (140,120,138).

RGB: (140,120,138) (55%, 47%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 120 of 255 = 47%
B 138 of 255 = 54%

140
120
138

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

Portions of RGB colors in percentages

R + G + B = 140 + 120 + 138 = 398 (100%)
R 140 of 398 ~ 35.18%
G 120 of 398 ~ 30.15%
B 138 of 398 ~ 34.67'%

%35.18
%30.15
%34.67

CMYK color model

#8C788A color CMYK value is (0,14,1,45).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 1.43%
  • key color value is 45.10%

CMYK: (0,14,1,45)
C0M14Y1K45 (0%, 14%, 1%, 45%)
(0.00 / 0.14 / 0.01 / 0.45)

CMYK percentages

%0
%14.29
%1.43
%45.1

Codes

Color #8C788A in popluar color models

8C 78 8A
RGB 140 120 138
HSL 306° 8.00% 50.98%
HSB/HSV 306° 14.29% 54.90%
CMYK 0.00% 14.29% 1.43%
45.10%

Color #8C788A in popluar number systems.

HEX 8C 78 8A
Decimal 140 120 138
Binary 10001100 1111000 10001010
Octal 214 170 212

Shades and tints

Shades of #8C788A

#8C788A
(140,120,138)
#806E7E
(128,110,126)
#746472
(116,100,114)
#685A66
(104,90,102)
#5C505A
(92,80,90)
#50464E
(80,70,78)
#443C42
(68,60,66)
#383236
(56,50,54)
#2C282A
(44,40,42)
#201E1E
(32,30,30)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #8C788A

#8C788A
(140,120,138)
#968494
(150,132,148)
#A0909E
(160,144,158)
#AA9CA8
(170,156,168)
#B4A8B2
(180,168,178)
#BEB4BC
(190,180,188)
#C8C0C6
(200,192,198)
#D2CCD0
(210,204,208)
#DCD8DA
(220,216,218)
#E6E4E4
(230,228,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C788A; }

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

This text font color is #8C788A.

Background Color

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

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

This div background color is #8C788A.

Border color

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

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

This div border color is #8C788A.

Opacity

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

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

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

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

This text has shadow with #8C788A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C788A.

Preview

Color preview on black background

This text has color #8C788A on black background.


Color preview on white background

This text has color #8C788A on white background.


Black color preview on #8C788A background

This text has black color on #8C788A background.


White color preview on #8C788A background

This text has white color on #8C788A background.


Related colors

Complementary color

Complementary color for #hex is #738775.


I love getcolorcode.com

Triadic colors

1 #8A8C78 and #788A8C with #8C788A are triadic colors.

2 #8A788C and #788C8A with #8C788A are triadic colors.