COLOR #777283

HEX: #777283 RGB: (119,114,131)

Color info

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

RGB color model

#777283 color RGB value is (119,114,131).

RGB: (119,114,131) (47%, 45%, 51%)

RGB channels and saturation

R 119 of 255 = 47%
G 114 of 255 = 45%
B 131 of 255 = 51%

119
114
131

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

Portions of RGB colors in percentages

R + G + B = 119 + 114 + 131 = 364 (100%)
R 119 of 364 ~ 32.69%
G 114 of 364 ~ 31.32%
B 131 of 364 ~ 35.99'%

%32.69
%31.32
%35.99

CMYK color model

#777283 color CMYK value is (9,13,0,49).

  • cyan value is 9.16%
  • magenta value is 12.98%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (9,13,0,49)
C9M13Y0K49 (9%, 13%, 0%, 49%)
(0.09 / 0.13 / 0.00 / 0.49)

CMYK percentages

%9.16
%12.98
%0
%48.63

Codes

Color #777283 in popluar color models

77 72 83
RGB 119 114 131
HSL 258° 6.94% 48.04%
HSB/HSV 258° 12.98% 51.37%
CMYK 9.16% 12.98% 0.00%
48.63%

Color #777283 in popluar number systems.

HEX 77 72 83
Decimal 119 114 131
Binary 1110111 1110010 10000011
Octal 167 162 203

Shades and tints

Shades of #777283

#777283
(119,114,131)
#6D6878
(109,104,120)
#635E6D
(99,94,109)
#595462
(89,84,98)
#4F4A57
(79,74,87)
#45404C
(69,64,76)
#3B3641
(59,54,65)
#312C36
(49,44,54)
#27222B
(39,34,43)
#1D1820
(29,24,32)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #777283

#777283
(119,114,131)
#837E8E
(131,126,142)
#8F8A99
(143,138,153)
#9B96A4
(155,150,164)
#A7A2AF
(167,162,175)
#B3AEBA
(179,174,186)
#BFBAC5
(191,186,197)
#CBC6D0
(203,198,208)
#D7D2DB
(215,210,219)
#E3DEE6
(227,222,230)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777283; }

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

This text font color is #777283.

Background Color

.myBgColor { background-color: #777283; }

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

This div background color is #777283.

Border color

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

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

This div border color is #777283.

Opacity

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

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

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

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

This text has shadow with #777283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777283.

Preview

Color preview on black background

This text has color #777283 on black background.


Color preview on white background

This text has color #777283 on white background.


Black color preview on #777283 background

This text has black color on #777283 background.


White color preview on #777283 background

This text has white color on #777283 background.


Related colors

Complementary color

Complementary color for #hex is #888D7C.


I love getcolorcode.com

Triadic colors

1 #837772 and #728377 with #777283 are triadic colors.

2 #837277 and #727783 with #777283 are triadic colors.