COLOR #76889B

HEX: #76889B
RGB: (118,136,155)

Renk bilgisi

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

RGB renk modeli

#76889B color RGB value is (118,136,155).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 136 of 255 = 53%
B 155 of 255 = 61%

118
136
155

R + G + B ~ 53%. #76889B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 136 + 155 = 409 (100%)
R 118 of 409 ~ 28.85%
G 136 of 409 ~ 33.25%
B 155 of 409 ~ 37.9%

%28.85
%33.25
%37.9

CMYK RENK MODELİ

#76889B rengi CMYK tonu (24,12,0,39).

  • camgöbeği tonu 23.87%
  • eflatun tonu 12.26%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(24,12,0,39)
C24M12Y0K39 
(24%,12%,0%,39%)
(0.24/0.12/0.00/0.39)	

CMYK yüzdeleri

%23.87
%12.26
%0
%39.22

Codes

Color #76889B in popluar color models

76889B
RGB118136155
HSL211°15.61%53.53%
HSB/HSV211°23.87%60.78%
CMYK23.87%12.26%0.00%
39.22%

Color #76889B in popluar number systems.

HEX76889B
Decimal118136155
Binary11101101000100010011011
Octal166210233

Shades and tints

Shades of #76889B

#76889B
(118,136,155)
#6C7C8D
(108,124,141)
#62707F
(98,112,127)
#586471
(88,100,113)
#4E5863
(78,88,99)
#444C55
(68,76,85)
#3A4047
(58,64,71)
#303439
(48,52,57)
#26282B
(38,40,43)
#1C1C1D
(28,28,29)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #76889B

#76889B
(118,136,155)
#8292A4
(130,146,164)
#8E9CAD
(142,156,173)
#9AA6B6
(154,166,182)
#A6B0BF
(166,176,191)
#B2BAC8
(178,186,200)
#BEC4D1
(190,196,209)
#CACEDA
(202,206,218)
#D6D8E3
(214,216,227)
#E2E2EC
(226,226,236)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76889B color. Also use rgb(118,136,155) instead hex code.

Text Font Color

.myTextColor { color: #76889B; }

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

This text font color is #76889B.


Background Color

.myBgColor { background-color: #76889B; }

<div style="background-color:#76889B">Inner text</div>

This div background color is #76889B.


Border color

.myBorderColor { border: 1px solid #76889B; }

<div style="border:3px solid #76889B">Div</div>

This div border color is #76889B.


Opacity

.myOpacity80 { color: #76889B; opacity: 0.8; }

<p style="color:#76889B;opacity:0.8;">80%</p>

Text with #76889B 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 #76889B;}

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

This text has shadow with #76889B color.

.textShadow {text-shadow: 3px 3px 1px #76889B, 3px 3px 1px red;}

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

This text has shadow with #76889B primary color and red secondary color.


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

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

This text has shadow with #76889B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76889B on black background.


Color preview on white background

This text has color #76889B on white background.



Black color preview on #76889B background

This text has black color on #76889B background.


White color preview on #76889B background

This text has white color on #76889B background.