COLOR #769487

HEX: #769487
RGB: (118,148,135)

Color info

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

RGB color model

#769487 color RGB value is (118,148,135).

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

RGB channels and saturation

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

118
148
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 135 = 401 (100%)
R 118 of 401 ~ 29.43%
G 148 of 401 ~ 36.91%
B 135 of 401 ~ 33.67%

%29.43
%36.91
%33.67

CMYK color model

#769487 color CMYK value is (20,0,9,42).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 41.96%
CMYK:
(20,0,9,42)
C20M0Y9K42 
(20%,0%,9%,42%)
(0.20/0.00/0.09/0.42)	

CMYK percentages

%20.27
%0
%8.78
%41.96

Codes

Color #769487 in popluar color models

769487
RGB118148135
HSL154°12.30%52.16%
HSB/HSV154°20.27%58.04%
CMYK20.27%0.00%8.78%
41.96%

Color #769487 in popluar number systems.

HEX769487
Decimal118148135
Binary11101101001010010000111
Octal166224207

Shades and tints

Shades of #769487

#769487
(118,148,135)
#6C877B
(108,135,123)
#627A6F
(98,122,111)
#586D63
(88,109,99)
#4E6057
(78,96,87)
#44534B
(68,83,75)
#3A463F
(58,70,63)
#303933
(48,57,51)
#262C27
(38,44,39)
#1C1F1B
(28,31,27)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #769487

#769487
(118,148,135)
#829D91
(130,157,145)
#8EA69B
(142,166,155)
#9AAFA5
(154,175,165)
#A6B8AF
(166,184,175)
#B2C1B9
(178,193,185)
#BECAC3
(190,202,195)
#CAD3CD
(202,211,205)
#D6DCD7
(214,220,215)
#E2E5E1
(226,229,225)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769487; }

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

This text font color is #769487.


Background Color

.myBgColor { background-color: #769487; }

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

This div background color is #769487.


Border color

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

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

This div border color is #769487.


Opacity

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

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

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

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

This text has shadow with #769487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769487 on black background.


Color preview on white background

This text has color #769487 on white background.



Black color preview on #769487 background

This text has black color on #769487 background.


White color preview on #769487 background

This text has white color on #769487 background.