COLOR #76789C

HEX: #76789C RGB: (118,120,156)

Color info

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

RGB color model

#76789C color RGB value is (118,120,156).

RGB: (118,120,156) (46%, 47%, 61%)

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 156 of 255 = 61%

118
120
156

R + G + B ~ 51%. #76789C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 120 + 156 = 394 (100%)
R 118 of 394 ~ 29.95%
G 120 of 394 ~ 30.46%
B 156 of 394 ~ 39.59'%

%29.95
%30.46
%39.59

CMYK color model

#76789C color CMYK value is (24,23,0,39).

  • cyan value is 24.36%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (24,23,0,39) C24M23Y0K39 (24%,23%,0%,39%) (0.24/0.23/0.00/0.39) 

CMYK percentages

%24.36
%23.08
%0
%38.82

Codes

Color #76789C in popluar color models

76 78 9C
RGB 118 120 156
HSL 237° 16.10% 53.73%
HSB/HSV 237° 24.36% 61.18%
CMYK 24.36% 23.08% 0.00%
38.82%

Color #76789C in popluar number systems.

HEX 76 78 9C
Decimal 118 120 156
Binary 1110110 1111000 10011100
Octal 166 170 234

Shades and tints

Shades of #76789C

#76789C
(118,120,156)
#6C6E8E
(108,110,142)
#626480
(98,100,128)
#585A72
(88,90,114)
#4E5064
(78,80,100)
#444656
(68,70,86)
#3A3C48
(58,60,72)
#30323A
(48,50,58)
#26282C
(38,40,44)
#1C1E1E
(28,30,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #76789C

#76789C
(118,120,156)
#8284A5
(130,132,165)
#8E90AE
(142,144,174)
#9A9CB7
(154,156,183)
#A6A8C0
(166,168,192)
#B2B4C9
(178,180,201)
#BEC0D2
(190,192,210)
#CACCDB
(202,204,219)
#D6D8E4
(214,216,228)
#E2E4ED
(226,228,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76789C color. Also use rgb(118,120,156) instead hex code.

Text Font Color

.myTextColor { color: #76789C; }

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

This text font color is #76789C.

Background Color

.myBgColor { background-color: #76789C; }

<div style="background-color:#76789C">Inner text</div>

This div background color is #76789C.

Border color

.myBorderColor { border: 1px solid #76789C; }

<div style="border:3px solid #76789C">Div</div>

This div border color is #76789C.

Opacity

.myOpacity80 { color: #76789C; opacity: 0.8; }

<p style="color:#76789C;opacity:0.8;">80%</p>

Text with #76789C 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 #76789C;}

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

This text has shadow with #76789C color.


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

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

This text has shadow with #76789C primary color and red secondary color.


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

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

This text has shadow with #76789C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76789C.

Preview

Color preview on black background

This text has color #76789C on black background.


Color preview on white background

This text has color #76789C on white background.


Black color preview on #76789C background

This text has black color on #76789C background.


White color preview on #76789C background

This text has white color on #76789C background.


Related colors

Complementary color

Complementary color for #hex is #898763.


I love getcolorcode.com

Triadic colors

1 #9C7678 and #789C76 with #76789C are triadic colors.

2 #9C7876 and #78769C with #76789C are triadic colors.