COLOR #76897C

HEX: #76897C
RGB: (118,137,124)

Renk bilgisi

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

RGB renk modeli

#76897C color RGB value is (118,137,124).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 137 of 255 = 54%
B 124 of 255 = 49%

118
137
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 137 + 124 = 379 (100%)
R 118 of 379 ~ 31.13%
G 137 of 379 ~ 36.15%
B 124 of 379 ~ 32.72%

%31.13
%36.15
%32.72

CMYK RENK MODELİ

#76897C rengi CMYK tonu (14,0,9,46).

  • camgöbeği tonu 13.87%
  • eflatun tonu 0.00%
  • sarı tonu 9.49%
  • ana renk tonu 46.27%
CMYK:
(14,0,9,46)
C14M0Y9K46 
(14%,0%,9%,46%)
(0.14/0.00/0.09/0.46)	

CMYK yüzdeleri

%13.87
%0
%9.49
%46.27

Codes

Color #76897C in popluar color models

76897C
RGB118137124
HSL139°7.45%50.00%
HSB/HSV139°13.87%53.73%
CMYK13.87%0.00%9.49%
46.27%

Color #76897C in popluar number systems.

HEX76897C
Decimal118137124
Binary1110110100010011111100
Octal166211174

Shades and tints

Shades of #76897C

#76897C
(118,137,124)
#6C7D71
(108,125,113)
#627166
(98,113,102)
#58655B
(88,101,91)
#4E5950
(78,89,80)
#444D45
(68,77,69)
#3A413A
(58,65,58)
#30352F
(48,53,47)
#262924
(38,41,36)
#1C1D19
(28,29,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #76897C

#76897C
(118,137,124)
#829387
(130,147,135)
#8E9D92
(142,157,146)
#9AA79D
(154,167,157)
#A6B1A8
(166,177,168)
#B2BBB3
(178,187,179)
#BEC5BE
(190,197,190)
#CACFC9
(202,207,201)
#D6D9D4
(214,217,212)
#E2E3DF
(226,227,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76897C; }

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

This text font color is #76897C.


Background Color

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

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

This div background color is #76897C.


Border color

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

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

This div border color is #76897C.


Opacity

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

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

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

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

This text has shadow with #76897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76897C on black background.


Color preview on white background

This text has color #76897C on white background.



Black color preview on #76897C background

This text has black color on #76897C background.


White color preview on #76897C background

This text has white color on #76897C background.