COLOR #76819A

HEX: #76819A RGB: (118,129,154)

Color info

#76819A contains red, green and blue colors in about the same proportion. Web safe color of #76819A is #669999 (or #699).

RGB color model

#76819A color RGB value is (118,129,154).

RGB: (118,129,154) (46%, 51%, 60%)

RGB channels and saturation

R 118 of 255 = 46%
G 129 of 255 = 51%
B 154 of 255 = 60%

118
129
154

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

Portions of RGB colors in percentages

R + G + B = 118 + 129 + 154 = 401 (100%)
R 118 of 401 ~ 29.43%
G 129 of 401 ~ 32.17%
B 154 of 401 ~ 38.4'%

%29.43
%32.17
%38.4

CMYK color model

#76819A color CMYK value is (23,16,0,40).

  • cyan value is 23.38%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (23,16,0,40)
C23M16Y0K40 (23%, 16%, 0%, 40%)
(0.23 / 0.16 / 0.00 / 0.40)

CMYK percentages

%23.38
%16.23
%0
%39.61

Codes

Color #76819A in popluar color models

76 81 9A
RGB 118 129 154
HSL 222° 15.13% 53.33%
HSB/HSV 222° 23.38% 60.39%
CMYK 23.38% 16.23% 0.00%
39.61%

Color #76819A in popluar number systems.

HEX 76 81 9A
Decimal 118 129 154
Binary 1110110 10000001 10011010
Octal 166 201 232

Shades and tints

Shades of #76819A

#76819A
(118,129,154)
#6C768C
(108,118,140)
#626B7E
(98,107,126)
#586070
(88,96,112)
#4E5562
(78,85,98)
#444A54
(68,74,84)
#3A3F46
(58,63,70)
#303438
(48,52,56)
#26292A
(38,41,42)
#1C1E1C
(28,30,28)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #76819A

#76819A
(118,129,154)
#828CA3
(130,140,163)
#8E97AC
(142,151,172)
#9AA2B5
(154,162,181)
#A6ADBE
(166,173,190)
#B2B8C7
(178,184,199)
#BEC3D0
(190,195,208)
#CACED9
(202,206,217)
#D6D9E2
(214,217,226)
#E2E4EB
(226,228,235)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76819A color. Also use rgb(118,129,154) instead hex code.

Text Font Color

.myTextColor { color: #76819A; }

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

This text font color is #76819A.

Background Color

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

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

This div background color is #76819A.

Border color

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

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

This div border color is #76819A.

Opacity

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

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

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

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

This text has shadow with #76819A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76819A.

Preview

Color preview on black background

This text has color #76819A on black background.


Color preview on white background

This text has color #76819A on white background.


Black color preview on #76819A background

This text has black color on #76819A background.


White color preview on #76819A background

This text has white color on #76819A background.


Related colors

Complementary color

Complementary color for #hex is #897E65.


I love getcolorcode.com

Triadic colors

1 #9A7681 and #819A76 with #76819A are triadic colors.

2 #9A8176 and #81769A with #76819A are triadic colors.