COLOR #769984

HEX: #769984
RGB: (118,153,132)

Color info

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

RGB color model

#769984 color RGB value is (118,153,132).

  • red value is 118;
  • green value is 153;
  • blue value is 132.
RGB:
(118,153,132)
(46%,60%,52%)

RGB channels and saturation

R 118 of 255 = 46%
G 153 of 255 = 60%
B 132 of 255 = 52%

118
153
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 153 + 132 = 403 (100%)
R 118 of 403 ~ 29.28%
G 153 of 403 ~ 37.97%
B 132 of 403 ~ 32.75%

%29.28
%37.97
%32.75

CMYK color model

#769984 color CMYK value is (23,0,14,40).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 40.00%
CMYK:
(23,0,14,40)
C23M0Y14K40 
(23%,0%,14%,40%)
(0.23/0.00/0.14/0.40)	

CMYK percentages

%22.88
%0
%13.73
%40

Codes

Color #769984 in popluar color models

769984
RGB118153132
HSL144°14.64%53.14%
HSB/HSV144°22.88%60.00%
CMYK22.88%0.00%13.73%
40.00%

Color #769984 in popluar number systems.

HEX769984
Decimal118153132
Binary11101101001100110000100
Octal166231204

Shades and tints

Shades of #769984

#769984
(118,153,132)
#6C8C78
(108,140,120)
#627F6C
(98,127,108)
#587260
(88,114,96)
#4E6554
(78,101,84)
#445848
(68,88,72)
#3A4B3C
(58,75,60)
#303E30
(48,62,48)
#263124
(38,49,36)
#1C2418
(28,36,24)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #769984

#769984
(118,153,132)
#82A28F
(130,162,143)
#8EAB9A
(142,171,154)
#9AB4A5
(154,180,165)
#A6BDB0
(166,189,176)
#B2C6BB
(178,198,187)
#BECFC6
(190,207,198)
#CAD8D1
(202,216,209)
#D6E1DC
(214,225,220)
#E2EAE7
(226,234,231)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769984 color. Also use rgb(118,153,132) instead hex code.

Text Font Color

.myTextColor { color: #769984; }

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

This text font color is #769984.


Background Color

.myBgColor { background-color: #769984; }

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

This div background color is #769984.


Border color

.myBorderColor { border: 1px solid #769984; }

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

This div border color is #769984.


Opacity

.myOpacity80 { color: #769984; opacity: 0.8; }

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

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

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

This text has shadow with #769984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769984 on black background.


Color preview on white background

This text has color #769984 on white background.



Black color preview on #769984 background

This text has black color on #769984 background.


White color preview on #769984 background

This text has white color on #769984 background.