COLOR #787553

HEX: #787553
RGB: (120,117,83)

Color info

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

RGB color model

#787553 color RGB value is (120,117,83).

  • red value is 120;
  • green value is 117;
  • blue value is 83.
RGB:
(120,117,83)
(47%,46%,33%)

RGB channels and saturation

R 120 of 255 = 47%
G 117 of 255 = 46%
B 83 of 255 = 33%

120
117
83

R + G + B ~ 42%. #787553 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 117 + 83 = 320 (100%)
R 120 of 320 ~ 37.5%
G 117 of 320 ~ 36.56%
B 83 of 320 ~ 25.94%

%37.5
%36.56
%25.94

CMYK color model

#787553 color CMYK value is (0,3,31,53).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 30.83%
  • key color value is 52.94%
CMYK:
(0,3,31,53)
C0M3Y31K53 
(0%,3%,31%,53%)
(0.00/0.03/0.31/0.53)	

CMYK percentages

%0
%2.5
%30.83
%52.94

Codes

Color #787553 in popluar color models

787553
RGB12011783
HSL55°18.23%39.80%
HSB/HSV55°30.83%47.06%
CMYK0.00%2.50%30.83%
52.94%

Color #787553 in popluar number systems.

HEX787553
Decimal12011783
Binary111100011101011010011
Octal170165123

Shades and tints

Shades of #787553

#787553
(120,117,83)
#6E6B4C
(110,107,76)
#646145
(100,97,69)
#5A573E
(90,87,62)
#504D37
(80,77,55)
#464330
(70,67,48)
#3C3929
(60,57,41)
#322F22
(50,47,34)
#28251B
(40,37,27)
#1E1B14
(30,27,20)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #787553

#787553
(120,117,83)
#848162
(132,129,98)
#908D71
(144,141,113)
#9C9980
(156,153,128)
#A8A58F
(168,165,143)
#B4B19E
(180,177,158)
#C0BDAD
(192,189,173)
#CCC9BC
(204,201,188)
#D8D5CB
(216,213,203)
#E4E1DA
(228,225,218)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787553 color. Also use rgb(120,117,83) instead hex code.

Text Font Color

.myTextColor { color: #787553; }

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

This text font color is #787553.


Background Color

.myBgColor { background-color: #787553; }

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

This div background color is #787553.


Border color

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

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

This div border color is #787553.


Opacity

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

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

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

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

This text has shadow with #787553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787553 on black background.


Color preview on white background

This text has color #787553 on white background.



Black color preview on #787553 background

This text has black color on #787553 background.


White color preview on #787553 background

This text has white color on #787553 background.