COLOR #76799A

HEX: #76799A
RGB: (118,121,154)

Color info

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

RGB color model

#76799A color RGB value is (118,121,154).

  • red value is 118;
  • green value is 121;
  • blue value is 154.
RGB:
(118,121,154)
(46%,47%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 154 of 255 = 60%

118
121
154

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

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 154 = 393 (100%)
R 118 of 393 ~ 30.03%
G 121 of 393 ~ 30.79%
B 154 of 393 ~ 39.19%

%30.03
%30.79
%39.19

CMYK color model

#76799A color CMYK value is (23,21,0,40).

  • cyan value is 23.38%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(23,21,0,40)
C23M21Y0K40 
(23%,21%,0%,40%)
(0.23/0.21/0.00/0.40)	

CMYK percentages

%23.38
%21.43
%0
%39.61

Codes

Color #76799A in popluar color models

76799A
RGB118121154
HSL235°15.13%53.33%
HSB/HSV235°23.38%60.39%
CMYK23.38%21.43%0.00%
39.61%

Color #76799A in popluar number systems.

HEX76799A
Decimal118121154
Binary1110110111100110011010
Octal166171232

Shades and tints

Shades of #76799A

#76799A
(118,121,154)
#6C6E8C
(108,110,140)
#62637E
(98,99,126)
#585870
(88,88,112)
#4E4D62
(78,77,98)
#444254
(68,66,84)
#3A3746
(58,55,70)
#302C38
(48,44,56)
#26212A
(38,33,42)
#1C161C
(28,22,28)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #76799A

#76799A
(118,121,154)
#8285A3
(130,133,163)
#8E91AC
(142,145,172)
#9A9DB5
(154,157,181)
#A6A9BE
(166,169,190)
#B2B5C7
(178,181,199)
#BEC1D0
(190,193,208)
#CACDD9
(202,205,217)
#D6D9E2
(214,217,226)
#E2E5EB
(226,229,235)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76799A; }

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

This text font color is #76799A.


Background Color

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

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

This div background color is #76799A.


Border color

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

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

This div border color is #76799A.


Opacity

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

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

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

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

This text has shadow with #76799A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76799A on black background.


Color preview on white background

This text has color #76799A on white background.



Black color preview on #76799A background

This text has black color on #76799A background.


White color preview on #76799A background

This text has white color on #76799A background.