COLOR #77683F

HEX: #77683F
RGB: (119,104,63)

Color info

#77683F contains red, green and blue colors in about the same proportion. Web safe color of #77683F is #666633 (or #663).

RGB color model

#77683F color RGB value is (119,104,63).

  • red value is 119;
  • green value is 104;
  • blue value is 63.
RGB:
(119,104,63)
(47%,41%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 63 of 255 = 25%

119
104
63

R + G + B ~ 38%. #77683F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 104 + 63 = 286 (100%)
R 119 of 286 ~ 41.61%
G 104 of 286 ~ 36.36%
B 63 of 286 ~ 22.03%

%41.61
%36.36
%22.03

CMYK color model

#77683F color CMYK value is (0,13,47,53).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 47.06%
  • key color value is 53.33%
CMYK:
(0,13,47,53)
C0M13Y47K53 
(0%,13%,47%,53%)
(0.00/0.13/0.47/0.53)	

CMYK percentages

%0
%12.61
%47.06
%53.33

Codes

Color #77683F in popluar color models

77683F
RGB11910463
HSL44°30.77%35.69%
HSB/HSV44°47.06%46.67%
CMYK0.00%12.61%47.06%
53.33%

Color #77683F in popluar number systems.

HEX77683F
Decimal11910463
Binary11101111101000111111
Octal16715077

Shades and tints

Shades of #77683F

#77683F
(119,104,63)
#6D5F3A
(109,95,58)
#635635
(99,86,53)
#594D30
(89,77,48)
#4F442B
(79,68,43)
#453B26
(69,59,38)
#3B3221
(59,50,33)
#31291C
(49,41,28)
#272017
(39,32,23)
#1D1712
(29,23,18)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #77683F

#77683F
(119,104,63)
#837550
(131,117,80)
#8F8261
(143,130,97)
#9B8F72
(155,143,114)
#A79C83
(167,156,131)
#B3A994
(179,169,148)
#BFB6A5
(191,182,165)
#CBC3B6
(203,195,182)
#D7D0C7
(215,208,199)
#E3DDD8
(227,221,216)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77683F color. Also use rgb(119,104,63) instead hex code.

Text Font Color

.myTextColor { color: #77683F; }

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

This text font color is #77683F.


Background Color

.myBgColor { background-color: #77683F; }

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

This div background color is #77683F.


Border color

.myBorderColor { border: 1px solid #77683F; }

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

This div border color is #77683F.


Opacity

.myOpacity80 { color: #77683F; opacity: 0.8; }

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

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

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

This text has shadow with #77683F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77683F on black background.


Color preview on white background

This text has color #77683F on white background.



Black color preview on #77683F background

This text has black color on #77683F background.


White color preview on #77683F background

This text has white color on #77683F background.