COLOR #76678B

HEX: #76678B
RGB: (118,103,139)

Renk bilgisi

#76678B contains red, green and blue colors in about the same proportion. #76678B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#76678B color RGB value is (118,103,139).

  • kırmız ton 118;
  • yeşil ton 103;
  • mavi ton 139.
RGB:
(118,103,139)
(46%,40%,55%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 103 of 255 = 40%
B 139 of 255 = 55%

118
103
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 103 + 139 = 360 (100%)
R 118 of 360 ~ 32.78%
G 103 of 360 ~ 28.61%
B 139 of 360 ~ 38.61%

%32.78
%28.61
%38.61

CMYK RENK MODELİ

#76678B rengi CMYK tonu (15,26,0,45).

  • camgöbeği tonu 15.11%
  • eflatun tonu 25.90%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(15,26,0,45)
C15M26Y0K45 
(15%,26%,0%,45%)
(0.15/0.26/0.00/0.45)	

CMYK yüzdeleri

%15.11
%25.9
%0
%45.49

Codes

Color #76678B in popluar color models

76678B
RGB118103139
HSL265°14.88%47.45%
HSB/HSV265°25.90%54.51%
CMYK15.11%25.90%0.00%
45.49%

Color #76678B in popluar number systems.

HEX76678B
Decimal118103139
Binary1110110110011110001011
Octal166147213

Shades and tints

Shades of #76678B

#76678B
(118,103,139)
#6C5E7F
(108,94,127)
#625573
(98,85,115)
#584C67
(88,76,103)
#4E435B
(78,67,91)
#443A4F
(68,58,79)
#3A3143
(58,49,67)
#302837
(48,40,55)
#261F2B
(38,31,43)
#1C161F
(28,22,31)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #76678B

#76678B
(118,103,139)
#827495
(130,116,149)
#8E819F
(142,129,159)
#9A8EA9
(154,142,169)
#A69BB3
(166,155,179)
#B2A8BD
(178,168,189)
#BEB5C7
(190,181,199)
#CAC2D1
(202,194,209)
#D6CFDB
(214,207,219)
#E2DCE5
(226,220,229)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76678B color. Also use rgb(118,103,139) instead hex code.

Text Font Color

.myTextColor { color: #76678B; }

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

This text font color is #76678B.


Background Color

.myBgColor { background-color: #76678B; }

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

This div background color is #76678B.


Border color

.myBorderColor { border: 1px solid #76678B; }

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

This div border color is #76678B.


Opacity

.myOpacity80 { color: #76678B; opacity: 0.8; }

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

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

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

This text has shadow with #76678B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76678B on black background.


Color preview on white background

This text has color #76678B on white background.



Black color preview on #76678B background

This text has black color on #76678B background.


White color preview on #76678B background

This text has white color on #76678B background.