COLOR #76748E

HEX: #76748E
RGB: (118,116,142)

Renk bilgisi

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

RGB renk modeli

#76748E color RGB value is (118,116,142).

  • kırmız ton 118;
  • yeşil ton 116;
  • mavi ton 142.
RGB:
(118,116,142)
(46%,45%,56%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 116 of 255 = 45%
B 142 of 255 = 56%

118
116
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 116 + 142 = 376 (100%)
R 118 of 376 ~ 31.38%
G 116 of 376 ~ 30.85%
B 142 of 376 ~ 37.77%

%31.38
%30.85
%37.77

CMYK RENK MODELİ

#76748E rengi CMYK tonu (17,18,0,44).

  • camgöbeği tonu 16.90%
  • eflatun tonu 18.31%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(17,18,0,44)
C17M18Y0K44 
(17%,18%,0%,44%)
(0.17/0.18/0.00/0.44)	

CMYK yüzdeleri

%16.9
%18.31
%0
%44.31

Codes

Color #76748E in popluar color models

76748E
RGB118116142
HSL245°10.32%50.59%
HSB/HSV245°18.31%55.69%
CMYK16.90%18.31%0.00%
44.31%

Color #76748E in popluar number systems.

HEX76748E
Decimal118116142
Binary1110110111010010001110
Octal166164216

Shades and tints

Shades of #76748E

#76748E
(118,116,142)
#6C6A82
(108,106,130)
#626076
(98,96,118)
#58566A
(88,86,106)
#4E4C5E
(78,76,94)
#444252
(68,66,82)
#3A3846
(58,56,70)
#302E3A
(48,46,58)
#26242E
(38,36,46)
#1C1A22
(28,26,34)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #76748E

#76748E
(118,116,142)
#828098
(130,128,152)
#8E8CA2
(142,140,162)
#9A98AC
(154,152,172)
#A6A4B6
(166,164,182)
#B2B0C0
(178,176,192)
#BEBCCA
(190,188,202)
#CAC8D4
(202,200,212)
#D6D4DE
(214,212,222)
#E2E0E8
(226,224,232)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76748E color. Also use rgb(118,116,142) instead hex code.

Text Font Color

.myTextColor { color: #76748E; }

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

This text font color is #76748E.


Background Color

.myBgColor { background-color: #76748E; }

<div style="background-color:#76748E">Inner text</div>

This div background color is #76748E.


Border color

.myBorderColor { border: 1px solid #76748E; }

<div style="border:3px solid #76748E">Div</div>

This div border color is #76748E.


Opacity

.myOpacity80 { color: #76748E; opacity: 0.8; }

<p style="color:#76748E;opacity:0.8;">80%</p>

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

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

This text has shadow with #76748E color.

.textShadow {text-shadow: 3px 3px 1px #76748E, 3px 3px 1px red;}

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

This text has shadow with #76748E primary color and red secondary color.


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

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

This text has shadow with #76748E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76748E on black background.


Color preview on white background

This text has color #76748E on white background.



Black color preview on #76748E background

This text has black color on #76748E background.


White color preview on #76748E background

This text has white color on #76748E background.