COLOR #764F28

HEX: #764F28
RGB: (118,79,40)

Color info

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

RGB color model

#764F28 color RGB value is (118,79,40).

  • red value is 118;
  • green value is 79;
  • blue value is 40.
RGB:
(118,79,40)
(46%,31%,16%)

RGB channels and saturation

R 118 of 255 = 46%
G 79 of 255 = 31%
B 40 of 255 = 16%

118
79
40

R + G + B ~ 31%. #764F28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 79 + 40 = 237 (100%)
R 118 of 237 ~ 49.79%
G 79 of 237 ~ 33.33%
B 40 of 237 ~ 16.88%

%49.79
%33.33
%16.88

CMYK color model

#764F28 color CMYK value is (0,33,66,54).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 66.10%
  • key color value is 53.73%
CMYK:
(0,33,66,54)
C0M33Y66K54 
(0%,33%,66%,54%)
(0.00/0.33/0.66/0.54)	

CMYK percentages

%0
%33.05
%66.1
%53.73

Codes

Color #764F28 in popluar color models

764F28
RGB1187940
HSL30°49.37%30.98%
HSB/HSV30°66.10%46.27%
CMYK0.00%33.05%66.10%
53.73%

Color #764F28 in popluar number systems.

HEX764F28
Decimal1187940
Binary11101101001111101000
Octal16611750

Shades and tints

Shades of #764F28

#764F28
(118,79,40)
#6C4825
(108,72,37)
#624122
(98,65,34)
#583A1F
(88,58,31)
#4E331C
(78,51,28)
#442C19
(68,44,25)
#3A2516
(58,37,22)
#301E13
(48,30,19)
#261710
(38,23,16)
#1C100D
(28,16,13)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #764F28

#764F28
(118,79,40)
#825F3B
(130,95,59)
#8E6F4E
(142,111,78)
#9A7F61
(154,127,97)
#A68F74
(166,143,116)
#B29F87
(178,159,135)
#BEAF9A
(190,175,154)
#CABFAD
(202,191,173)
#D6CFC0
(214,207,192)
#E2DFD3
(226,223,211)
#EEEFE6
(238,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764F28 color. Also use rgb(118,79,40) instead hex code.

Text Font Color

.myTextColor { color: #764F28; }

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

This text font color is #764F28.


Background Color

.myBgColor { background-color: #764F28; }

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

This div background color is #764F28.


Border color

.myBorderColor { border: 1px solid #764F28; }

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

This div border color is #764F28.


Opacity

.myOpacity80 { color: #764F28; opacity: 0.8; }

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

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

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

This text has shadow with #764F28 color.

.textShadow {text-shadow: 3px 3px 1px #764F28, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764F28 on black background.


Color preview on white background

This text has color #764F28 on white background.



Black color preview on #764F28 background

This text has black color on #764F28 background.


White color preview on #764F28 background

This text has white color on #764F28 background.