COLOR #76778A

HEX: #76778A
RGB: (118,119,138)

Renk bilgisi

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

RGB renk modeli

#76778A color RGB value is (118,119,138).

  • kırmız ton 118;
  • yeşil ton 119;
  • mavi ton 138.
RGB:
(118,119,138)
(46%,47%,54%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 119 of 255 = 47%
B 138 of 255 = 54%

118
119
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 119 + 138 = 375 (100%)
R 118 of 375 ~ 31.47%
G 119 of 375 ~ 31.73%
B 138 of 375 ~ 36.8%

%31.47
%31.73
%36.8

CMYK RENK MODELİ

#76778A rengi CMYK tonu (14,14,0,46).

  • camgöbeği tonu 14.49%
  • eflatun tonu 13.77%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(14,14,0,46)
C14M14Y0K46 
(14%,14%,0%,46%)
(0.14/0.14/0.00/0.46)	

CMYK yüzdeleri

%14.49
%13.77
%0
%45.88

Codes

Color #76778A in popluar color models

76778A
RGB118119138
HSL237°7.87%50.20%
HSB/HSV237°14.49%54.12%
CMYK14.49%13.77%0.00%
45.88%

Color #76778A in popluar number systems.

HEX76778A
Decimal118119138
Binary1110110111011110001010
Octal166167212

Shades and tints

Shades of #76778A

#76778A
(118,119,138)
#6C6D7E
(108,109,126)
#626372
(98,99,114)
#585966
(88,89,102)
#4E4F5A
(78,79,90)
#44454E
(68,69,78)
#3A3B42
(58,59,66)
#303136
(48,49,54)
#26272A
(38,39,42)
#1C1D1E
(28,29,30)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #76778A

#76778A
(118,119,138)
#828394
(130,131,148)
#8E8F9E
(142,143,158)
#9A9BA8
(154,155,168)
#A6A7B2
(166,167,178)
#B2B3BC
(178,179,188)
#BEBFC6
(190,191,198)
#CACBD0
(202,203,208)
#D6D7DA
(214,215,218)
#E2E3E4
(226,227,228)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76778A color. Also use rgb(118,119,138) instead hex code.

Text Font Color

.myTextColor { color: #76778A; }

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

This text font color is #76778A.


Background Color

.myBgColor { background-color: #76778A; }

<div style="background-color:#76778A">Inner text</div>

This div background color is #76778A.


Border color

.myBorderColor { border: 1px solid #76778A; }

<div style="border:3px solid #76778A">Div</div>

This div border color is #76778A.


Opacity

.myOpacity80 { color: #76778A; opacity: 0.8; }

<p style="color:#76778A;opacity:0.8;">80%</p>

Text with #76778A 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 #76778A;}

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

This text has shadow with #76778A color.

.textShadow {text-shadow: 3px 3px 1px #76778A, 3px 3px 1px red;}

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

This text has shadow with #76778A primary color and red secondary color.


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

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

This text has shadow with #76778A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76778A on black background.


Color preview on white background

This text has color #76778A on white background.



Black color preview on #76778A background

This text has black color on #76778A background.


White color preview on #76778A background

This text has white color on #76778A background.