COLOR #765F74

HEX: #765F74 RGB: (118,95,116)

Color info

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

RGB color model

#765F74 color RGB value is (118,95,116).

RGB: (118,95,116) (46%, 37%, 45%)

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 116 of 255 = 45%

118
95
116

R + G + B ~ 43%. #765F74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 95 + 116 = 329 (100%)
R 118 of 329 ~ 35.87%
G 95 of 329 ~ 28.88%
B 116 of 329 ~ 35.26'%

%35.87
%28.88
%35.26

CMYK color model

#765F74 color CMYK value is (0,19,2,54).

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

CMYK: (0,19,2,54)
C0M19Y2K54 (0%, 19%, 2%, 54%)
(0.00 / 0.19 / 0.02 / 0.54)

CMYK percentages

%0
%19.49
%1.69
%53.73

Codes

Color #765F74 in popluar color models

76 5F 74
RGB 118 95 116
HSL 305° 10.80% 41.76%
HSB/HSV 305° 19.49% 46.27%
CMYK 0.00% 19.49% 1.69%
53.73%

Color #765F74 in popluar number systems.

HEX 76 5F 74
Decimal 118 95 116
Binary 1110110 1011111 1110100
Octal 166 137 164

Shades and tints

Shades of #765F74

#765F74
(118,95,116)
#6C576A
(108,87,106)
#624F60
(98,79,96)
#584756
(88,71,86)
#4E3F4C
(78,63,76)
#443742
(68,55,66)
#3A2F38
(58,47,56)
#30272E
(48,39,46)
#261F24
(38,31,36)
#1C171A
(28,23,26)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #765F74

#765F74
(118,95,116)
#826D80
(130,109,128)
#8E7B8C
(142,123,140)
#9A8998
(154,137,152)
#A697A4
(166,151,164)
#B2A5B0
(178,165,176)
#BEB3BC
(190,179,188)
#CAC1C8
(202,193,200)
#D6CFD4
(214,207,212)
#E2DDE0
(226,221,224)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765F74; }

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

This text font color is #765F74.

Background Color

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

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

This div background color is #765F74.

Border color

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

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

This div border color is #765F74.

Opacity

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

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

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

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

This text has shadow with #765F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #765F74.

Preview

Color preview on black background

This text has color #765F74 on black background.


Color preview on white background

This text has color #765F74 on white background.


Black color preview on #765F74 background

This text has black color on #765F74 background.


White color preview on #765F74 background

This text has white color on #765F74 background.


Related colors

Complementary color

Complementary color for #hex is #89A08B.


I love getcolorcode.com

Triadic colors

1 #74765F and #5F7476 with #765F74 are triadic colors.

2 #745F76 and #5F7674 with #765F74 are triadic colors.