COLOR #765A4E

HEX: #765A4E RGB: (118,90,78)

Color info

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

RGB color model

#765A4E color RGB value is (118,90,78).

RGB: (118,90,78) (46%, 35%, 31%)

RGB channels and saturation

R 118 of 255 = 46%
G 90 of 255 = 35%
B 78 of 255 = 31%

118
90
78

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

Portions of RGB colors in percentages

R + G + B = 118 + 90 + 78 = 286 (100%)
R 118 of 286 ~ 41.26%
G 90 of 286 ~ 31.47%
B 78 of 286 ~ 27.27'%

%41.26
%31.47
%27.27

CMYK color model

#765A4E color CMYK value is (0,24,34,54).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 33.90%
  • key color value is 53.73%

CMYK: (0,24,34,54)
C0M24Y34K54 (0%, 24%, 34%, 54%)
(0.00 / 0.24 / 0.34 / 0.54)

CMYK percentages

%0
%23.73
%33.9
%53.73

Codes

Color #765A4E in popluar color models

76 5A 4E
RGB 118 90 78
HSL 18° 20.41% 38.43%
HSB/HSV 18° 33.90% 46.27%
CMYK 0.00% 23.73% 33.90%
53.73%

Color #765A4E in popluar number systems.

HEX 76 5A 4E
Decimal 118 90 78
Binary 1110110 1011010 1001110
Octal 166 132 116

Shades and tints

Shades of #765A4E

#765A4E
(118,90,78)
#6C5247
(108,82,71)
#624A40
(98,74,64)
#584239
(88,66,57)
#4E3A32
(78,58,50)
#44322B
(68,50,43)
#3A2A24
(58,42,36)
#30221D
(48,34,29)
#261A16
(38,26,22)
#1C120F
(28,18,15)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #765A4E

#765A4E
(118,90,78)
#82695E
(130,105,94)
#8E786E
(142,120,110)
#9A877E
(154,135,126)
#A6968E
(166,150,142)
#B2A59E
(178,165,158)
#BEB4AE
(190,180,174)
#CAC3BE
(202,195,190)
#D6D2CE
(214,210,206)
#E2E1DE
(226,225,222)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765A4E; }

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

This text font color is #765A4E.

Background Color

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

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

This div background color is #765A4E.

Border color

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

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

This div border color is #765A4E.

Opacity

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

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

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

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

This text has shadow with #765A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765A4E.

Preview

Color preview on black background

This text has color #765A4E on black background.


Color preview on white background

This text has color #765A4E on white background.


Black color preview on #765A4E background

This text has black color on #765A4E background.


White color preview on #765A4E background

This text has white color on #765A4E background.


Related colors

Complementary color

Complementary color for #hex is #89A5B1.


I love getcolorcode.com

Triadic colors

1 #4E765A and #5A4E76 with #765A4E are triadic colors.

2 #4E5A76 and #5A764E with #765A4E are triadic colors.