COLOR #000776

HEX: #000776
RGB: (0,7,118)

Renk bilgisi

#000776 contains mainly blue color. #000776 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#000776 color RGB value is (0,7,118).

  • kırmız ton 0;
  • yeşil ton 7;
  • mavi ton 118.
RGB:
(0,7,118)
(0%,3%,46%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 7 of 255 = 3%
B 118 of 255 = 46%

0
7
118

R + G + B ~ 16%. #000776 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 7 + 118 = 125 (100%)
R 0 of 125 ~ 0%
G 7 of 125 ~ 5.6%
B 118 of 125 ~ 94.4%

%94.4

CMYK RENK MODELİ

#000776 rengi CMYK tonu (100,94,0,54).

  • camgöbeği tonu 100.00%
  • eflatun tonu 94.07%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(100,94,0,54)
C100M94Y0K54 
(100%,94%,0%,54%)
(1.00/0.94/0.00/0.54)	

CMYK yüzdeleri

%100
%94.07
%0
%53.73

Codes

Color #000776 in popluar color models

000776
RGB07118
HSL236°100.00%23.14%
HSB/HSV236°100.00%46.27%
CMYK100.00%94.07%0.00%
53.73%

Color #000776 in popluar number systems.

HEX000776
Decimal07118
Binary01111110110
Octal07166

Shades and tints

Shades of #000776

#000776
(0,7,118)
#00076C
(0,7,108)
#000762
(0,7,98)
#000758
(0,7,88)
#00074E
(0,7,78)
#000744
(0,7,68)
#00073A
(0,7,58)
#000730
(0,7,48)
#000726
(0,7,38)
#00071C
(0,7,28)
#000712
(0,7,18)
#000000
(0,0,0)

Tints of #000776

#000776
(0,7,118)
#171D82
(23,29,130)
#2E338E
(46,51,142)
#45499A
(69,73,154)
#5C5FA6
(92,95,166)
#7375B2
(115,117,178)
#8A8BBE
(138,139,190)
#A1A1CA
(161,161,202)
#B8B7D6
(184,183,214)
#CFCDE2
(207,205,226)
#E6E3EE
(230,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000776 color. Also use rgb(0,7,118) instead hex code.

Text Font Color

.myTextColor { color: #000776; }

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

This text font color is #000776.


Background Color

.myBgColor { background-color: #000776; }

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

This div background color is #000776.


Border color

.myBorderColor { border: 1px solid #000776; }

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

This div border color is #000776.


Opacity

.myOpacity80 { color: #000776; opacity: 0.8; }

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

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

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

This text has shadow with #000776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000776 on black background.


Color preview on white background

This text has color #000776 on white background.



Black color preview on #000776 background

This text has black color on #000776 background.


White color preview on #000776 background

This text has white color on #000776 background.