COLOR #767D75

HEX: #767D75 RGB: (118,125,117)

Color info

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

RGB color model

#767D75 color RGB value is (118,125,117).

RGB: (118,125,117) (46%, 49%, 46%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 117 of 255 = 46%

118
125
117

R + G + B ~ 47%. #767D75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 125 + 117 = 360 (100%)
R 118 of 360 ~ 32.78%
G 125 of 360 ~ 34.72%
B 117 of 360 ~ 32.5'%

%32.78
%34.72
%32.5

CMYK color model

#767D75 color CMYK value is (6,0,6,51).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 50.98%
CMYK: (6,0,6,51) C6M0Y6K51 (6%,0%,6%,51%) (0.06/0.00/0.06/0.51) 

CMYK percentages

%5.6
%0
%6.4
%50.98

Codes

Color #767D75 in popluar color models

76 7D 75
RGB 118 125 117
HSL 113° 3.31% 47.45%
HSB/HSV 113° 6.40% 49.02%
CMYK 5.60% 0.00% 6.40%
50.98%

Color #767D75 in popluar number systems.

HEX 76 7D 75
Decimal 118 125 117
Binary 1110110 1111101 1110101
Octal 166 175 165

Shades and tints

Shades of #767D75

#767D75
(118,125,117)
#6C726B
(108,114,107)
#626761
(98,103,97)
#585C57
(88,92,87)
#4E514D
(78,81,77)
#444643
(68,70,67)
#3A3B39
(58,59,57)
#30302F
(48,48,47)
#262525
(38,37,37)
#1C1A1B
(28,26,27)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #767D75

#767D75
(118,125,117)
#828881
(130,136,129)
#8E938D
(142,147,141)
#9A9E99
(154,158,153)
#A6A9A5
(166,169,165)
#B2B4B1
(178,180,177)
#BEBFBD
(190,191,189)
#CACAC9
(202,202,201)
#D6D5D5
(214,213,213)
#E2E0E1
(226,224,225)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767D75 color. Also use rgb(118,125,117) instead hex code.

Text Font Color

.myTextColor { color: #767D75; }

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

This text font color is #767D75.

Background Color

.myBgColor { background-color: #767D75; }

<div style="background-color:#767D75">Inner text</div>

This div background color is #767D75.

Border color

.myBorderColor { border: 1px solid #767D75; }

<div style="border:3px solid #767D75">Div</div>

This div border color is #767D75.

Opacity

.myOpacity80 { color: #767D75; opacity: 0.8; }

<p style="color:#767D75;opacity:0.8;">80%</p>

Text with #767D75 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 #767D75;}

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

This text has shadow with #767D75 color.


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

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

This text has shadow with #767D75 primary color and red secondary color.


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

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

This text has shadow with #767D75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #767D75.

Preview

Color preview on black background

This text has color #767D75 on black background.


Color preview on white background

This text has color #767D75 on white background.


Black color preview on #767D75 background

This text has black color on #767D75 background.


White color preview on #767D75 background

This text has white color on #767D75 background.


Related colors

Complementary color

Complementary color for #hex is #89828A.


I love getcolorcode.com

Triadic colors

1 #75767D and #7D7576 with #767D75 are triadic colors.

2 #757D76 and #7D7675 with #767D75 are triadic colors.