COLOR #76808A

HEX: #76808A RGB: (118,128,138)

Color info

#76808A contains red, green and blue colors in about the same proportion. Web safe color of #76808A is #666699 (or #669).

RGB color model

#76808A color RGB value is (118,128,138).

RGB: (118,128,138) (46%, 50%, 54%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 138 of 255 = 54%

118
128
138

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

Portions of RGB colors in percentages

R + G + B = 118 + 128 + 138 = 384 (100%)
R 118 of 384 ~ 30.73%
G 128 of 384 ~ 33.33%
B 138 of 384 ~ 35.94'%

%30.73
%33.33
%35.94

CMYK color model

#76808A color CMYK value is (14,7,0,46).

  • cyan value is 14.49%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (14,7,0,46) C14M7Y0K46 (14%,7%,0%,46%) (0.14/0.07/0.00/0.46) 

CMYK percentages

%14.49
%7.25
%0
%45.88

Codes

Color #76808A in popluar color models

76 80 8A
RGB 118 128 138
HSL 210° 7.87% 50.20%
HSB/HSV 210° 14.49% 54.12%
CMYK 14.49% 7.25% 0.00%
45.88%

Color #76808A in popluar number systems.

HEX 76 80 8A
Decimal 118 128 138
Binary 1110110 10000000 10001010
Octal 166 200 212

Shades and tints

Shades of #76808A

#76808A
(118,128,138)
#6C757E
(108,117,126)
#626A72
(98,106,114)
#585F66
(88,95,102)
#4E545A
(78,84,90)
#44494E
(68,73,78)
#3A3E42
(58,62,66)
#303336
(48,51,54)
#26282A
(38,40,42)
#1C1D1E
(28,29,30)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #76808A

#76808A
(118,128,138)
#828B94
(130,139,148)
#8E969E
(142,150,158)
#9AA1A8
(154,161,168)
#A6ACB2
(166,172,178)
#B2B7BC
(178,183,188)
#BEC2C6
(190,194,198)
#CACDD0
(202,205,208)
#D6D8DA
(214,216,218)
#E2E3E4
(226,227,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76808A color. Also use rgb(118,128,138) instead hex code.

Text Font Color

.myTextColor { color: #76808A; }

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

This text font color is #76808A.

Background Color

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

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

This div background color is #76808A.

Border color

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

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

This div border color is #76808A.

Opacity

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

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

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

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

This text has shadow with #76808A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76808A.

Preview

Color preview on black background

This text has color #76808A on black background.


Color preview on white background

This text has color #76808A on white background.


Black color preview on #76808A background

This text has black color on #76808A background.


White color preview on #76808A background

This text has white color on #76808A background.


Related colors

Complementary color

Complementary color for #hex is #897F75.


I love getcolorcode.com

Triadic colors

1 #8A7680 and #808A76 with #76808A are triadic colors.

2 #8A8076 and #80768A with #76808A are triadic colors.