COLOR #76738B

HEX: #76738B
RGB: (118,115,139)

Renk bilgisi

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

RGB renk modeli

#76738B color RGB value is (118,115,139).

  • kırmız ton 118;
  • yeşil ton 115;
  • mavi ton 139.
RGB:
(118,115,139)
(46%,45%,55%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 115 of 255 = 45%
B 139 of 255 = 55%

118
115
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 115 + 139 = 372 (100%)
R 118 of 372 ~ 31.72%
G 115 of 372 ~ 30.91%
B 139 of 372 ~ 37.37%

%31.72
%30.91
%37.37

CMYK RENK MODELİ

#76738B rengi CMYK tonu (15,17,0,45).

  • camgöbeği tonu 15.11%
  • eflatun tonu 17.27%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(15,17,0,45)
C15M17Y0K45 
(15%,17%,0%,45%)
(0.15/0.17/0.00/0.45)	

CMYK yüzdeleri

%15.11
%17.27
%0
%45.49

Codes

Color #76738B in popluar color models

76738B
RGB118115139
HSL248°9.45%49.80%
HSB/HSV248°17.27%54.51%
CMYK15.11%17.27%0.00%
45.49%

Color #76738B in popluar number systems.

HEX76738B
Decimal118115139
Binary1110110111001110001011
Octal166163213

Shades and tints

Shades of #76738B

#76738B
(118,115,139)
#6C697F
(108,105,127)
#625F73
(98,95,115)
#585567
(88,85,103)
#4E4B5B
(78,75,91)
#44414F
(68,65,79)
#3A3743
(58,55,67)
#302D37
(48,45,55)
#26232B
(38,35,43)
#1C191F
(28,25,31)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #76738B

#76738B
(118,115,139)
#827F95
(130,127,149)
#8E8B9F
(142,139,159)
#9A97A9
(154,151,169)
#A6A3B3
(166,163,179)
#B2AFBD
(178,175,189)
#BEBBC7
(190,187,199)
#CAC7D1
(202,199,209)
#D6D3DB
(214,211,219)
#E2DFE5
(226,223,229)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76738B color. Also use rgb(118,115,139) instead hex code.

Text Font Color

.myTextColor { color: #76738B; }

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

This text font color is #76738B.


Background Color

.myBgColor { background-color: #76738B; }

<div style="background-color:#76738B">Inner text</div>

This div background color is #76738B.


Border color

.myBorderColor { border: 1px solid #76738B; }

<div style="border:3px solid #76738B">Div</div>

This div border color is #76738B.


Opacity

.myOpacity80 { color: #76738B; opacity: 0.8; }

<p style="color:#76738B;opacity:0.8;">80%</p>

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

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

This text has shadow with #76738B color.

.textShadow {text-shadow: 3px 3px 1px #76738B, 3px 3px 1px red;}

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

This text has shadow with #76738B primary color and red secondary color.


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

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

This text has shadow with #76738B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76738B on black background.


Color preview on white background

This text has color #76738B on white background.



Black color preview on #76738B background

This text has black color on #76738B background.


White color preview on #76738B background

This text has white color on #76738B background.