COLOR #677777

HEX: #677777
RGB: (103,119,119)

Renk bilgisi

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

RGB renk modeli

#677777 color RGB value is (103,119,119).

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

RGB bağlantıları ve doygunluk

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

103
119
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 119 + 119 = 341 (100%)
R 103 of 341 ~ 30.21%
G 119 of 341 ~ 34.9%
B 119 of 341 ~ 34.9%

%30.21
%34.9
%34.9

CMYK RENK MODELİ

#677777 rengi CMYK tonu (13,0,0,53).

  • camgöbeği tonu 13.45%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(13,0,0,53)
C13M0Y0K53 
(13%,0%,0%,53%)
(0.13/0.00/0.00/0.53)	

CMYK yüzdeleri

%13.45
%0
%0
%53.33

Codes

Color #677777 in popluar color models

677777
RGB103119119
HSL180°7.21%43.53%
HSB/HSV180°13.45%46.67%
CMYK13.45%0.00%0.00%
53.33%

Color #677777 in popluar number systems.

HEX677777
Decimal103119119
Binary110011111101111110111
Octal147167167

Shades and tints

Shades of #677777

#677777
(103,119,119)
#5E6D6D
(94,109,109)
#556363
(85,99,99)
#4C5959
(76,89,89)
#434F4F
(67,79,79)
#3A4545
(58,69,69)
#313B3B
(49,59,59)
#283131
(40,49,49)
#1F2727
(31,39,39)
#161D1D
(22,29,29)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #677777

#677777
(103,119,119)
#748383
(116,131,131)
#818F8F
(129,143,143)
#8E9B9B
(142,155,155)
#9BA7A7
(155,167,167)
#A8B3B3
(168,179,179)
#B5BFBF
(181,191,191)
#C2CBCB
(194,203,203)
#CFD7D7
(207,215,215)
#DCE3E3
(220,227,227)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677777; }

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

This text font color is #677777.


Background Color

.myBgColor { background-color: #677777; }

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

This div background color is #677777.


Border color

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

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

This div border color is #677777.


Opacity

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

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

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

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

This text has shadow with #677777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677777 on black background.


Color preview on white background

This text has color #677777 on white background.



Black color preview on #677777 background

This text has black color on #677777 background.


White color preview on #677777 background

This text has white color on #677777 background.