COLOR #777363

HEX: #777363 RGB: (119,115,99)

Color info

#777363 contains red, green and blue colors in about the same proportion. Web safe color of #777363 is #666666 (or #666).

RGB color model

#777363 color RGB value is (119,115,99).

RGB: (119,115,99) (47%, 45%, 39%)

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 99 of 255 = 39%

119
115
99

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

Portions of RGB colors in percentages

R + G + B = 119 + 115 + 99 = 333 (100%)
R 119 of 333 ~ 35.74%
G 115 of 333 ~ 34.53%
B 99 of 333 ~ 29.73'%

%35.74
%34.53
%29.73

CMYK color model

#777363 color CMYK value is (0,3,17,53).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 16.81%
  • key color value is 53.33%

CMYK: (0,3,17,53)
C0M3Y17K53 (0%, 3%, 17%, 53%)
(0.00 / 0.03 / 0.17 / 0.53)

CMYK percentages

%0
%3.36
%16.81
%53.33

Codes

Color #777363 in popluar color models

77 73 63
RGB 119 115 99
HSL 48° 9.17% 42.75%
HSB/HSV 48° 16.81% 46.67%
CMYK 0.00% 3.36% 16.81%
53.33%

Color #777363 in popluar number systems.

HEX 77 73 63
Decimal 119 115 99
Binary 1110111 1110011 1100011
Octal 167 163 143

Shades and tints

Shades of #777363

#777363
(119,115,99)
#6D695A
(109,105,90)
#635F51
(99,95,81)
#595548
(89,85,72)
#4F4B3F
(79,75,63)
#454136
(69,65,54)
#3B372D
(59,55,45)
#312D24
(49,45,36)
#27231B
(39,35,27)
#1D1912
(29,25,18)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #777363

#777363
(119,115,99)
#837F71
(131,127,113)
#8F8B7F
(143,139,127)
#9B978D
(155,151,141)
#A7A39B
(167,163,155)
#B3AFA9
(179,175,169)
#BFBBB7
(191,187,183)
#CBC7C5
(203,199,197)
#D7D3D3
(215,211,211)
#E3DFE1
(227,223,225)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777363; }

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

This text font color is #777363.

Background Color

.myBgColor { background-color: #777363; }

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

This div background color is #777363.

Border color

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

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

This div border color is #777363.

Opacity

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

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

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

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

This text has shadow with #777363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777363.

Preview

Color preview on black background

This text has color #777363 on black background.


Color preview on white background

This text has color #777363 on white background.


Black color preview on #777363 background

This text has black color on #777363 background.


White color preview on #777363 background

This text has white color on #777363 background.


Related colors

Complementary color

Complementary color for #hex is #888C9C.


I love getcolorcode.com

Triadic colors

1 #637773 and #736377 with #777363 are triadic colors.

2 #637377 and #737763 with #777363 are triadic colors.