COLOR #76879D

HEX: #76879D
RGB: (118,135,157)

Renk bilgisi

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

RGB renk modeli

#76879D color RGB value is (118,135,157).

  • kırmız ton 118;
  • yeşil ton 135;
  • mavi ton 157.
RGB:
(118,135,157)
(46%,53%,62%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 135 of 255 = 53%
B 157 of 255 = 62%

118
135
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 135 + 157 = 410 (100%)
R 118 of 410 ~ 28.78%
G 135 of 410 ~ 32.93%
B 157 of 410 ~ 38.29%

%28.78
%32.93
%38.29

CMYK RENK MODELİ

#76879D rengi CMYK tonu (25,14,0,38).

  • camgöbeği tonu 24.84%
  • eflatun tonu 14.01%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(25,14,0,38)
C25M14Y0K38 
(25%,14%,0%,38%)
(0.25/0.14/0.00/0.38)	

CMYK yüzdeleri

%24.84
%14.01
%0
%38.43

Codes

Color #76879D in popluar color models

76879D
RGB118135157
HSL214°16.60%53.92%
HSB/HSV214°24.84%61.57%
CMYK24.84%14.01%0.00%
38.43%

Color #76879D in popluar number systems.

HEX76879D
Decimal118135157
Binary11101101000011110011101
Octal166207235

Shades and tints

Shades of #76879D

#76879D
(118,135,157)
#6C7B8F
(108,123,143)
#626F81
(98,111,129)
#586373
(88,99,115)
#4E5765
(78,87,101)
#444B57
(68,75,87)
#3A3F49
(58,63,73)
#30333B
(48,51,59)
#26272D
(38,39,45)
#1C1B1F
(28,27,31)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #76879D

#76879D
(118,135,157)
#8291A5
(130,145,165)
#8E9BAD
(142,155,173)
#9AA5B5
(154,165,181)
#A6AFBD
(166,175,189)
#B2B9C5
(178,185,197)
#BEC3CD
(190,195,205)
#CACDD5
(202,205,213)
#D6D7DD
(214,215,221)
#E2E1E5
(226,225,229)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76879D; }

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

This text font color is #76879D.


Background Color

.myBgColor { background-color: #76879D; }

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

This div background color is #76879D.


Border color

.myBorderColor { border: 1px solid #76879D; }

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

This div border color is #76879D.


Opacity

.myOpacity80 { color: #76879D; opacity: 0.8; }

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

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

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

This text has shadow with #76879D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76879D on black background.


Color preview on white background

This text has color #76879D on white background.



Black color preview on #76879D background

This text has black color on #76879D background.


White color preview on #76879D background

This text has white color on #76879D background.