COLOR #778282

HEX: #778282
RGB: (119,130,130)

Color info

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

RGB color model

#778282 color RGB value is (119,130,130).

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

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 130 of 255 = 51%

119
130
130

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 130 = 379 (100%)
R 119 of 379 ~ 31.4%
G 130 of 379 ~ 34.3%
B 130 of 379 ~ 34.3%

%31.4
%34.3
%34.3

CMYK color model

#778282 color CMYK value is (8,0,0,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(8,0,0,49)
C8M0Y0K49 
(8%,0%,0%,49%)
(0.08/0.00/0.00/0.49)	

CMYK percentages

%8.46
%0
%0
%49.02

Codes

Color #778282 in popluar color models

778282
RGB119130130
HSL180°4.42%48.82%
HSB/HSV180°8.46%50.98%
CMYK8.46%0.00%0.00%
49.02%

Color #778282 in popluar number systems.

HEX778282
Decimal119130130
Binary11101111000001010000010
Octal167202202

Shades and tints

Shades of #778282

#778282
(119,130,130)
#6D7777
(109,119,119)
#636C6C
(99,108,108)
#596161
(89,97,97)
#4F5656
(79,86,86)
#454B4B
(69,75,75)
#3B4040
(59,64,64)
#313535
(49,53,53)
#272A2A
(39,42,42)
#1D1F1F
(29,31,31)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #778282

#778282
(119,130,130)
#838D8D
(131,141,141)
#8F9898
(143,152,152)
#9BA3A3
(155,163,163)
#A7AEAE
(167,174,174)
#B3B9B9
(179,185,185)
#BFC4C4
(191,196,196)
#CBCFCF
(203,207,207)
#D7DADA
(215,218,218)
#E3E5E5
(227,229,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778282; }

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

This text font color is #778282.


Background Color

.myBgColor { background-color: #778282; }

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

This div background color is #778282.


Border color

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

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

This div border color is #778282.


Opacity

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

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

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

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

This text has shadow with #778282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778282 on black background.


Color preview on white background

This text has color #778282 on white background.



Black color preview on #778282 background

This text has black color on #778282 background.


White color preview on #778282 background

This text has white color on #778282 background.