COLOR #7676DC

HEX: #7676DC
RGB: (118,118,220)

Renk bilgisi

#7676DC contains mainly blue color. #7676DC ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7676DC color RGB value is (118,118,220).

  • kırmız ton 118;
  • yeşil ton 118;
  • mavi ton 220.
RGB:
(118,118,220)
(46%,46%,86%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 118 of 255 = 46%
B 220 of 255 = 86%

118
118
220

R + G + B ~ 59%. #7676DC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 118 + 220 = 456 (100%)
R 118 of 456 ~ 25.88%
G 118 of 456 ~ 25.88%
B 220 of 456 ~ 48.25%

%25.88
%25.88
%48.25

CMYK RENK MODELİ

#7676DC rengi CMYK tonu (46,46,0,14).

  • camgöbeği tonu 46.36%
  • eflatun tonu 46.36%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(46,46,0,14)
C46M46Y0K14 
(46%,46%,0%,14%)
(0.46/0.46/0.00/0.14)	

CMYK yüzdeleri

%46.36
%46.36
%0
%13.73

Codes

Color #7676DC in popluar color models

7676DC
RGB118118220
HSL240°59.30%66.27%
HSB/HSV240°46.36%86.27%
CMYK46.36%46.36%0.00%
13.73%

Color #7676DC in popluar number systems.

HEX7676DC
Decimal118118220
Binary1110110111011011011100
Octal166166334

Shades and tints

Shades of #7676DC

#7676DC
(118,118,220)
#6C6CC8
(108,108,200)
#6262B4
(98,98,180)
#5858A0
(88,88,160)
#4E4E8C
(78,78,140)
#444478
(68,68,120)
#3A3A64
(58,58,100)
#303050
(48,48,80)
#26263C
(38,38,60)
#1C1C28
(28,28,40)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #7676DC

#7676DC
(118,118,220)
#8282DF
(130,130,223)
#8E8EE2
(142,142,226)
#9A9AE5
(154,154,229)
#A6A6E8
(166,166,232)
#B2B2EB
(178,178,235)
#BEBEEE
(190,190,238)
#CACAF1
(202,202,241)
#D6D6F4
(214,214,244)
#E2E2F7
(226,226,247)
#EEEEFA
(238,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7676DC color. Also use rgb(118,118,220) instead hex code.

Text Font Color

.myTextColor { color: #7676DC; }

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

This text font color is #7676DC.


Background Color

.myBgColor { background-color: #7676DC; }

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

This div background color is #7676DC.


Border color

.myBorderColor { border: 1px solid #7676DC; }

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

This div border color is #7676DC.


Opacity

.myOpacity80 { color: #7676DC; opacity: 0.8; }

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

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

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

This text has shadow with #7676DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7676DC on black background.


Color preview on white background

This text has color #7676DC on white background.



Black color preview on #7676DC background

This text has black color on #7676DC background.


White color preview on #7676DC background

This text has white color on #7676DC background.