COLOR #768280

HEX: #768280
RGB: (118,130,128)

Color info

#768280 contains red, green and blue colors in about the same proportion. Web safe color of #768280 is #669966 (or #696).

RGB color model

#768280 color RGB value is (118,130,128).

  • red value is 118;
  • green value is 130;
  • blue value is 128.
RGB:
(118,130,128)
(46%,51%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 130 of 255 = 51%
B 128 of 255 = 50%

118
130
128

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

Portions of RGB colors in percentages

R + G + B =
118 + 130 + 128 = 376 (100%)
R 118 of 376 ~ 31.38%
G 130 of 376 ~ 34.57%
B 128 of 376 ~ 34.04%

%31.38
%34.57
%34.04

CMYK color model

#768280 color CMYK value is (9,0,2,49).

  • cyan value is 9.23%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(9,0,2,49)
C9M0Y2K49 
(9%,0%,2%,49%)
(0.09/0.00/0.02/0.49)	

CMYK percentages

%9.23
%0
%1.54
%49.02

Codes

Color #768280 in popluar color models

768280
RGB118130128
HSL170°4.84%48.63%
HSB/HSV170°9.23%50.98%
CMYK9.23%0.00%1.54%
49.02%

Color #768280 in popluar number systems.

HEX768280
Decimal118130128
Binary11101101000001010000000
Octal166202200

Shades and tints

Shades of #768280

#768280
(118,130,128)
#6C7775
(108,119,117)
#626C6A
(98,108,106)
#58615F
(88,97,95)
#4E5654
(78,86,84)
#444B49
(68,75,73)
#3A403E
(58,64,62)
#303533
(48,53,51)
#262A28
(38,42,40)
#1C1F1D
(28,31,29)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #768280

#768280
(118,130,128)
#828D8B
(130,141,139)
#8E9896
(142,152,150)
#9AA3A1
(154,163,161)
#A6AEAC
(166,174,172)
#B2B9B7
(178,185,183)
#BEC4C2
(190,196,194)
#CACFCD
(202,207,205)
#D6DAD8
(214,218,216)
#E2E5E3
(226,229,227)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768280; }

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

This text font color is #768280.


Background Color

.myBgColor { background-color: #768280; }

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

This div background color is #768280.


Border color

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

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

This div border color is #768280.


Opacity

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

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

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

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

This text has shadow with #768280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768280 on black background.


Color preview on white background

This text has color #768280 on white background.



Black color preview on #768280 background

This text has black color on #768280 background.


White color preview on #768280 background

This text has white color on #768280 background.