COLOR #785B5B

HEX: #785B5B
RGB: (120,91,91)

Color info

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

RGB color model

#785B5B color RGB value is (120,91,91).

  • red value is 120;
  • green value is 91;
  • blue value is 91.
RGB:
(120,91,91)
(47%,36%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 91 of 255 = 36%
B 91 of 255 = 36%

120
91
91

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

Portions of RGB colors in percentages

R + G + B =
120 + 91 + 91 = 302 (100%)
R 120 of 302 ~ 39.74%
G 91 of 302 ~ 30.13%
B 91 of 302 ~ 30.13%

%39.74
%30.13
%30.13

CMYK color model

#785B5B color CMYK value is (0,24,24,53).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(0,24,24,53)
C0M24Y24K53 
(0%,24%,24%,53%)
(0.00/0.24/0.24/0.53)	

CMYK percentages

%0
%24.17
%24.17
%52.94

Codes

Color #785B5B in popluar color models

785B5B
RGB1209191
HSL13.74%41.37%
HSB/HSV24.17%47.06%
CMYK0.00%24.17%24.17%
52.94%

Color #785B5B in popluar number systems.

HEX785B5B
Decimal1209191
Binary111100010110111011011
Octal170133133

Shades and tints

Shades of #785B5B

#785B5B
(120,91,91)
#6E5353
(110,83,83)
#644B4B
(100,75,75)
#5A4343
(90,67,67)
#503B3B
(80,59,59)
#463333
(70,51,51)
#3C2B2B
(60,43,43)
#322323
(50,35,35)
#281B1B
(40,27,27)
#1E1313
(30,19,19)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #785B5B

#785B5B
(120,91,91)
#846969
(132,105,105)
#907777
(144,119,119)
#9C8585
(156,133,133)
#A89393
(168,147,147)
#B4A1A1
(180,161,161)
#C0AFAF
(192,175,175)
#CCBDBD
(204,189,189)
#D8CBCB
(216,203,203)
#E4D9D9
(228,217,217)
#F0E7E7
(240,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785B5B; }

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

This text font color is #785B5B.


Background Color

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

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

This div background color is #785B5B.


Border color

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

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

This div border color is #785B5B.


Opacity

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

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

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

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

This text has shadow with #785B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785B5B on black background.


Color preview on white background

This text has color #785B5B on white background.



Black color preview on #785B5B background

This text has black color on #785B5B background.


White color preview on #785B5B background

This text has white color on #785B5B background.