COLOR #76667A

HEX: #76667A RGB: (118,102,122)

Color info

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

RGB color model

#76667A color RGB value is (118,102,122).

RGB: (118,102,122) (46%, 40%, 48%)

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 122 of 255 = 48%

118
102
122

R + G + B ~ 45%. #76667A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 102 + 122 = 342 (100%)
R 118 of 342 ~ 34.5%
G 102 of 342 ~ 29.82%
B 122 of 342 ~ 35.67'%

%34.5
%29.82
%35.67

CMYK color model

#76667A color CMYK value is (3,16,0,52).

  • cyan value is 3.28%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (3,16,0,52) C3M16Y0K52 (3%,16%,0%,52%) (0.03/0.16/0.00/0.52) 

CMYK percentages

%3.28
%16.39
%0
%52.16

Codes

Color #76667A in popluar color models

76 66 7A
RGB 118 102 122
HSL 288° 8.93% 43.92%
HSB/HSV 288° 16.39% 47.84%
CMYK 3.28% 16.39% 0.00%
52.16%

Color #76667A in popluar number systems.

HEX 76 66 7A
Decimal 118 102 122
Binary 1110110 1100110 1111010
Octal 166 146 172

Shades and tints

Shades of #76667A

#76667A
(118,102,122)
#6C5D6F
(108,93,111)
#625464
(98,84,100)
#584B59
(88,75,89)
#4E424E
(78,66,78)
#443943
(68,57,67)
#3A3038
(58,48,56)
#30272D
(48,39,45)
#261E22
(38,30,34)
#1C1517
(28,21,23)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #76667A

#76667A
(118,102,122)
#827386
(130,115,134)
#8E8092
(142,128,146)
#9A8D9E
(154,141,158)
#A69AAA
(166,154,170)
#B2A7B6
(178,167,182)
#BEB4C2
(190,180,194)
#CAC1CE
(202,193,206)
#D6CEDA
(214,206,218)
#E2DBE6
(226,219,230)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76667A color. Also use rgb(118,102,122) instead hex code.

Text Font Color

.myTextColor { color: #76667A; }

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

This text font color is #76667A.

Background Color

.myBgColor { background-color: #76667A; }

<div style="background-color:#76667A">Inner text</div>

This div background color is #76667A.

Border color

.myBorderColor { border: 1px solid #76667A; }

<div style="border:3px solid #76667A">Div</div>

This div border color is #76667A.

Opacity

.myOpacity80 { color: #76667A; opacity: 0.8; }

<p style="color:#76667A;opacity:0.8;">80%</p>

Text with #76667A 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 #76667A;}

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

This text has shadow with #76667A color.


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

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

This text has shadow with #76667A primary color and red secondary color.


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

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

This text has shadow with #76667A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76667A.

Preview

Color preview on black background

This text has color #76667A on black background.


Color preview on white background

This text has color #76667A on white background.


Black color preview on #76667A background

This text has black color on #76667A background.


White color preview on #76667A background

This text has white color on #76667A background.


Related colors

Complementary color

Complementary color for #hex is #899985.


I love getcolorcode.com

Triadic colors

1 #7A7666 and #667A76 with #76667A are triadic colors.

2 #7A6676 and #66767A with #76667A are triadic colors.