COLOR #765149

HEX: #765149
RGB: (118,81,73)

Color info

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

RGB color model

#765149 color RGB value is (118,81,73).

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

RGB channels and saturation

R 118 of 255 = 46%
G 81 of 255 = 32%
B 73 of 255 = 29%

118
81
73

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

Portions of RGB colors in percentages

R + G + B =
118 + 81 + 73 = 272 (100%)
R 118 of 272 ~ 43.38%
G 81 of 272 ~ 29.78%
B 73 of 272 ~ 26.84%

%43.38
%29.78
%26.84

CMYK color model

#765149 color CMYK value is (0,31,38,54).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 38.14%
  • key color value is 53.73%
CMYK:
(0,31,38,54)
C0M31Y38K54 
(0%,31%,38%,54%)
(0.00/0.31/0.38/0.54)	

CMYK percentages

%0
%31.36
%38.14
%53.73

Codes

Color #765149 in popluar color models

765149
RGB1188173
HSL11°23.56%37.45%
HSB/HSV11°38.14%46.27%
CMYK0.00%31.36%38.14%
53.73%

Color #765149 in popluar number systems.

HEX765149
Decimal1188173
Binary111011010100011001001
Octal166121111

Shades and tints

Shades of #765149

#765149
(118,81,73)
#6C4A43
(108,74,67)
#62433D
(98,67,61)
#583C37
(88,60,55)
#4E3531
(78,53,49)
#442E2B
(68,46,43)
#3A2725
(58,39,37)
#30201F
(48,32,31)
#261919
(38,25,25)
#1C1213
(28,18,19)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #765149

#765149
(118,81,73)
#826059
(130,96,89)
#8E6F69
(142,111,105)
#9A7E79
(154,126,121)
#A68D89
(166,141,137)
#B29C99
(178,156,153)
#BEABA9
(190,171,169)
#CABAB9
(202,186,185)
#D6C9C9
(214,201,201)
#E2D8D9
(226,216,217)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765149; }

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

This text font color is #765149.


Background Color

.myBgColor { background-color: #765149; }

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

This div background color is #765149.


Border color

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

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

This div border color is #765149.


Opacity

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

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

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

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

This text has shadow with #765149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765149 on black background.


Color preview on white background

This text has color #765149 on white background.



Black color preview on #765149 background

This text has black color on #765149 background.


White color preview on #765149 background

This text has white color on #765149 background.