COLOR #765F41

HEX: #765F41
RGB: (118,95,65)

Color info

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

RGB color model

#765F41 color RGB value is (118,95,65).

  • red value is 118;
  • green value is 95;
  • blue value is 65.
RGB:
(118,95,65)
(46%,37%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 65 of 255 = 25%

118
95
65

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

Portions of RGB colors in percentages

R + G + B =
118 + 95 + 65 = 278 (100%)
R 118 of 278 ~ 42.45%
G 95 of 278 ~ 34.17%
B 65 of 278 ~ 23.38%

%42.45
%34.17
%23.38

CMYK color model

#765F41 color CMYK value is (0,19,45,54).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 44.92%
  • key color value is 53.73%
CMYK:
(0,19,45,54)
C0M19Y45K54 
(0%,19%,45%,54%)
(0.00/0.19/0.45/0.54)	

CMYK percentages

%0
%19.49
%44.92
%53.73

Codes

Color #765F41 in popluar color models

765F41
RGB1189565
HSL34°28.96%35.88%
HSB/HSV34°44.92%46.27%
CMYK0.00%19.49%44.92%
53.73%

Color #765F41 in popluar number systems.

HEX765F41
Decimal1189565
Binary111011010111111000001
Octal166137101

Shades and tints

Shades of #765F41

#765F41
(118,95,65)
#6C573C
(108,87,60)
#624F37
(98,79,55)
#584732
(88,71,50)
#4E3F2D
(78,63,45)
#443728
(68,55,40)
#3A2F23
(58,47,35)
#30271E
(48,39,30)
#261F19
(38,31,25)
#1C1714
(28,23,20)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #765F41

#765F41
(118,95,65)
#826D52
(130,109,82)
#8E7B63
(142,123,99)
#9A8974
(154,137,116)
#A69785
(166,151,133)
#B2A596
(178,165,150)
#BEB3A7
(190,179,167)
#CAC1B8
(202,193,184)
#D6CFC9
(214,207,201)
#E2DDDA
(226,221,218)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765F41 color. Also use rgb(118,95,65) instead hex code.

Text Font Color

.myTextColor { color: #765F41; }

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

This text font color is #765F41.


Background Color

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

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

This div background color is #765F41.


Border color

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

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

This div border color is #765F41.


Opacity

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

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

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

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

This text has shadow with #765F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765F41 on black background.


Color preview on white background

This text has color #765F41 on white background.



Black color preview on #765F41 background

This text has black color on #765F41 background.


White color preview on #765F41 background

This text has white color on #765F41 background.