COLOR #765948

HEX: #765948
RGB: (118,89,72)

Color info

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

RGB color model

#765948 color RGB value is (118,89,72).

  • red value is 118;
  • green value is 89;
  • blue value is 72.
RGB:
(118,89,72)
(46%,35%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 89 of 255 = 35%
B 72 of 255 = 28%

118
89
72

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

Portions of RGB colors in percentages

R + G + B =
118 + 89 + 72 = 279 (100%)
R 118 of 279 ~ 42.29%
G 89 of 279 ~ 31.9%
B 72 of 279 ~ 25.81%

%42.29
%31.9
%25.81

CMYK color model

#765948 color CMYK value is (0,25,39,54).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,25,39,54)
C0M25Y39K54 
(0%,25%,39%,54%)
(0.00/0.25/0.39/0.54)	

CMYK percentages

%0
%24.58
%38.98
%53.73

Codes

Color #765948 in popluar color models

765948
RGB1188972
HSL22°24.21%37.25%
HSB/HSV22°38.98%46.27%
CMYK0.00%24.58%38.98%
53.73%

Color #765948 in popluar number systems.

HEX765948
Decimal1188972
Binary111011010110011001000
Octal166131110

Shades and tints

Shades of #765948

#765948
(118,89,72)
#6C5142
(108,81,66)
#62493C
(98,73,60)
#584136
(88,65,54)
#4E3930
(78,57,48)
#44312A
(68,49,42)
#3A2924
(58,41,36)
#30211E
(48,33,30)
#261918
(38,25,24)
#1C1112
(28,17,18)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #765948

#765948
(118,89,72)
#826858
(130,104,88)
#8E7768
(142,119,104)
#9A8678
(154,134,120)
#A69588
(166,149,136)
#B2A498
(178,164,152)
#BEB3A8
(190,179,168)
#CAC2B8
(202,194,184)
#D6D1C8
(214,209,200)
#E2E0D8
(226,224,216)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765948 color. Also use rgb(118,89,72) instead hex code.

Text Font Color

.myTextColor { color: #765948; }

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

This text font color is #765948.


Background Color

.myBgColor { background-color: #765948; }

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

This div background color is #765948.


Border color

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

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

This div border color is #765948.


Opacity

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

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

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

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

This text has shadow with #765948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765948 on black background.


Color preview on white background

This text has color #765948 on white background.



Black color preview on #765948 background

This text has black color on #765948 background.


White color preview on #765948 background

This text has white color on #765948 background.