COLOR #769580

HEX: #769580
RGB: (118,149,128)

Color info

#769580 contains red, green and blue colors in about the same proportion. Web safe color of #769580 is #669966 (or #696).

RGB color model

#769580 color RGB value is (118,149,128).

  • red value is 118;
  • green value is 149;
  • blue value is 128.
RGB:
(118,149,128)
(46%,58%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 128 of 255 = 50%

118
149
128

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

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 128 = 395 (100%)
R 118 of 395 ~ 29.87%
G 149 of 395 ~ 37.72%
B 128 of 395 ~ 32.41%

%29.87
%37.72
%32.41

CMYK color model

#769580 color CMYK value is (21,0,14,42).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(21,0,14,42)
C21M0Y14K42 
(21%,0%,14%,42%)
(0.21/0.00/0.14/0.42)	

CMYK percentages

%20.81
%0
%14.09
%41.57

Codes

Color #769580 in popluar color models

769580
RGB118149128
HSL139°12.76%52.35%
HSB/HSV139°20.81%58.43%
CMYK20.81%0.00%14.09%
41.57%

Color #769580 in popluar number systems.

HEX769580
Decimal118149128
Binary11101101001010110000000
Octal166225200

Shades and tints

Shades of #769580

#769580
(118,149,128)
#6C8875
(108,136,117)
#627B6A
(98,123,106)
#586E5F
(88,110,95)
#4E6154
(78,97,84)
#445449
(68,84,73)
#3A473E
(58,71,62)
#303A33
(48,58,51)
#262D28
(38,45,40)
#1C201D
(28,32,29)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #769580

#769580
(118,149,128)
#829E8B
(130,158,139)
#8EA796
(142,167,150)
#9AB0A1
(154,176,161)
#A6B9AC
(166,185,172)
#B2C2B7
(178,194,183)
#BECBC2
(190,203,194)
#CAD4CD
(202,212,205)
#D6DDD8
(214,221,216)
#E2E6E3
(226,230,227)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769580 color. Also use rgb(118,149,128) instead hex code.

Text Font Color

.myTextColor { color: #769580; }

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

This text font color is #769580.


Background Color

.myBgColor { background-color: #769580; }

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

This div background color is #769580.


Border color

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

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

This div border color is #769580.


Opacity

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

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

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

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

This text has shadow with #769580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769580 on black background.


Color preview on white background

This text has color #769580 on white background.



Black color preview on #769580 background

This text has black color on #769580 background.


White color preview on #769580 background

This text has white color on #769580 background.