COLOR #78525A

HEX: #78525A
RGB: (120,82,90)

Color info

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

RGB color model

#78525A color RGB value is (120,82,90).

  • red value is 120;
  • green value is 82;
  • blue value is 90.
RGB:
(120,82,90)
(47%,32%,35%)

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 90 of 255 = 35%

120
82
90

R + G + B ~ 38%. #78525A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 82 + 90 = 292 (100%)
R 120 of 292 ~ 41.1%
G 82 of 292 ~ 28.08%
B 90 of 292 ~ 30.82%

%41.1
%28.08
%30.82

CMYK color model

#78525A color CMYK value is (0,32,25,53).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(0,32,25,53)
C0M32Y25K53 
(0%,32%,25%,53%)
(0.00/0.32/0.25/0.53)	

CMYK percentages

%0
%31.67
%25
%52.94

Codes

Color #78525A in popluar color models

78525A
RGB1208290
HSL347°18.81%39.61%
HSB/HSV347°31.67%47.06%
CMYK0.00%31.67%25.00%
52.94%

Color #78525A in popluar number systems.

HEX78525A
Decimal1208290
Binary111100010100101011010
Octal170122132

Shades and tints

Shades of #78525A

#78525A
(120,82,90)
#6E4B52
(110,75,82)
#64444A
(100,68,74)
#5A3D42
(90,61,66)
#50363A
(80,54,58)
#462F32
(70,47,50)
#3C282A
(60,40,42)
#322122
(50,33,34)
#281A1A
(40,26,26)
#1E1312
(30,19,18)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #78525A

#78525A
(120,82,90)
#846169
(132,97,105)
#907078
(144,112,120)
#9C7F87
(156,127,135)
#A88E96
(168,142,150)
#B49DA5
(180,157,165)
#C0ACB4
(192,172,180)
#CCBBC3
(204,187,195)
#D8CAD2
(216,202,210)
#E4D9E1
(228,217,225)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78525A color. Also use rgb(120,82,90) instead hex code.

Text Font Color

.myTextColor { color: #78525A; }

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

This text font color is #78525A.


Background Color

.myBgColor { background-color: #78525A; }

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

This div background color is #78525A.


Border color

.myBorderColor { border: 1px solid #78525A; }

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

This div border color is #78525A.


Opacity

.myOpacity80 { color: #78525A; opacity: 0.8; }

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

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

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

This text has shadow with #78525A color.

.textShadow {text-shadow: 3px 3px 1px #78525A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78525A on black background.


Color preview on white background

This text has color #78525A on white background.



Black color preview on #78525A background

This text has black color on #78525A background.


White color preview on #78525A background

This text has white color on #78525A background.