COLOR #788080

HEX: #788080
RGB: (120,128,128)

Renk bilgisi

#788080 contains red, green and blue colors in about the same proportion. #788080 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#788080 color RGB value is (120,128,128).

  • kırmız ton 120;
  • yeşil ton 128;
  • mavi ton 128.
RGB:
(120,128,128)
(47%,50%,50%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 128 of 255 = 50%
B 128 of 255 = 50%

120
128
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 128 + 128 = 376 (100%)
R 120 of 376 ~ 31.91%
G 128 of 376 ~ 34.04%
B 128 of 376 ~ 34.04%

%31.91
%34.04
%34.04

CMYK RENK MODELİ

#788080 rengi CMYK tonu (6,0,0,50).

  • camgöbeği tonu 6.25%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(6,0,0,50)
C6M0Y0K50 
(6%,0%,0%,50%)
(0.06/0.00/0.00/0.50)	

CMYK yüzdeleri

%6.25
%0
%0
%49.8

Codes

Color #788080 in popluar color models

788080
RGB120128128
HSL180°3.23%48.63%
HSB/HSV180°6.25%50.20%
CMYK6.25%0.00%0.00%
49.80%

Color #788080 in popluar number systems.

HEX788080
Decimal120128128
Binary11110001000000010000000
Octal170200200

Shades and tints

Shades of #788080

#788080
(120,128,128)
#6E7575
(110,117,117)
#646A6A
(100,106,106)
#5A5F5F
(90,95,95)
#505454
(80,84,84)
#464949
(70,73,73)
#3C3E3E
(60,62,62)
#323333
(50,51,51)
#282828
(40,40,40)
#1E1D1D
(30,29,29)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #788080

#788080
(120,128,128)
#848B8B
(132,139,139)
#909696
(144,150,150)
#9CA1A1
(156,161,161)
#A8ACAC
(168,172,172)
#B4B7B7
(180,183,183)
#C0C2C2
(192,194,194)
#CCCDCD
(204,205,205)
#D8D8D8
(216,216,216)
#E4E3E3
(228,227,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788080 color. Also use rgb(120,128,128) instead hex code.

Text Font Color

.myTextColor { color: #788080; }

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

This text font color is #788080.


Background Color

.myBgColor { background-color: #788080; }

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

This div background color is #788080.


Border color

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

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

This div border color is #788080.


Opacity

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

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

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

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

This text has shadow with #788080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788080 on black background.


Color preview on white background

This text has color #788080 on white background.



Black color preview on #788080 background

This text has black color on #788080 background.


White color preview on #788080 background

This text has white color on #788080 background.