COLOR #7F757D

HEX: #7F757D
RGB: (127,117,125)

Renk bilgisi

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

RGB renk modeli

#7F757D color RGB value is (127,117,125).

  • kırmız ton 127;
  • yeşil ton 117;
  • mavi ton 125.
RGB:
(127,117,125)
(50%,46%,49%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 117 of 255 = 46%
B 125 of 255 = 49%

127
117
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 117 + 125 = 369 (100%)
R 127 of 369 ~ 34.42%
G 117 of 369 ~ 31.71%
B 125 of 369 ~ 33.88%

%34.42
%31.71
%33.88

CMYK RENK MODELİ

#7F757D rengi CMYK tonu (0,8,2,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.87%
  • sarı tonu 1.57%
  • ana renk tonu 50.20%
CMYK:
(0,8,2,50)
C0M8Y2K50 
(0%,8%,2%,50%)
(0.00/0.08/0.02/0.50)	

CMYK yüzdeleri

%0
%7.87
%1.57
%50.2

Codes

Color #7F757D in popluar color models

7F757D
RGB127117125
HSL312°4.10%47.84%
HSB/HSV312°7.87%49.80%
CMYK0.00%7.87%1.57%
50.20%

Color #7F757D in popluar number systems.

HEX7F757D
Decimal127117125
Binary111111111101011111101
Octal177165175

Shades and tints

Shades of #7F757D

#7F757D
(127,117,125)
#746B72
(116,107,114)
#696167
(105,97,103)
#5E575C
(94,87,92)
#534D51
(83,77,81)
#484346
(72,67,70)
#3D393B
(61,57,59)
#322F30
(50,47,48)
#272525
(39,37,37)
#1C1B1A
(28,27,26)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #7F757D

#7F757D
(127,117,125)
#8A8188
(138,129,136)
#958D93
(149,141,147)
#A0999E
(160,153,158)
#ABA5A9
(171,165,169)
#B6B1B4
(182,177,180)
#C1BDBF
(193,189,191)
#CCC9CA
(204,201,202)
#D7D5D5
(215,213,213)
#E2E1E0
(226,225,224)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F757D; }

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

This text font color is #7F757D.


Background Color

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

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

This div background color is #7F757D.


Border color

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

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

This div border color is #7F757D.


Opacity

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

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

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

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

This text has shadow with #7F757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F757D on black background.


Color preview on white background

This text has color #7F757D on white background.



Black color preview on #7F757D background

This text has black color on #7F757D background.


White color preview on #7F757D background

This text has white color on #7F757D background.