COLOR #7F8080

HEX: #7F8080 RGB: (127,128,128)

Renk bilgisi

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

RGB renk modeli

#7F8080 color RGB value is (127,128,128).

RGB: (127,128,128) (50%, 50%, 50%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 128 of 255 = 50%
B 128 of 255 = 50%

127
128
128

R + G + B ~ 50%. #7F8080 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 127 + 128 + 128 = 383 (100%)
R 127 of 383 ~ 33.16%
G 128 of 383 ~ 33.42%
B 128 of 383 ~ 33.42'%

%33.16
%33.42
%33.42

CMYK RENK MODELİ

#7F8080 rengi CMYK tonu (1,0,0,50).

  • camgöbeği tonu 0.78%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%

CMYK: (1,0,0,50)
C1M0Y0K50 (1%, 0%, 0%, 50%)
(0.01 / 0.00 / 0.00 / 0.50)

CMYK yüzdeleri

%0.78
%0
%0
%49.8

Codes

Color #7F8080 in popluar color models

7F 80 80
RGB 127 128 128
HSL 180° 0.39% 50.00%
HSB/HSV 180° 0.78% 50.20%
CMYK 0.78% 0.00% 0.00%
49.80%

Color #7F8080 in popluar number systems.

HEX 7F 80 80
Decimal 127 128 128
Binary 1111111 10000000 10000000
Octal 177 200 200

Shades and tints

Shades of #7F8080

#7F8080
(127,128,128)
#747575
(116,117,117)
#696A6A
(105,106,106)
#5E5F5F
(94,95,95)
#535454
(83,84,84)
#484949
(72,73,73)
#3D3E3E
(61,62,62)
#323333
(50,51,51)
#272828
(39,40,40)
#1C1D1D
(28,29,29)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #7F8080

#7F8080
(127,128,128)
#8A8B8B
(138,139,139)
#959696
(149,150,150)
#A0A1A1
(160,161,161)
#ABACAC
(171,172,172)
#B6B7B7
(182,183,183)
#C1C2C2
(193,194,194)
#CCCDCD
(204,205,205)
#D7D8D8
(215,216,216)
#E2E3E3
(226,227,227)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8080 color. Also use rgb(127,128,128) instead hex code.

Text Font Color

.myTextColor { color: #7F8080; }

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

This text font color is #7F8080.

Background Color

.myBgColor { background-color: #7F8080; }

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

This div background color is #7F8080.

Border color

.myBorderColor { border: 1px solid #7F8080; }

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

This div border color is #7F8080.

Opacity

.myOpacity80 { color: #7F8080; opacity: 0.8; }

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

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

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

This text has shadow with #7F8080 color.


.textShadow {text-shadow: 3px 3px 1px #7F8080', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7F8080; -webkit-box-shadow: 1px 1px 3px 2px #7F8080; box-shadow:1px 1px 3px 2px #7F8080;">
Div content here
</div>

This div box has shadow with color #7F8080.

Preview

Color preview on black background

This text has color #7F8080 on black background.


Color preview on white background

This text has color #7F8080 on white background.


Black color preview on #7F8080 background

This text has black color on #7F8080 background.


White color preview on #7F8080 background

This text has white color on #7F8080 background.


Related colors

Complementary color

Complementary color for #hex is #807F7F.


I love getcolorcode.com