COLOR #785F71

HEX: #785F71 RGB: (120,95,113)

Color info

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

RGB color model

#785F71 color RGB value is (120,95,113).

RGB: (120,95,113) (47%, 37%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 113 of 255 = 44%

120
95
113

R + G + B ~ 43%. #785F71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 95 + 113 = 328 (100%)
R 120 of 328 ~ 36.59%
G 95 of 328 ~ 28.96%
B 113 of 328 ~ 34.45'%

%36.59
%28.96
%34.45

CMYK color model

#785F71 color CMYK value is (0,21,6,53).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 5.83%
  • key color value is 52.94%

CMYK: (0,21,6,53)
C0M21Y6K53 (0%, 21%, 6%, 53%)
(0.00 / 0.21 / 0.06 / 0.53)

CMYK percentages

%0
%20.83
%5.83
%52.94

Codes

Color #785F71 in popluar color models

78 5F 71
RGB 120 95 113
HSL 317° 11.63% 42.16%
HSB/HSV 317° 20.83% 47.06%
CMYK 0.00% 20.83% 5.83%
52.94%

Color #785F71 in popluar number systems.

HEX 78 5F 71
Decimal 120 95 113
Binary 1111000 1011111 1110001
Octal 170 137 161

Shades and tints

Shades of #785F71

#785F71
(120,95,113)
#6E5767
(110,87,103)
#644F5D
(100,79,93)
#5A4753
(90,71,83)
#503F49
(80,63,73)
#46373F
(70,55,63)
#3C2F35
(60,47,53)
#32272B
(50,39,43)
#281F21
(40,31,33)
#1E1717
(30,23,23)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #785F71

#785F71
(120,95,113)
#846D7D
(132,109,125)
#907B89
(144,123,137)
#9C8995
(156,137,149)
#A897A1
(168,151,161)
#B4A5AD
(180,165,173)
#C0B3B9
(192,179,185)
#CCC1C5
(204,193,197)
#D8CFD1
(216,207,209)
#E4DDDD
(228,221,221)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785F71 color. Also use rgb(120,95,113) instead hex code.

Text Font Color

.myTextColor { color: #785F71; }

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

This text font color is #785F71.

Background Color

.myBgColor { background-color: #785F71; }

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

This div background color is #785F71.

Border color

.myBorderColor { border: 1px solid #785F71; }

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

This div border color is #785F71.

Opacity

.myOpacity80 { color: #785F71; opacity: 0.8; }

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

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

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

This text has shadow with #785F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785F71.

Preview

Color preview on black background

This text has color #785F71 on black background.


Color preview on white background

This text has color #785F71 on white background.


Black color preview on #785F71 background

This text has black color on #785F71 background.


White color preview on #785F71 background

This text has white color on #785F71 background.


Related colors

Complementary color

Complementary color for #hex is #87A08E.


I love getcolorcode.com

Triadic colors

1 #71785F and #5F7178 with #785F71 are triadic colors.

2 #715F78 and #5F7871 with #785F71 are triadic colors.