COLOR #76689A

HEX: #76689A
RGB: (118,104,154)

Renk bilgisi

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

RGB renk modeli

#76689A color RGB value is (118,104,154).

  • kırmız ton 118;
  • yeşil ton 104;
  • mavi ton 154.
RGB:
(118,104,154)
(46%,41%,60%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 104 of 255 = 41%
B 154 of 255 = 60%

118
104
154

R + G + B ~ 49%. #76689A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 104 + 154 = 376 (100%)
R 118 of 376 ~ 31.38%
G 104 of 376 ~ 27.66%
B 154 of 376 ~ 40.96%

%31.38
%27.66
%40.96

CMYK RENK MODELİ

#76689A rengi CMYK tonu (23,32,0,40).

  • camgöbeği tonu 23.38%
  • eflatun tonu 32.47%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(23,32,0,40)
C23M32Y0K40 
(23%,32%,0%,40%)
(0.23/0.32/0.00/0.40)	

CMYK yüzdeleri

%23.38
%32.47
%0
%39.61

Codes

Color #76689A in popluar color models

76689A
RGB118104154
HSL257°19.84%50.59%
HSB/HSV257°32.47%60.39%
CMYK23.38%32.47%0.00%
39.61%

Color #76689A in popluar number systems.

HEX76689A
Decimal118104154
Binary1110110110100010011010
Octal166150232

Shades and tints

Shades of #76689A

#76689A
(118,104,154)
#6C5F8C
(108,95,140)
#62567E
(98,86,126)
#584D70
(88,77,112)
#4E4462
(78,68,98)
#443B54
(68,59,84)
#3A3246
(58,50,70)
#302938
(48,41,56)
#26202A
(38,32,42)
#1C171C
(28,23,28)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #76689A

#76689A
(118,104,154)
#8275A3
(130,117,163)
#8E82AC
(142,130,172)
#9A8FB5
(154,143,181)
#A69CBE
(166,156,190)
#B2A9C7
(178,169,199)
#BEB6D0
(190,182,208)
#CAC3D9
(202,195,217)
#D6D0E2
(214,208,226)
#E2DDEB
(226,221,235)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76689A color. Also use rgb(118,104,154) instead hex code.

Text Font Color

.myTextColor { color: #76689A; }

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

This text font color is #76689A.


Background Color

.myBgColor { background-color: #76689A; }

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

This div background color is #76689A.


Border color

.myBorderColor { border: 1px solid #76689A; }

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

This div border color is #76689A.


Opacity

.myOpacity80 { color: #76689A; opacity: 0.8; }

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

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

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

This text has shadow with #76689A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76689A on black background.


Color preview on white background

This text has color #76689A on white background.



Black color preview on #76689A background

This text has black color on #76689A background.


White color preview on #76689A background

This text has white color on #76689A background.