COLOR #A78B75

HEX: #A78B75 RGB: (167,139,117)

Color info

#A78B75 contains red, green and blue colors in about the same proportion. Web safe color of #A78B75 is #999966 (or #996).

RGB color model

#A78B75 color RGB value is (167,139,117).

RGB: (167,139,117) (65%, 55%, 46%)

RGB channels and saturation

R 167 of 255 = 65%
G 139 of 255 = 55%
B 117 of 255 = 46%

167
139
117

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

Portions of RGB colors in percentages

R + G + B = 167 + 139 + 117 = 423 (100%)
R 167 of 423 ~ 39.48%
G 139 of 423 ~ 32.86%
B 117 of 423 ~ 27.66'%

%39.48
%32.86
%27.66

CMYK color model

#A78B75 color CMYK value is (0,17,30,35).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 29.94%
  • key color value is 34.51%

CMYK: (0,17,30,35)
C0M17Y30K35 (0%, 17%, 30%, 35%)
(0.00 / 0.17 / 0.30 / 0.35)

CMYK percentages

%0
%16.77
%29.94
%34.51

Codes

Color #A78B75 in popluar color models

A7 8B 75
RGB 167 139 117
HSL 26° 22.12% 55.69%
HSB/HSV 26° 29.94% 65.49%
CMYK 0.00% 16.77% 29.94%
34.51%

Color #A78B75 in popluar number systems.

HEX A7 8B 75
Decimal 167 139 117
Binary 10100111 10001011 1110101
Octal 247 213 165

Shades and tints

Shades of #A78B75

#A78B75
(167,139,117)
#987F6B
(152,127,107)
#897361
(137,115,97)
#7A6757
(122,103,87)
#6B5B4D
(107,91,77)
#5C4F43
(92,79,67)
#4D4339
(77,67,57)
#3E372F
(62,55,47)
#2F2B25
(47,43,37)
#201F1B
(32,31,27)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A78B75

#A78B75
(167,139,117)
#AF9581
(175,149,129)
#B79F8D
(183,159,141)
#BFA999
(191,169,153)
#C7B3A5
(199,179,165)
#CFBDB1
(207,189,177)
#D7C7BD
(215,199,189)
#DFD1C9
(223,209,201)
#E7DBD5
(231,219,213)
#EFE5E1
(239,229,225)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78B75 color. Also use rgb(167,139,117) instead hex code.

Text Font Color

.myTextColor { color: #A78B75; }

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

This text font color is #A78B75.

Background Color

.myBgColor { background-color: #A78B75; }

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

This div background color is #A78B75.

Border color

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

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

This div border color is #A78B75.

Opacity

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

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

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

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

This text has shadow with #A78B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78B75.

Preview

Color preview on black background

This text has color #A78B75 on black background.


Color preview on white background

This text has color #A78B75 on white background.


Black color preview on #A78B75 background

This text has black color on #A78B75 background.


White color preview on #A78B75 background

This text has white color on #A78B75 background.


Related colors

Complementary color

Complementary color for #hex is #58748A.


I love getcolorcode.com

Triadic colors

1 #75A78B and #8B75A7 with #A78B75 are triadic colors.

2 #758BA7 and #8BA775 with #A78B75 are triadic colors.