COLOR #766688

HEX: #766688
RGB: (118,102,136)

Renk bilgisi

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

RGB renk modeli

#766688 color RGB value is (118,102,136).

  • kırmız ton 118;
  • yeşil ton 102;
  • mavi ton 136.
RGB:
(118,102,136)
(46%,40%,53%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 102 of 255 = 40%
B 136 of 255 = 53%

118
102
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 102 + 136 = 356 (100%)
R 118 of 356 ~ 33.15%
G 102 of 356 ~ 28.65%
B 136 of 356 ~ 38.2%

%33.15
%28.65
%38.2

CMYK RENK MODELİ

#766688 rengi CMYK tonu (13,25,0,47).

  • camgöbeği tonu 13.24%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(13,25,0,47)
C13M25Y0K47 
(13%,25%,0%,47%)
(0.13/0.25/0.00/0.47)	

CMYK yüzdeleri

%13.24
%25
%0
%46.67

Codes

Color #766688 in popluar color models

766688
RGB118102136
HSL268°14.29%46.67%
HSB/HSV268°25.00%53.33%
CMYK13.24%25.00%0.00%
46.67%

Color #766688 in popluar number systems.

HEX766688
Decimal118102136
Binary1110110110011010001000
Octal166146210

Shades and tints

Shades of #766688

#766688
(118,102,136)
#6C5D7C
(108,93,124)
#625470
(98,84,112)
#584B64
(88,75,100)
#4E4258
(78,66,88)
#44394C
(68,57,76)
#3A3040
(58,48,64)
#302734
(48,39,52)
#261E28
(38,30,40)
#1C151C
(28,21,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #766688

#766688
(118,102,136)
#827392
(130,115,146)
#8E809C
(142,128,156)
#9A8DA6
(154,141,166)
#A69AB0
(166,154,176)
#B2A7BA
(178,167,186)
#BEB4C4
(190,180,196)
#CAC1CE
(202,193,206)
#D6CED8
(214,206,216)
#E2DBE2
(226,219,226)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766688 color. Also use rgb(118,102,136) instead hex code.

Text Font Color

.myTextColor { color: #766688; }

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

This text font color is #766688.


Background Color

.myBgColor { background-color: #766688; }

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

This div background color is #766688.


Border color

.myBorderColor { border: 1px solid #766688; }

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

This div border color is #766688.


Opacity

.myOpacity80 { color: #766688; opacity: 0.8; }

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

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

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

This text has shadow with #766688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766688 on black background.


Color preview on white background

This text has color #766688 on white background.



Black color preview on #766688 background

This text has black color on #766688 background.


White color preview on #766688 background

This text has white color on #766688 background.