COLOR #76887E

HEX: #76887E
RGB: (118,136,126)

Renk bilgisi

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

RGB renk modeli

#76887E color RGB value is (118,136,126).

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

RGB bağlantıları ve doygunluk

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

118
136
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 136 + 126 = 380 (100%)
R 118 of 380 ~ 31.05%
G 136 of 380 ~ 35.79%
B 126 of 380 ~ 33.16%

%31.05
%35.79
%33.16

CMYK RENK MODELİ

#76887E rengi CMYK tonu (13,0,7,47).

  • camgöbeği tonu 13.24%
  • eflatun tonu 0.00%
  • sarı tonu 7.35%
  • ana renk tonu 46.67%
CMYK:
(13,0,7,47)
C13M0Y7K47 
(13%,0%,7%,47%)
(0.13/0.00/0.07/0.47)	

CMYK yüzdeleri

%13.24
%0
%7.35
%46.67

Codes

Color #76887E in popluar color models

76887E
RGB118136126
HSL147°7.09%49.80%
HSB/HSV147°13.24%53.33%
CMYK13.24%0.00%7.35%
46.67%

Color #76887E in popluar number systems.

HEX76887E
Decimal118136126
Binary1110110100010001111110
Octal166210176

Shades and tints

Shades of #76887E

#76887E
(118,136,126)
#6C7C73
(108,124,115)
#627068
(98,112,104)
#58645D
(88,100,93)
#4E5852
(78,88,82)
#444C47
(68,76,71)
#3A403C
(58,64,60)
#303431
(48,52,49)
#262826
(38,40,38)
#1C1C1B
(28,28,27)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #76887E

#76887E
(118,136,126)
#829289
(130,146,137)
#8E9C94
(142,156,148)
#9AA69F
(154,166,159)
#A6B0AA
(166,176,170)
#B2BAB5
(178,186,181)
#BEC4C0
(190,196,192)
#CACECB
(202,206,203)
#D6D8D6
(214,216,214)
#E2E2E1
(226,226,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76887E; }

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

This text font color is #76887E.


Background Color

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

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

This div background color is #76887E.


Border color

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

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

This div border color is #76887E.


Opacity

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

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

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

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

This text has shadow with #76887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76887E on black background.


Color preview on white background

This text has color #76887E on white background.



Black color preview on #76887E background

This text has black color on #76887E background.


White color preview on #76887E background

This text has white color on #76887E background.