COLOR #76839D

HEX: #76839D
RGB: (118,131,157)

Renk bilgisi

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

RGB renk modeli

#76839D color RGB value is (118,131,157).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 131 of 255 = 51%
B 157 of 255 = 62%

118
131
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 131 + 157 = 406 (100%)
R 118 of 406 ~ 29.06%
G 131 of 406 ~ 32.27%
B 157 of 406 ~ 38.67%

%29.06
%32.27
%38.67

CMYK RENK MODELİ

#76839D rengi CMYK tonu (25,17,0,38).

  • camgöbeği tonu 24.84%
  • eflatun tonu 16.56%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(25,17,0,38)
C25M17Y0K38 
(25%,17%,0%,38%)
(0.25/0.17/0.00/0.38)	

CMYK yüzdeleri

%24.84
%16.56
%0
%38.43

Codes

Color #76839D in popluar color models

76839D
RGB118131157
HSL220°16.60%53.92%
HSB/HSV220°24.84%61.57%
CMYK24.84%16.56%0.00%
38.43%

Color #76839D in popluar number systems.

HEX76839D
Decimal118131157
Binary11101101000001110011101
Octal166203235

Shades and tints

Shades of #76839D

#76839D
(118,131,157)
#6C788F
(108,120,143)
#626D81
(98,109,129)
#586273
(88,98,115)
#4E5765
(78,87,101)
#444C57
(68,76,87)
#3A4149
(58,65,73)
#30363B
(48,54,59)
#262B2D
(38,43,45)
#1C201F
(28,32,31)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #76839D

#76839D
(118,131,157)
#828EA5
(130,142,165)
#8E99AD
(142,153,173)
#9AA4B5
(154,164,181)
#A6AFBD
(166,175,189)
#B2BAC5
(178,186,197)
#BEC5CD
(190,197,205)
#CAD0D5
(202,208,213)
#D6DBDD
(214,219,221)
#E2E6E5
(226,230,229)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76839D; }

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

This text font color is #76839D.


Background Color

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

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

This div background color is #76839D.


Border color

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

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

This div border color is #76839D.


Opacity

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

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

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

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

This text has shadow with #76839D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76839D on black background.


Color preview on white background

This text has color #76839D on white background.



Black color preview on #76839D background

This text has black color on #76839D background.


White color preview on #76839D background

This text has white color on #76839D background.