COLOR #76788B

HEX: #76788B RGB: (118,120,139)

Color info

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

RGB color model

#76788B color RGB value is (118,120,139).

RGB: (118,120,139) (46%, 47%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 139 of 255 = 55%

118
120
139

R + G + B ~ 49%. #76788B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 120 + 139 = 377 (100%)
R 118 of 377 ~ 31.3%
G 120 of 377 ~ 31.83%
B 139 of 377 ~ 36.87'%

%31.3
%31.83
%36.87

CMYK color model

#76788B color CMYK value is (15,14,0,45).

  • cyan value is 15.11%
  • magenta value is 13.67%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (15,14,0,45)
C15M14Y0K45 (15%, 14%, 0%, 45%)
(0.15 / 0.14 / 0.00 / 0.45)

CMYK percentages

%15.11
%13.67
%0
%45.49

Codes

Color #76788B in popluar color models

76 78 8B
RGB 118 120 139
HSL 234° 8.30% 50.39%
HSB/HSV 234° 15.11% 54.51%
CMYK 15.11% 13.67% 0.00%
45.49%

Color #76788B in popluar number systems.

HEX 76 78 8B
Decimal 118 120 139
Binary 1110110 1111000 10001011
Octal 166 170 213

Shades and tints

Shades of #76788B

#76788B
(118,120,139)
#6C6E7F
(108,110,127)
#626473
(98,100,115)
#585A67
(88,90,103)
#4E505B
(78,80,91)
#44464F
(68,70,79)
#3A3C43
(58,60,67)
#303237
(48,50,55)
#26282B
(38,40,43)
#1C1E1F
(28,30,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #76788B

#76788B
(118,120,139)
#828495
(130,132,149)
#8E909F
(142,144,159)
#9A9CA9
(154,156,169)
#A6A8B3
(166,168,179)
#B2B4BD
(178,180,189)
#BEC0C7
(190,192,199)
#CACCD1
(202,204,209)
#D6D8DB
(214,216,219)
#E2E4E5
(226,228,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76788B color. Also use rgb(118,120,139) instead hex code.

Text Font Color

.myTextColor { color: #76788B; }

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

This text font color is #76788B.

Background Color

.myBgColor { background-color: #76788B; }

<div style="background-color:#76788B">Inner text</div>

This div background color is #76788B.

Border color

.myBorderColor { border: 1px solid #76788B; }

<div style="border:3px solid #76788B">Div</div>

This div border color is #76788B.

Opacity

.myOpacity80 { color: #76788B; opacity: 0.8; }

<p style="color:#76788B;opacity:0.8;">80%</p>

Text with #76788B 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 #76788B;}

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

This text has shadow with #76788B color.


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

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

This text has shadow with #76788B primary color and red secondary color.


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

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

This text has shadow with #76788B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76788B.

Preview

Color preview on black background

This text has color #76788B on black background.


Color preview on white background

This text has color #76788B on white background.


Black color preview on #76788B background

This text has black color on #76788B background.


White color preview on #76788B background

This text has white color on #76788B background.


Related colors

Complementary color

Complementary color for #hex is #898774.


I love getcolorcode.com

Triadic colors

1 #8B7678 and #788B76 with #76788B are triadic colors.

2 #8B7876 and #78768B with #76788B are triadic colors.