COLOR #785F64

HEX: #785F64
RGB: (120,95,100)

Color info

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

RGB color model

#785F64 color RGB value is (120,95,100).

  • red value is 120;
  • green value is 95;
  • blue value is 100.
RGB:
(120,95,100)
(47%,37%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 100 of 255 = 39%

120
95
100

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

Portions of RGB colors in percentages

R + G + B =
120 + 95 + 100 = 315 (100%)
R 120 of 315 ~ 38.1%
G 95 of 315 ~ 30.16%
B 100 of 315 ~ 31.75%

%38.1
%30.16
%31.75

CMYK color model

#785F64 color CMYK value is (0,21,17,53).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(0,21,17,53)
C0M21Y17K53 
(0%,21%,17%,53%)
(0.00/0.21/0.17/0.53)	

CMYK percentages

%0
%20.83
%16.67
%52.94

Codes

Color #785F64 in popluar color models

785F64
RGB12095100
HSL348°11.63%42.16%
HSB/HSV348°20.83%47.06%
CMYK0.00%20.83%16.67%
52.94%

Color #785F64 in popluar number systems.

HEX785F64
Decimal12095100
Binary111100010111111100100
Octal170137144

Shades and tints

Shades of #785F64

#785F64
(120,95,100)
#6E575B
(110,87,91)
#644F52
(100,79,82)
#5A4749
(90,71,73)
#503F40
(80,63,64)
#463737
(70,55,55)
#3C2F2E
(60,47,46)
#322725
(50,39,37)
#281F1C
(40,31,28)
#1E1713
(30,23,19)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #785F64

#785F64
(120,95,100)
#846D72
(132,109,114)
#907B80
(144,123,128)
#9C898E
(156,137,142)
#A8979C
(168,151,156)
#B4A5AA
(180,165,170)
#C0B3B8
(192,179,184)
#CCC1C6
(204,193,198)
#D8CFD4
(216,207,212)
#E4DDE2
(228,221,226)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785F64; }

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

This text font color is #785F64.


Background Color

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

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

This div background color is #785F64.


Border color

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

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

This div border color is #785F64.


Opacity

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

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

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

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

This text has shadow with #785F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785F64 on black background.


Color preview on white background

This text has color #785F64 on white background.



Black color preview on #785F64 background

This text has black color on #785F64 background.


White color preview on #785F64 background

This text has white color on #785F64 background.