COLOR #788485

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

Color info

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

RGB color model

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

RGB: (120,132,133) (47%, 52%, 52%)

RGB channels and saturation

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

120
132
133

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

Portions of RGB colors in percentages

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

%31.17
%34.29
%34.55

CMYK color model

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

  • cyan value is 9.77%
  • magenta value is 0.75%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (10,1,0,48)
C10M1Y0K48 (10%, 1%, 0%, 48%)
(0.10 / 0.01 / 0.00 / 0.48)

CMYK percentages

%9.77
%0.75
%0
%47.84

Codes

Color #788485 in popluar color models

78 84 85
RGB 120 132 133
HSL 185° 5.14% 49.61%
HSB/HSV 185° 9.77% 52.16%
CMYK 9.77% 0.75% 0.00%
47.84%

Color #788485 in popluar number systems.

HEX 78 84 85
Decimal 120 132 133
Binary 1111000 10000100 10000101
Octal 170 204 205

Shades and tints

Shades of #788485

#788485
(120,132,133)
#6E7879
(110,120,121)
#646C6D
(100,108,109)
#5A6061
(90,96,97)
#505455
(80,84,85)
#464849
(70,72,73)
#3C3C3D
(60,60,61)
#323031
(50,48,49)
#282425
(40,36,37)
#1E1819
(30,24,25)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #788485

#788485
(120,132,133)
#848F90
(132,143,144)
#909A9B
(144,154,155)
#9CA5A6
(156,165,166)
#A8B0B1
(168,176,177)
#B4BBBC
(180,187,188)
#C0C6C7
(192,198,199)
#CCD1D2
(204,209,210)
#D8DCDD
(216,220,221)
#E4E7E8
(228,231,232)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788485; }

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

This text font color is #788485.

Background Color

.myBgColor { background-color: #788485; }

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

This div background color is #788485.

Border color

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

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

This div border color is #788485.

Opacity

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

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

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

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

This text has shadow with #788485 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788485.

Preview

Color preview on black background

This text has color #788485 on black background.


Color preview on white background

This text has color #788485 on white background.


Black color preview on #788485 background

This text has black color on #788485 background.


White color preview on #788485 background

This text has white color on #788485 background.


Related colors

Complementary color

Complementary color for #hex is #877B7A.


I love getcolorcode.com

Triadic colors

1 #857884 and #848578 with #788485 are triadic colors.

2 #858478 and #847885 with #788485 are triadic colors.