COLOR #7E738A

HEX: #7E738A
RGB: (126,115,138)

Renk bilgisi

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

RGB renk modeli

#7E738A color RGB value is (126,115,138).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 115 of 255 = 45%
B 138 of 255 = 54%

126
115
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 115 + 138 = 379 (100%)
R 126 of 379 ~ 33.25%
G 115 of 379 ~ 30.34%
B 138 of 379 ~ 36.41%

%33.25
%30.34
%36.41

CMYK RENK MODELİ

#7E738A rengi CMYK tonu (9,17,0,46).

  • camgöbeği tonu 8.70%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(9,17,0,46)
C9M17Y0K46 
(9%,17%,0%,46%)
(0.09/0.17/0.00/0.46)	

CMYK yüzdeleri

%8.7
%16.67
%0
%45.88

Codes

Color #7E738A in popluar color models

7E738A
RGB126115138
HSL269°9.09%49.61%
HSB/HSV269°16.67%54.12%
CMYK8.70%16.67%0.00%
45.88%

Color #7E738A in popluar number systems.

HEX7E738A
Decimal126115138
Binary1111110111001110001010
Octal176163212

Shades and tints

Shades of #7E738A

#7E738A
(126,115,138)
#73697E
(115,105,126)
#685F72
(104,95,114)
#5D5566
(93,85,102)
#524B5A
(82,75,90)
#47414E
(71,65,78)
#3C3742
(60,55,66)
#312D36
(49,45,54)
#26232A
(38,35,42)
#1B191E
(27,25,30)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7E738A

#7E738A
(126,115,138)
#897F94
(137,127,148)
#948B9E
(148,139,158)
#9F97A8
(159,151,168)
#AAA3B2
(170,163,178)
#B5AFBC
(181,175,188)
#C0BBC6
(192,187,198)
#CBC7D0
(203,199,208)
#D6D3DA
(214,211,218)
#E1DFE4
(225,223,228)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E738A color. Also use rgb(126,115,138) instead hex code.

Text Font Color

.myTextColor { color: #7E738A; }

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

This text font color is #7E738A.


Background Color

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

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

This div background color is #7E738A.


Border color

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

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

This div border color is #7E738A.


Opacity

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

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

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

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

This text has shadow with #7E738A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E738A on black background.


Color preview on white background

This text has color #7E738A on white background.



Black color preview on #7E738A background

This text has black color on #7E738A background.


White color preview on #7E738A background

This text has white color on #7E738A background.