COLOR #717E76

HEX: #717E76
RGB: (113,126,118)

Renk bilgisi

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

RGB renk modeli

#717E76 color RGB value is (113,126,118).

  • kırmız ton 113;
  • yeşil ton 126;
  • mavi ton 118.
RGB:
(113,126,118)
(44%,49%,46%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 126 of 255 = 49%
B 118 of 255 = 46%

113
126
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 126 + 118 = 357 (100%)
R 113 of 357 ~ 31.65%
G 126 of 357 ~ 35.29%
B 118 of 357 ~ 33.05%

%31.65
%35.29
%33.05

CMYK RENK MODELİ

#717E76 rengi CMYK tonu (10,0,6,51).

  • camgöbeği tonu 10.32%
  • eflatun tonu 0.00%
  • sarı tonu 6.35%
  • ana renk tonu 50.59%
CMYK:
(10,0,6,51)
C10M0Y6K51 
(10%,0%,6%,51%)
(0.10/0.00/0.06/0.51)	

CMYK yüzdeleri

%10.32
%0
%6.35
%50.59

Codes

Color #717E76 in popluar color models

717E76
RGB113126118
HSL143°5.44%46.86%
HSB/HSV143°10.32%49.41%
CMYK10.32%0.00%6.35%
50.59%

Color #717E76 in popluar number systems.

HEX717E76
Decimal113126118
Binary111000111111101110110
Octal161176166

Shades and tints

Shades of #717E76

#717E76
(113,126,118)
#67736C
(103,115,108)
#5D6862
(93,104,98)
#535D58
(83,93,88)
#49524E
(73,82,78)
#3F4744
(63,71,68)
#353C3A
(53,60,58)
#2B3130
(43,49,48)
#212626
(33,38,38)
#171B1C
(23,27,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #717E76

#717E76
(113,126,118)
#7D8982
(125,137,130)
#89948E
(137,148,142)
#959F9A
(149,159,154)
#A1AAA6
(161,170,166)
#ADB5B2
(173,181,178)
#B9C0BE
(185,192,190)
#C5CBCA
(197,203,202)
#D1D6D6
(209,214,214)
#DDE1E2
(221,225,226)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717E76 color. Also use rgb(113,126,118) instead hex code.

Text Font Color

.myTextColor { color: #717E76; }

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

This text font color is #717E76.


Background Color

.myBgColor { background-color: #717E76; }

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

This div background color is #717E76.


Border color

.myBorderColor { border: 1px solid #717E76; }

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

This div border color is #717E76.


Opacity

.myOpacity80 { color: #717E76; opacity: 0.8; }

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

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

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

This text has shadow with #717E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717E76 on black background.


Color preview on white background

This text has color #717E76 on white background.



Black color preview on #717E76 background

This text has black color on #717E76 background.


White color preview on #717E76 background

This text has white color on #717E76 background.