COLOR #076B80

HEX: #076B80
RGB: (7,107,128)

Renk bilgisi

#076B80 contains mainly green and blue colors. #076B80 ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#076B80 color RGB value is (7,107,128).

  • kırmız ton 7;
  • yeşil ton 107;
  • mavi ton 128.
RGB:
(7,107,128)
(3%,42%,50%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 107 of 255 = 42%
B 128 of 255 = 50%

7
107
128

R + G + B ~ 32%. #076B80 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 107 + 128 = 242 (100%)
R 7 of 242 ~ 2.89%
G 107 of 242 ~ 44.21%
B 128 of 242 ~ 52.89%

%44.21
%52.89

CMYK RENK MODELİ

#076B80 rengi CMYK tonu (95,16,0,50).

  • camgöbeği tonu 94.53%
  • eflatun tonu 16.41%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(95,16,0,50)
C95M16Y0K50 
(95%,16%,0%,50%)
(0.95/0.16/0.00/0.50)	

CMYK yüzdeleri

%94.53
%16.41
%0
%49.8

Codes

Color #076B80 in popluar color models

076B80
RGB7107128
HSL190°89.63%26.47%
HSB/HSV190°94.53%50.20%
CMYK94.53%16.41%0.00%
49.80%

Color #076B80 in popluar number systems.

HEX076B80
Decimal7107128
Binary111110101110000000
Octal7153200

Shades and tints

Shades of #076B80

#076B80
(7,107,128)
#076275
(7,98,117)
#07596A
(7,89,106)
#07505F
(7,80,95)
#074754
(7,71,84)
#073E49
(7,62,73)
#07353E
(7,53,62)
#072C33
(7,44,51)
#072328
(7,35,40)
#071A1D
(7,26,29)
#071112
(7,17,18)
#000000
(0,0,0)

Tints of #076B80

#076B80
(7,107,128)
#1D788B
(29,120,139)
#338596
(51,133,150)
#4992A1
(73,146,161)
#5F9FAC
(95,159,172)
#75ACB7
(117,172,183)
#8BB9C2
(139,185,194)
#A1C6CD
(161,198,205)
#B7D3D8
(183,211,216)
#CDE0E3
(205,224,227)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076B80 color. Also use rgb(7,107,128) instead hex code.

Text Font Color

.myTextColor { color: #076B80; }

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

This text font color is #076B80.


Background Color

.myBgColor { background-color: #076B80; }

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

This div background color is #076B80.


Border color

.myBorderColor { border: 1px solid #076B80; }

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

This div border color is #076B80.


Opacity

.myOpacity80 { color: #076B80; opacity: 0.8; }

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

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

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

This text has shadow with #076B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076B80 on black background.


Color preview on white background

This text has color #076B80 on white background.



Black color preview on #076B80 background

This text has black color on #076B80 background.


White color preview on #076B80 background

This text has white color on #076B80 background.