COLOR #7C7E7D

HEX: #7C7E7D
RGB: (124,126,125)

Renk bilgisi

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

RGB renk modeli

#7C7E7D color RGB value is (124,126,125).

  • kırmız ton 124;
  • yeşil ton 126;
  • mavi ton 125.
RGB:
(124,126,125)
(49%,49%,49%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 126 of 255 = 49%
B 125 of 255 = 49%

124
126
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 126 + 125 = 375 (100%)
R 124 of 375 ~ 33.07%
G 126 of 375 ~ 33.6%
B 125 of 375 ~ 33.33%

%33.07
%33.6
%33.33

CMYK RENK MODELİ

#7C7E7D rengi CMYK tonu (2,0,1,51).

  • camgöbeği tonu 1.59%
  • eflatun tonu 0.00%
  • sarı tonu 0.79%
  • ana renk tonu 50.59%
CMYK:
(2,0,1,51)
C2M0Y1K51 
(2%,0%,1%,51%)
(0.02/0.00/0.01/0.51)	

CMYK yüzdeleri

%1.59
%0
%0.79
%50.59

Codes

Color #7C7E7D in popluar color models

7C7E7D
RGB124126125
HSL150°0.80%49.02%
HSB/HSV150°1.59%49.41%
CMYK1.59%0.00%0.79%
50.59%

Color #7C7E7D in popluar number systems.

HEX7C7E7D
Decimal124126125
Binary111110011111101111101
Octal174176175

Shades and tints

Shades of #7C7E7D

#7C7E7D
(124,126,125)
#717372
(113,115,114)
#666867
(102,104,103)
#5B5D5C
(91,93,92)
#505251
(80,82,81)
#454746
(69,71,70)
#3A3C3B
(58,60,59)
#2F3130
(47,49,48)
#242625
(36,38,37)
#191B1A
(25,27,26)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #7C7E7D

#7C7E7D
(124,126,125)
#878988
(135,137,136)
#929493
(146,148,147)
#9D9F9E
(157,159,158)
#A8AAA9
(168,170,169)
#B3B5B4
(179,181,180)
#BEC0BF
(190,192,191)
#C9CBCA
(201,203,202)
#D4D6D5
(212,214,213)
#DFE1E0
(223,225,224)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7E7D color. Also use rgb(124,126,125) instead hex code.

Text Font Color

.myTextColor { color: #7C7E7D; }

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

This text font color is #7C7E7D.


Background Color

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

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

This div background color is #7C7E7D.


Border color

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

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

This div border color is #7C7E7D.


Opacity

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

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

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

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

This text has shadow with #7C7E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7E7D on black background.


Color preview on white background

This text has color #7C7E7D on white background.



Black color preview on #7C7E7D background

This text has black color on #7C7E7D background.


White color preview on #7C7E7D background

This text has white color on #7C7E7D background.