COLOR #765A5D

HEX: #765A5D RGB: (118,90,93)

Color info

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

RGB color model

#765A5D color RGB value is (118,90,93).

RGB: (118,90,93) (46%, 35%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 90 of 255 = 35%
B 93 of 255 = 36%

118
90
93

R + G + B ~ 39%. #765A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 90 + 93 = 301 (100%)
R 118 of 301 ~ 39.2%
G 90 of 301 ~ 29.9%
B 93 of 301 ~ 30.9'%

%39.2
%29.9
%30.9

CMYK color model

#765A5D color CMYK value is (0,24,21,54).

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

CMYK: (0,24,21,54)
C0M24Y21K54 (0%, 24%, 21%, 54%)
(0.00 / 0.24 / 0.21 / 0.54)

CMYK percentages

%0
%23.73
%21.19
%53.73

Codes

Color #765A5D in popluar color models

76 5A 5D
RGB 118 90 93
HSL 354° 13.46% 40.78%
HSB/HSV 354° 23.73% 46.27%
CMYK 0.00% 23.73% 21.19%
53.73%

Color #765A5D in popluar number systems.

HEX 76 5A 5D
Decimal 118 90 93
Binary 1110110 1011010 1011101
Octal 166 132 135

Shades and tints

Shades of #765A5D

#765A5D
(118,90,93)
#6C5255
(108,82,85)
#624A4D
(98,74,77)
#584245
(88,66,69)
#4E3A3D
(78,58,61)
#443235
(68,50,53)
#3A2A2D
(58,42,45)
#302225
(48,34,37)
#261A1D
(38,26,29)
#1C1215
(28,18,21)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #765A5D

#765A5D
(118,90,93)
#82696B
(130,105,107)
#8E7879
(142,120,121)
#9A8787
(154,135,135)
#A69695
(166,150,149)
#B2A5A3
(178,165,163)
#BEB4B1
(190,180,177)
#CAC3BF
(202,195,191)
#D6D2CD
(214,210,205)
#E2E1DB
(226,225,219)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765A5D; }

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

This text font color is #765A5D.

Background Color

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

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

This div background color is #765A5D.

Border color

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

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

This div border color is #765A5D.

Opacity

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

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

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

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

This text has shadow with #765A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765A5D.

Preview

Color preview on black background

This text has color #765A5D on black background.


Color preview on white background

This text has color #765A5D on white background.


Black color preview on #765A5D background

This text has black color on #765A5D background.


White color preview on #765A5D background

This text has white color on #765A5D background.


Related colors

Complementary color

Complementary color for #hex is #89A5A2.


I love getcolorcode.com

Triadic colors

1 #5D765A and #5A5D76 with #765A5D are triadic colors.

2 #5D5A76 and #5A765D with #765A5D are triadic colors.