COLOR #76657A

HEX: #76657A RGB: (118,101,122)

Color info

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

RGB color model

#76657A color RGB value is (118,101,122).

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

RGB channels and saturation

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

118
101
122

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

Portions of RGB colors in percentages

R + G + B = 118 + 101 + 122 = 341 (100%)
R 118 of 341 ~ 34.6%
G 101 of 341 ~ 29.62%
B 122 of 341 ~ 35.78'%

%34.6
%29.62
%35.78

CMYK color model

#76657A color CMYK value is (3,17,0,52).

  • cyan value is 3.28%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (3,17,0,52)
C3M17Y0K52 (3%, 17%, 0%, 52%)
(0.03 / 0.17 / 0.00 / 0.52)

CMYK percentages

%3.28
%17.21
%0
%52.16

Codes

Color #76657A in popluar color models

76 65 7A
RGB 118 101 122
HSL 289° 9.42% 43.73%
HSB/HSV 289° 17.21% 47.84%
CMYK 3.28% 17.21% 0.00%
52.16%

Color #76657A in popluar number systems.

HEX 76 65 7A
Decimal 118 101 122
Binary 1110110 1100101 1111010
Octal 166 145 172

Shades and tints

Shades of #76657A

#76657A
(118,101,122)
#6C5C6F
(108,92,111)
#625364
(98,83,100)
#584A59
(88,74,89)
#4E414E
(78,65,78)
#443843
(68,56,67)
#3A2F38
(58,47,56)
#30262D
(48,38,45)
#261D22
(38,29,34)
#1C1417
(28,20,23)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #76657A

#76657A
(118,101,122)
#827386
(130,115,134)
#8E8192
(142,129,146)
#9A8F9E
(154,143,158)
#A69DAA
(166,157,170)
#B2ABB6
(178,171,182)
#BEB9C2
(190,185,194)
#CAC7CE
(202,199,206)
#D6D5DA
(214,213,218)
#E2E3E6
(226,227,230)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76657A; }

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

This text font color is #76657A.

Background Color

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

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

This div background color is #76657A.

Border color

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

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

This div border color is #76657A.

Opacity

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

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

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

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

This text has shadow with #76657A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76657A.

Preview

Color preview on black background

This text has color #76657A on black background.


Color preview on white background

This text has color #76657A on white background.


Black color preview on #76657A background

This text has black color on #76657A background.


White color preview on #76657A background

This text has white color on #76657A background.


Related colors

Complementary color

Complementary color for #hex is #899A85.


I love getcolorcode.com

Triadic colors

1 #7A7665 and #657A76 with #76657A are triadic colors.

2 #7A6576 and #65767A with #76657A are triadic colors.