COLOR #787285

HEX: #787285
RGB: (120,114,133)

Color info

#787285 contains red, green and blue colors in about the same proportion. Web safe color of #787285 is #666699 (or #669).

RGB color model

#787285 color RGB value is (120,114,133).

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

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 133 of 255 = 52%

120
114
133

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

Portions of RGB colors in percentages

R + G + B =
120 + 114 + 133 = 367 (100%)
R 120 of 367 ~ 32.7%
G 114 of 367 ~ 31.06%
B 133 of 367 ~ 36.24%

%32.7
%31.06
%36.24

CMYK color model

#787285 color CMYK value is (10,14,0,48).

  • cyan value is 9.77%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(10,14,0,48)
C10M14Y0K48 
(10%,14%,0%,48%)
(0.10/0.14/0.00/0.48)	

CMYK percentages

%9.77
%14.29
%0
%47.84

Codes

Color #787285 in popluar color models

787285
RGB120114133
HSL259°7.69%48.43%
HSB/HSV259°14.29%52.16%
CMYK9.77%14.29%0.00%
47.84%

Color #787285 in popluar number systems.

HEX787285
Decimal120114133
Binary1111000111001010000101
Octal170162205

Shades and tints

Shades of #787285

#787285
(120,114,133)
#6E6879
(110,104,121)
#645E6D
(100,94,109)
#5A5461
(90,84,97)
#504A55
(80,74,85)
#464049
(70,64,73)
#3C363D
(60,54,61)
#322C31
(50,44,49)
#282225
(40,34,37)
#1E1819
(30,24,25)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #787285

#787285
(120,114,133)
#847E90
(132,126,144)
#908A9B
(144,138,155)
#9C96A6
(156,150,166)
#A8A2B1
(168,162,177)
#B4AEBC
(180,174,188)
#C0BAC7
(192,186,199)
#CCC6D2
(204,198,210)
#D8D2DD
(216,210,221)
#E4DEE8
(228,222,232)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787285; }

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

This text font color is #787285.


Background Color

.myBgColor { background-color: #787285; }

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

This div background color is #787285.


Border color

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

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

This div border color is #787285.


Opacity

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

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

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

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

This text has shadow with #787285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787285 on black background.


Color preview on white background

This text has color #787285 on white background.



Black color preview on #787285 background

This text has black color on #787285 background.


White color preview on #787285 background

This text has white color on #787285 background.