COLOR #769488

HEX: #769488
RGB: (118,148,136)

Color info

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

RGB color model

#769488 color RGB value is (118,148,136).

  • red value is 118;
  • green value is 148;
  • blue value is 136.
RGB:
(118,148,136)
(46%,58%,53%)

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 136 of 255 = 53%

118
148
136

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 136 = 402 (100%)
R 118 of 402 ~ 29.35%
G 148 of 402 ~ 36.82%
B 136 of 402 ~ 33.83%

%29.35
%36.82
%33.83

CMYK color model

#769488 color CMYK value is (20,0,8,42).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(20,0,8,42)
C20M0Y8K42 
(20%,0%,8%,42%)
(0.20/0.00/0.08/0.42)	

CMYK percentages

%20.27
%0
%8.11
%41.96

Codes

Color #769488 in popluar color models

769488
RGB118148136
HSL156°12.30%52.16%
HSB/HSV156°20.27%58.04%
CMYK20.27%0.00%8.11%
41.96%

Color #769488 in popluar number systems.

HEX769488
Decimal118148136
Binary11101101001010010001000
Octal166224210

Shades and tints

Shades of #769488

#769488
(118,148,136)
#6C877C
(108,135,124)
#627A70
(98,122,112)
#586D64
(88,109,100)
#4E6058
(78,96,88)
#44534C
(68,83,76)
#3A4640
(58,70,64)
#303934
(48,57,52)
#262C28
(38,44,40)
#1C1F1C
(28,31,28)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #769488

#769488
(118,148,136)
#829D92
(130,157,146)
#8EA69C
(142,166,156)
#9AAFA6
(154,175,166)
#A6B8B0
(166,184,176)
#B2C1BA
(178,193,186)
#BECAC4
(190,202,196)
#CAD3CE
(202,211,206)
#D6DCD8
(214,220,216)
#E2E5E2
(226,229,226)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769488 color. Also use rgb(118,148,136) instead hex code.

Text Font Color

.myTextColor { color: #769488; }

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

This text font color is #769488.


Background Color

.myBgColor { background-color: #769488; }

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

This div background color is #769488.


Border color

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

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

This div border color is #769488.


Opacity

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

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

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

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

This text has shadow with #769488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769488 on black background.


Color preview on white background

This text has color #769488 on white background.



Black color preview on #769488 background

This text has black color on #769488 background.


White color preview on #769488 background

This text has white color on #769488 background.