COLOR #77683D

HEX: #77683D
RGB: (119,104,61)

Color info

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

RGB color model

#77683D color RGB value is (119,104,61).

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

RGB channels and saturation

R 119 of 255 = 47%
G 104 of 255 = 41%
B 61 of 255 = 24%

119
104
61

R + G + B ~ 37%. #77683D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 104 + 61 = 284 (100%)
R 119 of 284 ~ 41.9%
G 104 of 284 ~ 36.62%
B 61 of 284 ~ 21.48%

%41.9
%36.62
%21.48

CMYK color model

#77683D color CMYK value is (0,13,49,53).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 48.74%
  • key color value is 53.33%
CMYK:
(0,13,49,53)
C0M13Y49K53 
(0%,13%,49%,53%)
(0.00/0.13/0.49/0.53)	

CMYK percentages

%0
%12.61
%48.74
%53.33

Codes

Color #77683D in popluar color models

77683D
RGB11910461
HSL44°32.22%35.29%
HSB/HSV44°48.74%46.67%
CMYK0.00%12.61%48.74%
53.33%

Color #77683D in popluar number systems.

HEX77683D
Decimal11910461
Binary11101111101000111101
Octal16715075

Shades and tints

Shades of #77683D

#77683D
(119,104,61)
#6D5F38
(109,95,56)
#635633
(99,86,51)
#594D2E
(89,77,46)
#4F4429
(79,68,41)
#453B24
(69,59,36)
#3B321F
(59,50,31)
#31291A
(49,41,26)
#272015
(39,32,21)
#1D1710
(29,23,16)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #77683D

#77683D
(119,104,61)
#83754E
(131,117,78)
#8F825F
(143,130,95)
#9B8F70
(155,143,112)
#A79C81
(167,156,129)
#B3A992
(179,169,146)
#BFB6A3
(191,182,163)
#CBC3B4
(203,195,180)
#D7D0C5
(215,208,197)
#E3DDD6
(227,221,214)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77683D; }

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

This text font color is #77683D.


Background Color

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

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

This div background color is #77683D.


Border color

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

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

This div border color is #77683D.


Opacity

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

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

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

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

This text has shadow with #77683D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77683D on black background.


Color preview on white background

This text has color #77683D on white background.



Black color preview on #77683D background

This text has black color on #77683D background.


White color preview on #77683D background

This text has white color on #77683D background.