COLOR #789985

HEX: #789985
RGB: (120,153,133)

Color info

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

RGB color model

#789985 color RGB value is (120,153,133).

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

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 133 of 255 = 52%

120
153
133

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

Portions of RGB colors in percentages

R + G + B =
120 + 153 + 133 = 406 (100%)
R 120 of 406 ~ 29.56%
G 153 of 406 ~ 37.68%
B 133 of 406 ~ 32.76%

%29.56
%37.68
%32.76

CMYK color model

#789985 color CMYK value is (22,0,13,40).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 40.00%
CMYK:
(22,0,13,40)
C22M0Y13K40 
(22%,0%,13%,40%)
(0.22/0.00/0.13/0.40)	

CMYK percentages

%21.57
%0
%13.07
%40

Codes

Color #789985 in popluar color models

789985
RGB120153133
HSL144°13.92%53.53%
HSB/HSV144°21.57%60.00%
CMYK21.57%0.00%13.07%
40.00%

Color #789985 in popluar number systems.

HEX789985
Decimal120153133
Binary11110001001100110000101
Octal170231205

Shades and tints

Shades of #789985

#789985
(120,153,133)
#6E8C79
(110,140,121)
#647F6D
(100,127,109)
#5A7261
(90,114,97)
#506555
(80,101,85)
#465849
(70,88,73)
#3C4B3D
(60,75,61)
#323E31
(50,62,49)
#283125
(40,49,37)
#1E2419
(30,36,25)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #789985

#789985
(120,153,133)
#84A290
(132,162,144)
#90AB9B
(144,171,155)
#9CB4A6
(156,180,166)
#A8BDB1
(168,189,177)
#B4C6BC
(180,198,188)
#C0CFC7
(192,207,199)
#CCD8D2
(204,216,210)
#D8E1DD
(216,225,221)
#E4EAE8
(228,234,232)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789985; }

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

This text font color is #789985.


Background Color

.myBgColor { background-color: #789985; }

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

This div background color is #789985.


Border color

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

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

This div border color is #789985.


Opacity

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

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

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

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

This text has shadow with #789985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789985 on black background.


Color preview on white background

This text has color #789985 on white background.



Black color preview on #789985 background

This text has black color on #789985 background.


White color preview on #789985 background

This text has white color on #789985 background.