COLOR #A78788

HEX: #A78788 RGB: (167,135,136)

Color info

#A78788 contains red, green and blue colors in about the same proportion. Web safe color of #A78788 is #999999 (or #999).

RGB color model

#A78788 color RGB value is (167,135,136).

RGB: (167,135,136) (65%, 53%, 53%)

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 136 of 255 = 53%

167
135
136

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

Portions of RGB colors in percentages

R + G + B = 167 + 135 + 136 = 438 (100%)
R 167 of 438 ~ 38.13%
G 135 of 438 ~ 30.82%
B 136 of 438 ~ 31.05'%

%38.13
%30.82
%31.05

CMYK color model

#A78788 color CMYK value is (0,19,19,35).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 18.56%
  • key color value is 34.51%

CMYK: (0,19,19,35)
C0M19Y19K35 (0%, 19%, 19%, 35%)
(0.00 / 0.19 / 0.19 / 0.35)

CMYK percentages

%0
%19.16
%18.56
%34.51

Codes

Color #A78788 in popluar color models

A7 87 88
RGB 167 135 136
HSL 358° 15.38% 59.22%
HSB/HSV 358° 19.16% 65.49%
CMYK 0.00% 19.16% 18.56%
34.51%

Color #A78788 in popluar number systems.

HEX A7 87 88
Decimal 167 135 136
Binary 10100111 10000111 10001000
Octal 247 207 210

Shades and tints

Shades of #A78788

#A78788
(167,135,136)
#987B7C
(152,123,124)
#896F70
(137,111,112)
#7A6364
(122,99,100)
#6B5758
(107,87,88)
#5C4B4C
(92,75,76)
#4D3F40
(77,63,64)
#3E3334
(62,51,52)
#2F2728
(47,39,40)
#201B1C
(32,27,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #A78788

#A78788
(167,135,136)
#AF9192
(175,145,146)
#B79B9C
(183,155,156)
#BFA5A6
(191,165,166)
#C7AFB0
(199,175,176)
#CFB9BA
(207,185,186)
#D7C3C4
(215,195,196)
#DFCDCE
(223,205,206)
#E7D7D8
(231,215,216)
#EFE1E2
(239,225,226)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78788 color. Also use rgb(167,135,136) instead hex code.

Text Font Color

.myTextColor { color: #A78788; }

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

This text font color is #A78788.

Background Color

.myBgColor { background-color: #A78788; }

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

This div background color is #A78788.

Border color

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

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

This div border color is #A78788.

Opacity

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

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

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

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

This text has shadow with #A78788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78788.

Preview

Color preview on black background

This text has color #A78788 on black background.


Color preview on white background

This text has color #A78788 on white background.


Black color preview on #A78788 background

This text has black color on #A78788 background.


White color preview on #A78788 background

This text has white color on #A78788 background.


Related colors

Complementary color

Complementary color for #hex is #587877.


I love getcolorcode.com

Triadic colors

1 #88A787 and #8788A7 with #A78788 are triadic colors.

2 #8887A7 and #87A788 with #A78788 are triadic colors.