COLOR #0766C0

HEX: #0766C0
RGB: (7,102,192)

Color info

#0766C0 contains mainly blue color. Web safe color of #0766C0 is #0066CC (or #06C).

RGB color model

#0766C0 color RGB value is (7,102,192).

  • red value is 7;
  • green value is 102;
  • blue value is 192.
RGB:
(7,102,192)
(3%,40%,75%)

RGB channels and saturation

R 7 of 255 = 3%
G 102 of 255 = 40%
B 192 of 255 = 75%

7
102
192

R + G + B ~ 39%. #0766C0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 102 + 192 = 301 (100%)
R 7 of 301 ~ 2.33%
G 102 of 301 ~ 33.89%
B 192 of 301 ~ 63.79%

%33.89
%63.79

CMYK color model

#0766C0 color CMYK value is (96,47,0,25).

  • cyan value is 96.35%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(96,47,0,25)
C96M47Y0K25 
(96%,47%,0%,25%)
(0.96/0.47/0.00/0.25)	

CMYK percentages

%96.35
%46.88
%0
%24.71

Codes

Color #0766C0 in popluar color models

0766C0
RGB7102192
HSL209°92.96%39.02%
HSB/HSV209°96.35%75.29%
CMYK96.35%46.88%0.00%
24.71%

Color #0766C0 in popluar number systems.

HEX0766C0
Decimal7102192
Binary111110011011000000
Octal7146300

Shades and tints

Shades of #0766C0

#0766C0
(7,102,192)
#075DAF
(7,93,175)
#07549E
(7,84,158)
#074B8D
(7,75,141)
#07427C
(7,66,124)
#07396B
(7,57,107)
#07305A
(7,48,90)
#072749
(7,39,73)
#071E38
(7,30,56)
#071527
(7,21,39)
#070C16
(7,12,22)
#000000
(0,0,0)

Tints of #0766C0

#0766C0
(7,102,192)
#1D73C5
(29,115,197)
#3380CA
(51,128,202)
#498DCF
(73,141,207)
#5F9AD4
(95,154,212)
#75A7D9
(117,167,217)
#8BB4DE
(139,180,222)
#A1C1E3
(161,193,227)
#B7CEE8
(183,206,232)
#CDDBED
(205,219,237)
#E3E8F2
(227,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0766C0 color. Also use rgb(7,102,192) instead hex code.

Text Font Color

.myTextColor { color: #0766C0; }

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

This text font color is #0766C0.


Background Color

.myBgColor { background-color: #0766C0; }

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

This div background color is #0766C0.


Border color

.myBorderColor { border: 1px solid #0766C0; }

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

This div border color is #0766C0.


Opacity

.myOpacity80 { color: #0766C0; opacity: 0.8; }

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

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

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

This text has shadow with #0766C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0766C0 on black background.


Color preview on white background

This text has color #0766C0 on white background.



Black color preview on #0766C0 background

This text has black color on #0766C0 background.


White color preview on #0766C0 background

This text has white color on #0766C0 background.