COLOR #765A4C

HEX: #765A4C
RGB: (118,90,76)

Color info

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

RGB color model

#765A4C color RGB value is (118,90,76).

  • red value is 118;
  • green value is 90;
  • blue value is 76.
RGB:
(118,90,76)
(46%,35%,30%)

RGB channels and saturation

R 118 of 255 = 46%
G 90 of 255 = 35%
B 76 of 255 = 30%

118
90
76

R + G + B ~ 37%. #765A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 90 + 76 = 284 (100%)
R 118 of 284 ~ 41.55%
G 90 of 284 ~ 31.69%
B 76 of 284 ~ 26.76%

%41.55
%31.69
%26.76

CMYK color model

#765A4C color CMYK value is (0,24,36,54).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(0,24,36,54)
C0M24Y36K54 
(0%,24%,36%,54%)
(0.00/0.24/0.36/0.54)	

CMYK percentages

%0
%23.73
%35.59
%53.73

Codes

Color #765A4C in popluar color models

765A4C
RGB1189076
HSL20°21.65%38.04%
HSB/HSV20°35.59%46.27%
CMYK0.00%23.73%35.59%
53.73%

Color #765A4C in popluar number systems.

HEX765A4C
Decimal1189076
Binary111011010110101001100
Octal166132114

Shades and tints

Shades of #765A4C

#765A4C
(118,90,76)
#6C5246
(108,82,70)
#624A40
(98,74,64)
#58423A
(88,66,58)
#4E3A34
(78,58,52)
#44322E
(68,50,46)
#3A2A28
(58,42,40)
#302222
(48,34,34)
#261A1C
(38,26,28)
#1C1216
(28,18,22)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #765A4C

#765A4C
(118,90,76)
#82695C
(130,105,92)
#8E786C
(142,120,108)
#9A877C
(154,135,124)
#A6968C
(166,150,140)
#B2A59C
(178,165,156)
#BEB4AC
(190,180,172)
#CAC3BC
(202,195,188)
#D6D2CC
(214,210,204)
#E2E1DC
(226,225,220)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765A4C color. Also use rgb(118,90,76) instead hex code.

Text Font Color

.myTextColor { color: #765A4C; }

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

This text font color is #765A4C.


Background Color

.myBgColor { background-color: #765A4C; }

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

This div background color is #765A4C.


Border color

.myBorderColor { border: 1px solid #765A4C; }

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

This div border color is #765A4C.


Opacity

.myOpacity80 { color: #765A4C; opacity: 0.8; }

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

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

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

This text has shadow with #765A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765A4C on black background.


Color preview on white background

This text has color #765A4C on white background.



Black color preview on #765A4C background

This text has black color on #765A4C background.


White color preview on #765A4C background

This text has white color on #765A4C background.