COLOR #707477

HEX: #707477
RGB: (112,116,119)

Renk bilgisi

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

RGB renk modeli

#707477 color RGB value is (112,116,119).

  • kırmız ton 112;
  • yeşil ton 116;
  • mavi ton 119.
RGB:
(112,116,119)
(44%,45%,47%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 116 of 255 = 45%
B 119 of 255 = 47%

112
116
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 116 + 119 = 347 (100%)
R 112 of 347 ~ 32.28%
G 116 of 347 ~ 33.43%
B 119 of 347 ~ 34.29%

%32.28
%33.43
%34.29

CMYK RENK MODELİ

#707477 rengi CMYK tonu (6,3,0,53).

  • camgöbeği tonu 5.88%
  • eflatun tonu 2.52%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(6,3,0,53)
C6M3Y0K53 
(6%,3%,0%,53%)
(0.06/0.03/0.00/0.53)	

CMYK yüzdeleri

%5.88
%2.52
%0
%53.33

Codes

Color #707477 in popluar color models

707477
RGB112116119
HSL206°3.03%45.29%
HSB/HSV206°5.88%46.67%
CMYK5.88%2.52%0.00%
53.33%

Color #707477 in popluar number systems.

HEX707477
Decimal112116119
Binary111000011101001110111
Octal160164167

Shades and tints

Shades of #707477

#707477
(112,116,119)
#666A6D
(102,106,109)
#5C6063
(92,96,99)
#525659
(82,86,89)
#484C4F
(72,76,79)
#3E4245
(62,66,69)
#34383B
(52,56,59)
#2A2E31
(42,46,49)
#202427
(32,36,39)
#161A1D
(22,26,29)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #707477

#707477
(112,116,119)
#7D8083
(125,128,131)
#8A8C8F
(138,140,143)
#97989B
(151,152,155)
#A4A4A7
(164,164,167)
#B1B0B3
(177,176,179)
#BEBCBF
(190,188,191)
#CBC8CB
(203,200,203)
#D8D4D7
(216,212,215)
#E5E0E3
(229,224,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707477; }

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

This text font color is #707477.


Background Color

.myBgColor { background-color: #707477; }

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

This div background color is #707477.


Border color

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

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

This div border color is #707477.


Opacity

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

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

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

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

This text has shadow with #707477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707477 on black background.


Color preview on white background

This text has color #707477 on white background.



Black color preview on #707477 background

This text has black color on #707477 background.


White color preview on #707477 background

This text has white color on #707477 background.