COLOR #676779

HEX: #676779
RGB: (103,103,121)

Renk bilgisi

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

RGB renk modeli

#676779 color RGB value is (103,103,121).

  • kırmız ton 103;
  • yeşil ton 103;
  • mavi ton 121.
RGB:
(103,103,121)
(40%,40%,47%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 103 of 255 = 40%
B 121 of 255 = 47%

103
103
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 103 + 121 = 327 (100%)
R 103 of 327 ~ 31.5%
G 103 of 327 ~ 31.5%
B 121 of 327 ~ 37%

%31.5
%31.5
%37

CMYK RENK MODELİ

#676779 rengi CMYK tonu (15,15,0,53).

  • camgöbeği tonu 14.88%
  • eflatun tonu 14.88%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(15,15,0,53)
C15M15Y0K53 
(15%,15%,0%,53%)
(0.15/0.15/0.00/0.53)	

CMYK yüzdeleri

%14.88
%14.88
%0
%52.55

Codes

Color #676779 in popluar color models

676779
RGB103103121
HSL240°8.04%43.92%
HSB/HSV240°14.88%47.45%
CMYK14.88%14.88%0.00%
52.55%

Color #676779 in popluar number systems.

HEX676779
Decimal103103121
Binary110011111001111111001
Octal147147171

Shades and tints

Shades of #676779

#676779
(103,103,121)
#5E5E6E
(94,94,110)
#555563
(85,85,99)
#4C4C58
(76,76,88)
#43434D
(67,67,77)
#3A3A42
(58,58,66)
#313137
(49,49,55)
#28282C
(40,40,44)
#1F1F21
(31,31,33)
#161616
(22,22,22)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #676779

#676779
(103,103,121)
#747485
(116,116,133)
#818191
(129,129,145)
#8E8E9D
(142,142,157)
#9B9BA9
(155,155,169)
#A8A8B5
(168,168,181)
#B5B5C1
(181,181,193)
#C2C2CD
(194,194,205)
#CFCFD9
(207,207,217)
#DCDCE5
(220,220,229)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676779 color. Also use rgb(103,103,121) instead hex code.

Text Font Color

.myTextColor { color: #676779; }

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

This text font color is #676779.


Background Color

.myBgColor { background-color: #676779; }

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

This div background color is #676779.


Border color

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

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

This div border color is #676779.


Opacity

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

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

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

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

This text has shadow with #676779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676779 on black background.


Color preview on white background

This text has color #676779 on white background.



Black color preview on #676779 background

This text has black color on #676779 background.


White color preview on #676779 background

This text has white color on #676779 background.