COLOR #764751

HEX: #764751
RGB: (118,71,81)

Color info

#764751 contains red, green and blue colors in about the same proportion. Web safe color of #764751 is #663366 (or #636).

RGB color model

#764751 color RGB value is (118,71,81).

  • red value is 118;
  • green value is 71;
  • blue value is 81.
RGB:
(118,71,81)
(46%,28%,32%)

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 81 of 255 = 32%

118
71
81

R + G + B ~ 35%. #764751 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 81 = 270 (100%)
R 118 of 270 ~ 43.7%
G 71 of 270 ~ 26.3%
B 81 of 270 ~ 30%

%43.7
%26.3
%30

CMYK color model

#764751 color CMYK value is (0,40,31,54).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 31.36%
  • key color value is 53.73%
CMYK:
(0,40,31,54)
C0M40Y31K54 
(0%,40%,31%,54%)
(0.00/0.40/0.31/0.54)	

CMYK percentages

%0
%39.83
%31.36
%53.73

Codes

Color #764751 in popluar color models

764751
RGB1187181
HSL347°24.87%37.06%
HSB/HSV347°39.83%46.27%
CMYK0.00%39.83%31.36%
53.73%

Color #764751 in popluar number systems.

HEX764751
Decimal1187181
Binary111011010001111010001
Octal166107121

Shades and tints

Shades of #764751

#764751
(118,71,81)
#6C414A
(108,65,74)
#623B43
(98,59,67)
#58353C
(88,53,60)
#4E2F35
(78,47,53)
#44292E
(68,41,46)
#3A2327
(58,35,39)
#301D20
(48,29,32)
#261719
(38,23,25)
#1C1112
(28,17,18)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #764751

#764751
(118,71,81)
#825760
(130,87,96)
#8E676F
(142,103,111)
#9A777E
(154,119,126)
#A6878D
(166,135,141)
#B2979C
(178,151,156)
#BEA7AB
(190,167,171)
#CAB7BA
(202,183,186)
#D6C7C9
(214,199,201)
#E2D7D8
(226,215,216)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764751 color. Also use rgb(118,71,81) instead hex code.

Text Font Color

.myTextColor { color: #764751; }

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

This text font color is #764751.


Background Color

.myBgColor { background-color: #764751; }

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

This div background color is #764751.


Border color

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

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

This div border color is #764751.


Opacity

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

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

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

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

This text has shadow with #764751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764751 on black background.


Color preview on white background

This text has color #764751 on white background.



Black color preview on #764751 background

This text has black color on #764751 background.


White color preview on #764751 background

This text has white color on #764751 background.