COLOR #765F51

HEX: #765F51
RGB: (118,95,81)

Color info

#765F51 contains red, green and blue colors in about the same proportion. Web safe color of #765F51 is #666666 (or #666).

RGB color model

#765F51 color RGB value is (118,95,81).

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

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 81 of 255 = 32%

118
95
81

R + G + B ~ 38%. #765F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 95 + 81 = 294 (100%)
R 118 of 294 ~ 40.14%
G 95 of 294 ~ 32.31%
B 81 of 294 ~ 27.55%

%40.14
%32.31
%27.55

CMYK color model

#765F51 color CMYK value is (0,19,31,54).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 31.36%
  • key color value is 53.73%
CMYK:
(0,19,31,54)
C0M19Y31K54 
(0%,19%,31%,54%)
(0.00/0.19/0.31/0.54)	

CMYK percentages

%0
%19.49
%31.36
%53.73

Codes

Color #765F51 in popluar color models

765F51
RGB1189581
HSL23°18.59%39.02%
HSB/HSV23°31.36%46.27%
CMYK0.00%19.49%31.36%
53.73%

Color #765F51 in popluar number systems.

HEX765F51
Decimal1189581
Binary111011010111111010001
Octal166137121

Shades and tints

Shades of #765F51

#765F51
(118,95,81)
#6C574A
(108,87,74)
#624F43
(98,79,67)
#58473C
(88,71,60)
#4E3F35
(78,63,53)
#44372E
(68,55,46)
#3A2F27
(58,47,39)
#302720
(48,39,32)
#261F19
(38,31,25)
#1C1712
(28,23,18)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #765F51

#765F51
(118,95,81)
#826D60
(130,109,96)
#8E7B6F
(142,123,111)
#9A897E
(154,137,126)
#A6978D
(166,151,141)
#B2A59C
(178,165,156)
#BEB3AB
(190,179,171)
#CAC1BA
(202,193,186)
#D6CFC9
(214,207,201)
#E2DDD8
(226,221,216)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765F51; }

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

This text font color is #765F51.


Background Color

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

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

This div background color is #765F51.


Border color

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

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

This div border color is #765F51.


Opacity

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

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

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

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

This text has shadow with #765F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765F51 on black background.


Color preview on white background

This text has color #765F51 on white background.



Black color preview on #765F51 background

This text has black color on #765F51 background.


White color preview on #765F51 background

This text has white color on #765F51 background.