COLOR #76A888

HEX: #76A888
RGB: (118,168,136)

Renk bilgisi

#76A888 contains red, green and blue colors in about the same proportion. #76A888 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#76A888 color RGB value is (118,168,136).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 168 of 255 = 66%
B 136 of 255 = 53%

118
168
136

R + G + B ~ 55%. #76A888 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 168 + 136 = 422 (100%)
R 118 of 422 ~ 27.96%
G 168 of 422 ~ 39.81%
B 136 of 422 ~ 32.23%

%27.96
%39.81
%32.23

CMYK RENK MODELİ

#76A888 rengi CMYK tonu (30,0,19,34).

  • camgöbeği tonu 29.76%
  • eflatun tonu 0.00%
  • sarı tonu 19.05%
  • ana renk tonu 34.12%
CMYK:
(30,0,19,34)
C30M0Y19K34 
(30%,0%,19%,34%)
(0.30/0.00/0.19/0.34)	

CMYK yüzdeleri

%29.76
%0
%19.05
%34.12

Codes

Color #76A888 in popluar color models

76A888
RGB118168136
HSL142°22.32%56.08%
HSB/HSV142°29.76%65.88%
CMYK29.76%0.00%19.05%
34.12%

Color #76A888 in popluar number systems.

HEX76A888
Decimal118168136
Binary11101101010100010001000
Octal166250210

Shades and tints

Shades of #76A888

#76A888
(118,168,136)
#6C997C
(108,153,124)
#628A70
(98,138,112)
#587B64
(88,123,100)
#4E6C58
(78,108,88)
#445D4C
(68,93,76)
#3A4E40
(58,78,64)
#303F34
(48,63,52)
#263028
(38,48,40)
#1C211C
(28,33,28)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #76A888

#76A888
(118,168,136)
#82AF92
(130,175,146)
#8EB69C
(142,182,156)
#9ABDA6
(154,189,166)
#A6C4B0
(166,196,176)
#B2CBBA
(178,203,186)
#BED2C4
(190,210,196)
#CAD9CE
(202,217,206)
#D6E0D8
(214,224,216)
#E2E7E2
(226,231,226)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A888 color. Also use rgb(118,168,136) instead hex code.

Text Font Color

.myTextColor { color: #76A888; }

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

This text font color is #76A888.


Background Color

.myBgColor { background-color: #76A888; }

<div style="background-color:#76A888">Inner text</div>

This div background color is #76A888.


Border color

.myBorderColor { border: 1px solid #76A888; }

<div style="border:3px solid #76A888">Div</div>

This div border color is #76A888.


Opacity

.myOpacity80 { color: #76A888; opacity: 0.8; }

<p style="color:#76A888;opacity:0.8;">80%</p>

Text with #76A888 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 #76A888;}

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

This text has shadow with #76A888 color.

.textShadow {text-shadow: 3px 3px 1px #76A888, 3px 3px 1px red;}

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

This text has shadow with #76A888 primary color and red secondary color.


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

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

This text has shadow with #76A888 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A888 on black background.


Color preview on white background

This text has color #76A888 on white background.



Black color preview on #76A888 background

This text has black color on #76A888 background.


White color preview on #76A888 background

This text has white color on #76A888 background.