COLOR #8A788A

HEX: #8A788A
RGB: (138,120,138)

Color info

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

RGB color model

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

  • red value is 138;
  • green value is 120;
  • blue value is 138.
RGB:
(138,120,138)
(54%,47%,54%)

RGB channels and saturation

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

138
120
138

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

Portions of RGB colors in percentages

R + G + B =
138 + 120 + 138 = 396 (100%)
R 138 of 396 ~ 34.85%
G 120 of 396 ~ 30.3%
B 138 of 396 ~ 34.85%

%34.85
%30.3
%34.85

CMYK color model

#8A788A color CMYK value is (0,13,0,46).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(0,13,0,46)
C0M13Y0K46 
(0%,13%,0%,46%)
(0.00/0.13/0.00/0.46)	

CMYK percentages

%0
%13.04
%0
%45.88

Codes

Color #8A788A in popluar color models

8A788A
RGB138120138
HSL300°7.14%50.59%
HSB/HSV300°13.04%54.12%
CMYK0.00%13.04%0.00%
45.88%

Color #8A788A in popluar number systems.

HEX8A788A
Decimal138120138
Binary10001010111100010001010
Octal212170212

Shades and tints

Shades of #8A788A

#8A788A
(138,120,138)
#7E6E7E
(126,110,126)
#726472
(114,100,114)
#665A66
(102,90,102)
#5A505A
(90,80,90)
#4E464E
(78,70,78)
#423C42
(66,60,66)
#363236
(54,50,54)
#2A282A
(42,40,42)
#1E1E1E
(30,30,30)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #8A788A

#8A788A
(138,120,138)
#948494
(148,132,148)
#9E909E
(158,144,158)
#A89CA8
(168,156,168)
#B2A8B2
(178,168,178)
#BCB4BC
(188,180,188)
#C6C0C6
(198,192,198)
#D0CCD0
(208,204,208)
#DAD8DA
(218,216,218)
#E4E4E4
(228,228,228)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A788A; }

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

This text font color is #8A788A.


Background Color

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

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

This div background color is #8A788A.


Border color

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

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

This div border color is #8A788A.


Opacity

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

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

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

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

This text has shadow with #8A788A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A788A on black background.


Color preview on white background

This text has color #8A788A on white background.



Black color preview on #8A788A background

This text has black color on #8A788A background.


White color preview on #8A788A background

This text has white color on #8A788A background.