COLOR #76867E

HEX: #76867E
RGB: (118,134,126)

Renk bilgisi

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

RGB renk modeli

#76867E color RGB value is (118,134,126).

  • kırmız ton 118;
  • yeşil ton 134;
  • mavi ton 126.
RGB:
(118,134,126)
(46%,53%,49%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 134 of 255 = 53%
B 126 of 255 = 49%

118
134
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 134 + 126 = 378 (100%)
R 118 of 378 ~ 31.22%
G 134 of 378 ~ 35.45%
B 126 of 378 ~ 33.33%

%31.22
%35.45
%33.33

CMYK RENK MODELİ

#76867E rengi CMYK tonu (12,0,6,47).

  • camgöbeği tonu 11.94%
  • eflatun tonu 0.00%
  • sarı tonu 5.97%
  • ana renk tonu 47.45%
CMYK:
(12,0,6,47)
C12M0Y6K47 
(12%,0%,6%,47%)
(0.12/0.00/0.06/0.47)	

CMYK yüzdeleri

%11.94
%0
%5.97
%47.45

Codes

Color #76867E in popluar color models

76867E
RGB118134126
HSL150°6.35%49.41%
HSB/HSV150°11.94%52.55%
CMYK11.94%0.00%5.97%
47.45%

Color #76867E in popluar number systems.

HEX76867E
Decimal118134126
Binary1110110100001101111110
Octal166206176

Shades and tints

Shades of #76867E

#76867E
(118,134,126)
#6C7A73
(108,122,115)
#626E68
(98,110,104)
#58625D
(88,98,93)
#4E5652
(78,86,82)
#444A47
(68,74,71)
#3A3E3C
(58,62,60)
#303231
(48,50,49)
#262626
(38,38,38)
#1C1A1B
(28,26,27)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #76867E

#76867E
(118,134,126)
#829189
(130,145,137)
#8E9C94
(142,156,148)
#9AA79F
(154,167,159)
#A6B2AA
(166,178,170)
#B2BDB5
(178,189,181)
#BEC8C0
(190,200,192)
#CAD3CB
(202,211,203)
#D6DED6
(214,222,214)
#E2E9E1
(226,233,225)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76867E color. Also use rgb(118,134,126) instead hex code.

Text Font Color

.myTextColor { color: #76867E; }

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

This text font color is #76867E.


Background Color

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

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

This div background color is #76867E.


Border color

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

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

This div border color is #76867E.


Opacity

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

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

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

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

This text has shadow with #76867E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76867E on black background.


Color preview on white background

This text has color #76867E on white background.



Black color preview on #76867E background

This text has black color on #76867E background.


White color preview on #76867E background

This text has white color on #76867E background.