COLOR #777382

HEX: #777382 RGB: (119,115,130)

Color info

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

RGB color model

#777382 color RGB value is (119,115,130).

RGB: (119,115,130) (47%, 45%, 51%)

RGB channels and saturation

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

119
115
130

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

Portions of RGB colors in percentages

R + G + B = 119 + 115 + 130 = 364 (100%)
R 119 of 364 ~ 32.69%
G 115 of 364 ~ 31.59%
B 130 of 364 ~ 35.71'%

%32.69
%31.59
%35.71

CMYK color model

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

  • cyan value is 8.46%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (8,12,0,49)
C8M12Y0K49 (8%, 12%, 0%, 49%)
(0.08 / 0.12 / 0.00 / 0.49)

CMYK percentages

%8.46
%11.54
%0
%49.02

Codes

Color #777382 in popluar color models

77 73 82
RGB 119 115 130
HSL 256° 6.12% 48.04%
HSB/HSV 256° 11.54% 50.98%
CMYK 8.46% 11.54% 0.00%
49.02%

Color #777382 in popluar number systems.

HEX 77 73 82
Decimal 119 115 130
Binary 1110111 1110011 10000010
Octal 167 163 202

Shades and tints

Shades of #777382

#777382
(119,115,130)
#6D6977
(109,105,119)
#635F6C
(99,95,108)
#595561
(89,85,97)
#4F4B56
(79,75,86)
#45414B
(69,65,75)
#3B3740
(59,55,64)
#312D35
(49,45,53)
#27232A
(39,35,42)
#1D191F
(29,25,31)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #777382

#777382
(119,115,130)
#837F8D
(131,127,141)
#8F8B98
(143,139,152)
#9B97A3
(155,151,163)
#A7A3AE
(167,163,174)
#B3AFB9
(179,175,185)
#BFBBC4
(191,187,196)
#CBC7CF
(203,199,207)
#D7D3DA
(215,211,218)
#E3DFE5
(227,223,229)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777382; }

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

This text font color is #777382.

Background Color

.myBgColor { background-color: #777382; }

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

This div background color is #777382.

Border color

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

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

This div border color is #777382.

Opacity

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

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

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

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

This text has shadow with #777382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777382.

Preview

Color preview on black background

This text has color #777382 on black background.


Color preview on white background

This text has color #777382 on white background.


Black color preview on #777382 background

This text has black color on #777382 background.


White color preview on #777382 background

This text has white color on #777382 background.


Related colors

Complementary color

Complementary color for #hex is #888C7D.


I love getcolorcode.com

Triadic colors

1 #827773 and #738277 with #777382 are triadic colors.

2 #827377 and #737782 with #777382 are triadic colors.