COLOR #788584

HEX: #788584
RGB: (120,133,132)

Color info

#788584 contains red, green and blue colors in about the same proportion. Web safe color of #788584 is #669999 (or #699).

RGB color model

#788584 color RGB value is (120,133,132).

  • red value is 120;
  • green value is 133;
  • blue value is 132.
RGB:
(120,133,132)
(47%,52%,52%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 132 of 255 = 52%

120
133
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 132 = 385 (100%)
R 120 of 385 ~ 31.17%
G 133 of 385 ~ 34.55%
B 132 of 385 ~ 34.29%

%31.17
%34.55
%34.29

CMYK color model

#788584 color CMYK value is (10,0,1,48).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(10,0,1,48)
C10M0Y1K48 
(10%,0%,1%,48%)
(0.10/0.00/0.01/0.48)	

CMYK percentages

%9.77
%0
%0.75
%47.84

Codes

Color #788584 in popluar color models

788584
RGB120133132
HSL175°5.14%49.61%
HSB/HSV175°9.77%52.16%
CMYK9.77%0.00%0.75%
47.84%

Color #788584 in popluar number systems.

HEX788584
Decimal120133132
Binary11110001000010110000100
Octal170205204

Shades and tints

Shades of #788584

#788584
(120,133,132)
#6E7978
(110,121,120)
#646D6C
(100,109,108)
#5A6160
(90,97,96)
#505554
(80,85,84)
#464948
(70,73,72)
#3C3D3C
(60,61,60)
#323130
(50,49,48)
#282524
(40,37,36)
#1E1918
(30,25,24)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #788584

#788584
(120,133,132)
#84908F
(132,144,143)
#909B9A
(144,155,154)
#9CA6A5
(156,166,165)
#A8B1B0
(168,177,176)
#B4BCBB
(180,188,187)
#C0C7C6
(192,199,198)
#CCD2D1
(204,210,209)
#D8DDDC
(216,221,220)
#E4E8E7
(228,232,231)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788584 color. Also use rgb(120,133,132) instead hex code.

Text Font Color

.myTextColor { color: #788584; }

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

This text font color is #788584.


Background Color

.myBgColor { background-color: #788584; }

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

This div background color is #788584.


Border color

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

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

This div border color is #788584.


Opacity

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

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

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

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

This text has shadow with #788584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788584 on black background.


Color preview on white background

This text has color #788584 on white background.



Black color preview on #788584 background

This text has black color on #788584 background.


White color preview on #788584 background

This text has white color on #788584 background.