COLOR #788286

HEX: #788286
RGB: (120,130,134)

Color info

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

RGB color model

#788286 color RGB value is (120,130,134).

  • red value is 120;
  • green value is 130;
  • blue value is 134.
RGB:
(120,130,134)
(47%,51%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 130 of 255 = 51%
B 134 of 255 = 53%

120
130
134

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

Portions of RGB colors in percentages

R + G + B =
120 + 130 + 134 = 384 (100%)
R 120 of 384 ~ 31.25%
G 130 of 384 ~ 33.85%
B 134 of 384 ~ 34.9%

%31.25
%33.85
%34.9

CMYK color model

#788286 color CMYK value is (10,3,0,47).

  • cyan value is 10.45%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(10,3,0,47)
C10M3Y0K47 
(10%,3%,0%,47%)
(0.10/0.03/0.00/0.47)	

CMYK percentages

%10.45
%2.99
%0
%47.45

Codes

Color #788286 in popluar color models

788286
RGB120130134
HSL197°5.51%49.80%
HSB/HSV197°10.45%52.55%
CMYK10.45%2.99%0.00%
47.45%

Color #788286 in popluar number systems.

HEX788286
Decimal120130134
Binary11110001000001010000110
Octal170202206

Shades and tints

Shades of #788286

#788286
(120,130,134)
#6E777A
(110,119,122)
#646C6E
(100,108,110)
#5A6162
(90,97,98)
#505656
(80,86,86)
#464B4A
(70,75,74)
#3C403E
(60,64,62)
#323532
(50,53,50)
#282A26
(40,42,38)
#1E1F1A
(30,31,26)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #788286

#788286
(120,130,134)
#848D91
(132,141,145)
#90989C
(144,152,156)
#9CA3A7
(156,163,167)
#A8AEB2
(168,174,178)
#B4B9BD
(180,185,189)
#C0C4C8
(192,196,200)
#CCCFD3
(204,207,211)
#D8DADE
(216,218,222)
#E4E5E9
(228,229,233)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788286 color. Also use rgb(120,130,134) instead hex code.

Text Font Color

.myTextColor { color: #788286; }

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

This text font color is #788286.


Background Color

.myBgColor { background-color: #788286; }

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

This div background color is #788286.


Border color

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

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

This div border color is #788286.


Opacity

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

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

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

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

This text has shadow with #788286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788286 on black background.


Color preview on white background

This text has color #788286 on white background.



Black color preview on #788286 background

This text has black color on #788286 background.


White color preview on #788286 background

This text has white color on #788286 background.