COLOR #76657E

HEX: #76657E
RGB: (118,101,126)

Color info

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

RGB color model

#76657E color RGB value is (118,101,126).

  • red value is 118;
  • green value is 101;
  • blue value is 126.
RGB:
(118,101,126)
(46%,40%,49%)

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 126 of 255 = 49%

118
101
126

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

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 126 = 345 (100%)
R 118 of 345 ~ 34.2%
G 101 of 345 ~ 29.28%
B 126 of 345 ~ 36.52%

%34.2
%29.28
%36.52

CMYK color model

#76657E color CMYK value is (6,20,0,51).

  • cyan value is 6.35%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(6,20,0,51)
C6M20Y0K51 
(6%,20%,0%,51%)
(0.06/0.20/0.00/0.51)	

CMYK percentages

%6.35
%19.84
%0
%50.59

Codes

Color #76657E in popluar color models

76657E
RGB118101126
HSL281°11.01%44.51%
HSB/HSV281°19.84%49.41%
CMYK6.35%19.84%0.00%
50.59%

Color #76657E in popluar number systems.

HEX76657E
Decimal118101126
Binary111011011001011111110
Octal166145176

Shades and tints

Shades of #76657E

#76657E
(118,101,126)
#6C5C73
(108,92,115)
#625368
(98,83,104)
#584A5D
(88,74,93)
#4E4152
(78,65,82)
#443847
(68,56,71)
#3A2F3C
(58,47,60)
#302631
(48,38,49)
#261D26
(38,29,38)
#1C141B
(28,20,27)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #76657E

#76657E
(118,101,126)
#827389
(130,115,137)
#8E8194
(142,129,148)
#9A8F9F
(154,143,159)
#A69DAA
(166,157,170)
#B2ABB5
(178,171,181)
#BEB9C0
(190,185,192)
#CAC7CB
(202,199,203)
#D6D5D6
(214,213,214)
#E2E3E1
(226,227,225)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76657E; }

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

This text font color is #76657E.


Background Color

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

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

This div background color is #76657E.


Border color

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

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

This div border color is #76657E.


Opacity

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

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

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

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

This text has shadow with #76657E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76657E on black background.


Color preview on white background

This text has color #76657E on white background.



Black color preview on #76657E background

This text has black color on #76657E background.


White color preview on #76657E background

This text has white color on #76657E background.