COLOR #785255

HEX: #785255 RGB: (120,82,85)

Color info

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

RGB color model

#785255 color RGB value is (120,82,85).

RGB: (120,82,85) (47%, 32%, 33%)

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 85 of 255 = 33%

120
82
85

R + G + B ~ 37%. #785255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 82 + 85 = 287 (100%)
R 120 of 287 ~ 41.81%
G 82 of 287 ~ 28.57%
B 85 of 287 ~ 29.62'%

%41.81
%28.57
%29.62

CMYK color model

#785255 color CMYK value is (0,32,29,53).

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

CMYK: (0,32,29,53)
C0M32Y29K53 (0%, 32%, 29%, 53%)
(0.00 / 0.32 / 0.29 / 0.53)

CMYK percentages

%0
%31.67
%29.17
%52.94

Codes

Color #785255 in popluar color models

78 52 55
RGB 120 82 85
HSL 355° 18.81% 39.61%
HSB/HSV 355° 31.67% 47.06%
CMYK 0.00% 31.67% 29.17%
52.94%

Color #785255 in popluar number systems.

HEX 78 52 55
Decimal 120 82 85
Binary 1111000 1010010 1010101
Octal 170 122 125

Shades and tints

Shades of #785255

#785255
(120,82,85)
#6E4B4E
(110,75,78)
#644447
(100,68,71)
#5A3D40
(90,61,64)
#503639
(80,54,57)
#462F32
(70,47,50)
#3C282B
(60,40,43)
#322124
(50,33,36)
#281A1D
(40,26,29)
#1E1316
(30,19,22)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #785255

#785255
(120,82,85)
#846164
(132,97,100)
#907073
(144,112,115)
#9C7F82
(156,127,130)
#A88E91
(168,142,145)
#B49DA0
(180,157,160)
#C0ACAF
(192,172,175)
#CCBBBE
(204,187,190)
#D8CACD
(216,202,205)
#E4D9DC
(228,217,220)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785255; }

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

This text font color is #785255.

Background Color

.myBgColor { background-color: #785255; }

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

This div background color is #785255.

Border color

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

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

This div border color is #785255.

Opacity

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

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

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

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

This text has shadow with #785255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785255.

Preview

Color preview on black background

This text has color #785255 on black background.


Color preview on white background

This text has color #785255 on white background.


Black color preview on #785255 background

This text has black color on #785255 background.


White color preview on #785255 background

This text has white color on #785255 background.


Related colors

Complementary color

Complementary color for #hex is #87ADAA.


I love getcolorcode.com

Triadic colors

1 #557852 and #525578 with #785255 are triadic colors.

2 #555278 and #527855 with #785255 are triadic colors.