COLOR #76789C

HEX: #76789C
RGB: (118,120,156)

Renk bilgisi

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

RGB renk modeli

#76789C color RGB value is (118,120,156).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 120 of 255 = 47%
B 156 of 255 = 61%

118
120
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 120 + 156 = 394 (100%)
R 118 of 394 ~ 29.95%
G 120 of 394 ~ 30.46%
B 156 of 394 ~ 39.59%

%29.95
%30.46
%39.59

CMYK RENK MODELİ

#76789C rengi CMYK tonu (24,23,0,39).

  • camgöbeği tonu 24.36%
  • eflatun tonu 23.08%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(24,23,0,39)
C24M23Y0K39 
(24%,23%,0%,39%)
(0.24/0.23/0.00/0.39)	

CMYK yüzdeleri

%24.36
%23.08
%0
%38.82

Codes

Color #76789C in popluar color models

76789C
RGB118120156
HSL237°16.10%53.73%
HSB/HSV237°24.36%61.18%
CMYK24.36%23.08%0.00%
38.82%

Color #76789C in popluar number systems.

HEX76789C
Decimal118120156
Binary1110110111100010011100
Octal166170234

Shades and tints

Shades of #76789C

#76789C
(118,120,156)
#6C6E8E
(108,110,142)
#626480
(98,100,128)
#585A72
(88,90,114)
#4E5064
(78,80,100)
#444656
(68,70,86)
#3A3C48
(58,60,72)
#30323A
(48,50,58)
#26282C
(38,40,44)
#1C1E1E
(28,30,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #76789C

#76789C
(118,120,156)
#8284A5
(130,132,165)
#8E90AE
(142,144,174)
#9A9CB7
(154,156,183)
#A6A8C0
(166,168,192)
#B2B4C9
(178,180,201)
#BEC0D2
(190,192,210)
#CACCDB
(202,204,219)
#D6D8E4
(214,216,228)
#E2E4ED
(226,228,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76789C color. Also use rgb(118,120,156) instead hex code.

Text Font Color

.myTextColor { color: #76789C; }

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

This text font color is #76789C.


Background Color

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

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

This div background color is #76789C.


Border color

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

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

This div border color is #76789C.


Opacity

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

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

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

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

This text has shadow with #76789C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76789C on black background.


Color preview on white background

This text has color #76789C on white background.



Black color preview on #76789C background

This text has black color on #76789C background.


White color preview on #76789C background

This text has white color on #76789C background.