COLOR #76673A

HEX: #76673A
RGB: (118,103,58)

Color info

#76673A contains mainly red and green colors. Web safe color of #76673A is #666633 (or #663).

RGB color model

#76673A color RGB value is (118,103,58).

  • red value is 118;
  • green value is 103;
  • blue value is 58.
RGB:
(118,103,58)
(46%,40%,23%)

RGB channels and saturation

R 118 of 255 = 46%
G 103 of 255 = 40%
B 58 of 255 = 23%

118
103
58

R + G + B ~ 36%. #76673A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 103 + 58 = 279 (100%)
R 118 of 279 ~ 42.29%
G 103 of 279 ~ 36.92%
B 58 of 279 ~ 20.79%

%42.29
%36.92
%20.79

CMYK color model

#76673A color CMYK value is (0,13,51,54).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(0,13,51,54)
C0M13Y51K54 
(0%,13%,51%,54%)
(0.00/0.13/0.51/0.54)	

CMYK percentages

%0
%12.71
%50.85
%53.73

Codes

Color #76673A in popluar color models

76673A
RGB11810358
HSL45°34.09%34.51%
HSB/HSV45°50.85%46.27%
CMYK0.00%12.71%50.85%
53.73%

Color #76673A in popluar number systems.

HEX76673A
Decimal11810358
Binary11101101100111111010
Octal16614772

Shades and tints

Shades of #76673A

#76673A
(118,103,58)
#6C5E35
(108,94,53)
#625530
(98,85,48)
#584C2B
(88,76,43)
#4E4326
(78,67,38)
#443A21
(68,58,33)
#3A311C
(58,49,28)
#302817
(48,40,23)
#261F12
(38,31,18)
#1C160D
(28,22,13)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #76673A

#76673A
(118,103,58)
#82744B
(130,116,75)
#8E815C
(142,129,92)
#9A8E6D
(154,142,109)
#A69B7E
(166,155,126)
#B2A88F
(178,168,143)
#BEB5A0
(190,181,160)
#CAC2B1
(202,194,177)
#D6CFC2
(214,207,194)
#E2DCD3
(226,220,211)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76673A color. Also use rgb(118,103,58) instead hex code.

Text Font Color

.myTextColor { color: #76673A; }

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

This text font color is #76673A.


Background Color

.myBgColor { background-color: #76673A; }

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

This div background color is #76673A.


Border color

.myBorderColor { border: 1px solid #76673A; }

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

This div border color is #76673A.


Opacity

.myOpacity80 { color: #76673A; opacity: 0.8; }

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

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

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

This text has shadow with #76673A color.

.textShadow {text-shadow: 3px 3px 1px #76673A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76673A on black background.


Color preview on white background

This text has color #76673A on white background.



Black color preview on #76673A background

This text has black color on #76673A background.


White color preview on #76673A background

This text has white color on #76673A background.