COLOR #76899F

HEX: #76899F
RGB: (118,137,159)

Renk bilgisi

#76899F contains red, green and blue colors in about the same proportion. #76899F ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#76899F color RGB value is (118,137,159).

  • kırmız ton 118;
  • yeşil ton 137;
  • mavi ton 159.
RGB:
(118,137,159)
(46%,54%,62%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 137 of 255 = 54%
B 159 of 255 = 62%

118
137
159

R + G + B ~ 54%. #76899F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 137 + 159 = 414 (100%)
R 118 of 414 ~ 28.5%
G 137 of 414 ~ 33.09%
B 159 of 414 ~ 38.41%

%28.5
%33.09
%38.41

CMYK RENK MODELİ

#76899F rengi CMYK tonu (26,14,0,38).

  • camgöbeği tonu 25.79%
  • eflatun tonu 13.84%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(26,14,0,38)
C26M14Y0K38 
(26%,14%,0%,38%)
(0.26/0.14/0.00/0.38)	

CMYK yüzdeleri

%25.79
%13.84
%0
%37.65

Codes

Color #76899F in popluar color models

76899F
RGB118137159
HSL212°17.60%54.31%
HSB/HSV212°25.79%62.35%
CMYK25.79%13.84%0.00%
37.65%

Color #76899F in popluar number systems.

HEX76899F
Decimal118137159
Binary11101101000100110011111
Octal166211237

Shades and tints

Shades of #76899F

#76899F
(118,137,159)
#6C7D91
(108,125,145)
#627183
(98,113,131)
#586575
(88,101,117)
#4E5967
(78,89,103)
#444D59
(68,77,89)
#3A414B
(58,65,75)
#30353D
(48,53,61)
#26292F
(38,41,47)
#1C1D21
(28,29,33)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #76899F

#76899F
(118,137,159)
#8293A7
(130,147,167)
#8E9DAF
(142,157,175)
#9AA7B7
(154,167,183)
#A6B1BF
(166,177,191)
#B2BBC7
(178,187,199)
#BEC5CF
(190,197,207)
#CACFD7
(202,207,215)
#D6D9DF
(214,217,223)
#E2E3E7
(226,227,231)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76899F color. Also use rgb(118,137,159) instead hex code.

Text Font Color

.myTextColor { color: #76899F; }

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

This text font color is #76899F.


Background Color

.myBgColor { background-color: #76899F; }

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

This div background color is #76899F.


Border color

.myBorderColor { border: 1px solid #76899F; }

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

This div border color is #76899F.


Opacity

.myOpacity80 { color: #76899F; opacity: 0.8; }

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

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

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

This text has shadow with #76899F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76899F on black background.


Color preview on white background

This text has color #76899F on white background.



Black color preview on #76899F background

This text has black color on #76899F background.


White color preview on #76899F background

This text has white color on #76899F background.