COLOR #765F5A

HEX: #765F5A RGB: (118,95,90)

Color info

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

RGB color model

#765F5A color RGB value is (118,95,90).

RGB: (118,95,90) (46%, 37%, 35%)

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 90 of 255 = 35%

118
95
90

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

Portions of RGB colors in percentages

R + G + B = 118 + 95 + 90 = 303 (100%)
R 118 of 303 ~ 38.94%
G 95 of 303 ~ 31.35%
B 90 of 303 ~ 29.7'%

%38.94
%31.35
%29.7

CMYK color model

#765F5A color CMYK value is (0,19,24,54).

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

CMYK: (0,19,24,54)
C0M19Y24K54 (0%, 19%, 24%, 54%)
(0.00 / 0.19 / 0.24 / 0.54)

CMYK percentages

%0
%19.49
%23.73
%53.73

Codes

Color #765F5A in popluar color models

76 5F 5A
RGB 118 95 90
HSL 11° 13.46% 40.78%
HSB/HSV 11° 23.73% 46.27%
CMYK 0.00% 19.49% 23.73%
53.73%

Color #765F5A in popluar number systems.

HEX 76 5F 5A
Decimal 118 95 90
Binary 1110110 1011111 1011010
Octal 166 137 132

Shades and tints

Shades of #765F5A

#765F5A
(118,95,90)
#6C5752
(108,87,82)
#624F4A
(98,79,74)
#584742
(88,71,66)
#4E3F3A
(78,63,58)
#443732
(68,55,50)
#3A2F2A
(58,47,42)
#302722
(48,39,34)
#261F1A
(38,31,26)
#1C1712
(28,23,18)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #765F5A

#765F5A
(118,95,90)
#826D69
(130,109,105)
#8E7B78
(142,123,120)
#9A8987
(154,137,135)
#A69796
(166,151,150)
#B2A5A5
(178,165,165)
#BEB3B4
(190,179,180)
#CAC1C3
(202,193,195)
#D6CFD2
(214,207,210)
#E2DDE1
(226,221,225)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765F5A; }

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

This text font color is #765F5A.

Background Color

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

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

This div background color is #765F5A.

Border color

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

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

This div border color is #765F5A.

Opacity

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

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

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

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

This text has shadow with #765F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765F5A.

Preview

Color preview on black background

This text has color #765F5A on black background.


Color preview on white background

This text has color #765F5A on white background.


Black color preview on #765F5A background

This text has black color on #765F5A background.


White color preview on #765F5A background

This text has white color on #765F5A background.


Related colors

Complementary color

Complementary color for #hex is #89A0A5.


I love getcolorcode.com

Triadic colors

1 #5A765F and #5F5A76 with #765F5A are triadic colors.

2 #5A5F76 and #5F765A with #765F5A are triadic colors.