COLOR #7B757E

HEX: #7B757E
RGB: (123,117,126)

Renk bilgisi

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

RGB renk modeli

#7B757E color RGB value is (123,117,126).

  • kırmız ton 123;
  • yeşil ton 117;
  • mavi ton 126.
RGB:
(123,117,126)
(48%,46%,49%)

RGB bağlantıları ve doygunluk

R 123 of 255 = 48%
G 117 of 255 = 46%
B 126 of 255 = 49%

123
117
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
123 + 117 + 126 = 366 (100%)
R 123 of 366 ~ 33.61%
G 117 of 366 ~ 31.97%
B 126 of 366 ~ 34.43%

%33.61
%31.97
%34.43

CMYK RENK MODELİ

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

  • camgöbeği tonu 2.38%
  • eflatun tonu 7.14%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(2,7,0,51)
C2M7Y0K51 
(2%,7%,0%,51%)
(0.02/0.07/0.00/0.51)	

CMYK yüzdeleri

%2.38
%7.14
%0
%50.59

Codes

Color #7B757E in popluar color models

7B757E
RGB123117126
HSL280°3.70%47.65%
HSB/HSV280°7.14%49.41%
CMYK2.38%7.14%0.00%
50.59%

Color #7B757E in popluar number systems.

HEX7B757E
Decimal123117126
Binary111101111101011111110
Octal173165176

Shades and tints

Shades of #7B757E

#7B757E
(123,117,126)
#706B73
(112,107,115)
#656168
(101,97,104)
#5A575D
(90,87,93)
#4F4D52
(79,77,82)
#444347
(68,67,71)
#39393C
(57,57,60)
#2E2F31
(46,47,49)
#232526
(35,37,38)
#181B1B
(24,27,27)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #7B757E

#7B757E
(123,117,126)
#878189
(135,129,137)
#938D94
(147,141,148)
#9F999F
(159,153,159)
#ABA5AA
(171,165,170)
#B7B1B5
(183,177,181)
#C3BDC0
(195,189,192)
#CFC9CB
(207,201,203)
#DBD5D6
(219,213,214)
#E7E1E1
(231,225,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B757E color. Also use rgb(123,117,126) instead hex code.

Text Font Color

.myTextColor { color: #7B757E; }

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

This text font color is #7B757E.


Background Color

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

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

This div background color is #7B757E.


Border color

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

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

This div border color is #7B757E.


Opacity

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

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

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

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

This text has shadow with #7B757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B757E on black background.


Color preview on white background

This text has color #7B757E on white background.



Black color preview on #7B757E background

This text has black color on #7B757E background.


White color preview on #7B757E background

This text has white color on #7B757E background.