COLOR #737C7D

HEX: #737C7D
RGB: (115,124,125)

Renk bilgisi

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

RGB renk modeli

#737C7D color RGB value is (115,124,125).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 124 of 255 = 49%
B 125 of 255 = 49%

115
124
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 124 + 125 = 364 (100%)
R 115 of 364 ~ 31.59%
G 124 of 364 ~ 34.07%
B 125 of 364 ~ 34.34%

%31.59
%34.07
%34.34

CMYK RENK MODELİ

#737C7D rengi CMYK tonu (8,1,0,51).

  • camgöbeği tonu 8.00%
  • eflatun tonu 0.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(8,1,0,51)
C8M1Y0K51 
(8%,1%,0%,51%)
(0.08/0.01/0.00/0.51)	

CMYK yüzdeleri

%8
%0.8
%0
%50.98

Codes

Color #737C7D in popluar color models

737C7D
RGB115124125
HSL186°4.17%47.06%
HSB/HSV186°8.00%49.02%
CMYK8.00%0.80%0.00%
50.98%

Color #737C7D in popluar number systems.

HEX737C7D
Decimal115124125
Binary111001111111001111101
Octal163174175

Shades and tints

Shades of #737C7D

#737C7D
(115,124,125)
#697172
(105,113,114)
#5F6667
(95,102,103)
#555B5C
(85,91,92)
#4B5051
(75,80,81)
#414546
(65,69,70)
#373A3B
(55,58,59)
#2D2F30
(45,47,48)
#232425
(35,36,37)
#19191A
(25,25,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #737C7D

#737C7D
(115,124,125)
#7F8788
(127,135,136)
#8B9293
(139,146,147)
#979D9E
(151,157,158)
#A3A8A9
(163,168,169)
#AFB3B4
(175,179,180)
#BBBEBF
(187,190,191)
#C7C9CA
(199,201,202)
#D3D4D5
(211,212,213)
#DFDFE0
(223,223,224)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737C7D color. Also use rgb(115,124,125) instead hex code.

Text Font Color

.myTextColor { color: #737C7D; }

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

This text font color is #737C7D.


Background Color

.myBgColor { background-color: #737C7D; }

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

This div background color is #737C7D.


Border color

.myBorderColor { border: 1px solid #737C7D; }

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

This div border color is #737C7D.


Opacity

.myOpacity80 { color: #737C7D; opacity: 0.8; }

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

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

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

This text has shadow with #737C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737C7D on black background.


Color preview on white background

This text has color #737C7D on white background.



Black color preview on #737C7D background

This text has black color on #737C7D background.


White color preview on #737C7D background

This text has white color on #737C7D background.