COLOR #76887C

HEX: #76887C
RGB: (118,136,124)

Renk bilgisi

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

RGB renk modeli

#76887C color RGB value is (118,136,124).

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

RGB bağlantıları ve doygunluk

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

118
136
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 136 + 124 = 378 (100%)
R 118 of 378 ~ 31.22%
G 136 of 378 ~ 35.98%
B 124 of 378 ~ 32.8%

%31.22
%35.98
%32.8

CMYK RENK MODELİ

#76887C rengi CMYK tonu (13,0,9,47).

  • camgöbeği tonu 13.24%
  • eflatun tonu 0.00%
  • sarı tonu 8.82%
  • ana renk tonu 46.67%
CMYK:
(13,0,9,47)
C13M0Y9K47 
(13%,0%,9%,47%)
(0.13/0.00/0.09/0.47)	

CMYK yüzdeleri

%13.24
%0
%8.82
%46.67

Codes

Color #76887C in popluar color models

76887C
RGB118136124
HSL140°7.09%49.80%
HSB/HSV140°13.24%53.33%
CMYK13.24%0.00%8.82%
46.67%

Color #76887C in popluar number systems.

HEX76887C
Decimal118136124
Binary1110110100010001111100
Octal166210174

Shades and tints

Shades of #76887C

#76887C
(118,136,124)
#6C7C71
(108,124,113)
#627066
(98,112,102)
#58645B
(88,100,91)
#4E5850
(78,88,80)
#444C45
(68,76,69)
#3A403A
(58,64,58)
#30342F
(48,52,47)
#262824
(38,40,36)
#1C1C19
(28,28,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #76887C

#76887C
(118,136,124)
#829287
(130,146,135)
#8E9C92
(142,156,146)
#9AA69D
(154,166,157)
#A6B0A8
(166,176,168)
#B2BAB3
(178,186,179)
#BEC4BE
(190,196,190)
#CACEC9
(202,206,201)
#D6D8D4
(214,216,212)
#E2E2DF
(226,226,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76887C; }

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

This text font color is #76887C.


Background Color

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

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

This div background color is #76887C.


Border color

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

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

This div border color is #76887C.


Opacity

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

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

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

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

This text has shadow with #76887C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76887C on black background.


Color preview on white background

This text has color #76887C on white background.



Black color preview on #76887C background

This text has black color on #76887C background.


White color preview on #76887C background

This text has white color on #76887C background.