COLOR #76788B

HEX: #76788B
RGB: (118,120,139)

Renk bilgisi

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

RGB renk modeli

#76788B color RGB value is (118,120,139).

  • kırmız ton 118;
  • yeşil ton 120;
  • mavi ton 139.
RGB:
(118,120,139)
(46%,47%,55%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 120 of 255 = 47%
B 139 of 255 = 55%

118
120
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 120 + 139 = 377 (100%)
R 118 of 377 ~ 31.3%
G 120 of 377 ~ 31.83%
B 139 of 377 ~ 36.87%

%31.3
%31.83
%36.87

CMYK RENK MODELİ

#76788B rengi CMYK tonu (15,14,0,45).

  • camgöbeği tonu 15.11%
  • eflatun tonu 13.67%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(15,14,0,45)
C15M14Y0K45 
(15%,14%,0%,45%)
(0.15/0.14/0.00/0.45)	

CMYK yüzdeleri

%15.11
%13.67
%0
%45.49

Codes

Color #76788B in popluar color models

76788B
RGB118120139
HSL234°8.30%50.39%
HSB/HSV234°15.11%54.51%
CMYK15.11%13.67%0.00%
45.49%

Color #76788B in popluar number systems.

HEX76788B
Decimal118120139
Binary1110110111100010001011
Octal166170213

Shades and tints

Shades of #76788B

#76788B
(118,120,139)
#6C6E7F
(108,110,127)
#626473
(98,100,115)
#585A67
(88,90,103)
#4E505B
(78,80,91)
#44464F
(68,70,79)
#3A3C43
(58,60,67)
#303237
(48,50,55)
#26282B
(38,40,43)
#1C1E1F
(28,30,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #76788B

#76788B
(118,120,139)
#828495
(130,132,149)
#8E909F
(142,144,159)
#9A9CA9
(154,156,169)
#A6A8B3
(166,168,179)
#B2B4BD
(178,180,189)
#BEC0C7
(190,192,199)
#CACCD1
(202,204,209)
#D6D8DB
(214,216,219)
#E2E4E5
(226,228,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76788B color. Also use rgb(118,120,139) instead hex code.

Text Font Color

.myTextColor { color: #76788B; }

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

This text font color is #76788B.


Background Color

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

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

This div background color is #76788B.


Border color

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

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

This div border color is #76788B.


Opacity

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

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

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

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

This text has shadow with #76788B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76788B on black background.


Color preview on white background

This text has color #76788B on white background.



Black color preview on #76788B background

This text has black color on #76788B background.


White color preview on #76788B background

This text has white color on #76788B background.