COLOR #78526D

HEX: #78526D RGB: (120,82,109)

Color info

#78526D contains red, green and blue colors in about the same proportion. Web safe color of #78526D is #666666 (or #666).

RGB color model

#78526D color RGB value is (120,82,109).

RGB: (120,82,109) (47%, 32%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 109 of 255 = 43%

120
82
109

R + G + B ~ 41%. #78526D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 82 + 109 = 311 (100%)
R 120 of 311 ~ 38.59%
G 82 of 311 ~ 26.37%
B 109 of 311 ~ 35.05'%

%38.59
%26.37
%35.05

CMYK color model

#78526D color CMYK value is (0,32,9,53).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 9.17%
  • key color value is 52.94%

CMYK: (0,32,9,53)
C0M32Y9K53 (0%, 32%, 9%, 53%)
(0.00 / 0.32 / 0.09 / 0.53)

CMYK percentages

%0
%31.67
%9.17
%52.94

Codes

Color #78526D in popluar color models

78 52 6D
RGB 120 82 109
HSL 317° 18.81% 39.61%
HSB/HSV 317° 31.67% 47.06%
CMYK 0.00% 31.67% 9.17%
52.94%

Color #78526D in popluar number systems.

HEX 78 52 6D
Decimal 120 82 109
Binary 1111000 1010010 1101101
Octal 170 122 155

Shades and tints

Shades of #78526D

#78526D
(120,82,109)
#6E4B64
(110,75,100)
#64445B
(100,68,91)
#5A3D52
(90,61,82)
#503649
(80,54,73)
#462F40
(70,47,64)
#3C2837
(60,40,55)
#32212E
(50,33,46)
#281A25
(40,26,37)
#1E131C
(30,19,28)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #78526D

#78526D
(120,82,109)
#84617A
(132,97,122)
#907087
(144,112,135)
#9C7F94
(156,127,148)
#A88EA1
(168,142,161)
#B49DAE
(180,157,174)
#C0ACBB
(192,172,187)
#CCBBC8
(204,187,200)
#D8CAD5
(216,202,213)
#E4D9E2
(228,217,226)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78526D color. Also use rgb(120,82,109) instead hex code.

Text Font Color

.myTextColor { color: #78526D; }

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

This text font color is #78526D.

Background Color

.myBgColor { background-color: #78526D; }

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

This div background color is #78526D.

Border color

.myBorderColor { border: 1px solid #78526D; }

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

This div border color is #78526D.

Opacity

.myOpacity80 { color: #78526D; opacity: 0.8; }

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

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

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

This text has shadow with #78526D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78526D.

Preview

Color preview on black background

This text has color #78526D on black background.


Color preview on white background

This text has color #78526D on white background.


Black color preview on #78526D background

This text has black color on #78526D background.


White color preview on #78526D background

This text has white color on #78526D background.


Related colors

Complementary color

Complementary color for #hex is #87AD92.


I love getcolorcode.com

Triadic colors

1 #6D7852 and #526D78 with #78526D are triadic colors.

2 #6D5278 and #52786D with #78526D are triadic colors.