COLOR #765648

HEX: #765648
RGB: (118,86,72)

Color info

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

RGB color model

#765648 color RGB value is (118,86,72).

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

RGB channels and saturation

R 118 of 255 = 46%
G 86 of 255 = 34%
B 72 of 255 = 28%

118
86
72

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

Portions of RGB colors in percentages

R + G + B =
118 + 86 + 72 = 276 (100%)
R 118 of 276 ~ 42.75%
G 86 of 276 ~ 31.16%
B 72 of 276 ~ 26.09%

%42.75
%31.16
%26.09

CMYK color model

#765648 color CMYK value is (0,27,39,54).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,27,39,54)
C0M27Y39K54 
(0%,27%,39%,54%)
(0.00/0.27/0.39/0.54)	

CMYK percentages

%0
%27.12
%38.98
%53.73

Codes

Color #765648 in popluar color models

765648
RGB1188672
HSL18°24.21%37.25%
HSB/HSV18°38.98%46.27%
CMYK0.00%27.12%38.98%
53.73%

Color #765648 in popluar number systems.

HEX765648
Decimal1188672
Binary111011010101101001000
Octal166126110

Shades and tints

Shades of #765648

#765648
(118,86,72)
#6C4F42
(108,79,66)
#62483C
(98,72,60)
#584136
(88,65,54)
#4E3A30
(78,58,48)
#44332A
(68,51,42)
#3A2C24
(58,44,36)
#30251E
(48,37,30)
#261E18
(38,30,24)
#1C1712
(28,23,18)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #765648

#765648
(118,86,72)
#826558
(130,101,88)
#8E7468
(142,116,104)
#9A8378
(154,131,120)
#A69288
(166,146,136)
#B2A198
(178,161,152)
#BEB0A8
(190,176,168)
#CABFB8
(202,191,184)
#D6CEC8
(214,206,200)
#E2DDD8
(226,221,216)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765648; }

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

This text font color is #765648.


Background Color

.myBgColor { background-color: #765648; }

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

This div background color is #765648.


Border color

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

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

This div border color is #765648.


Opacity

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

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

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

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

This text has shadow with #765648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765648 on black background.


Color preview on white background

This text has color #765648 on white background.



Black color preview on #765648 background

This text has black color on #765648 background.


White color preview on #765648 background

This text has white color on #765648 background.