COLOR #768074

HEX: #768074
RGB: (118,128,116)

Color info

#768074 contains red, green and blue colors in about the same proportion. Web safe color of #768074 is #666666 (or #666).

RGB color model

#768074 color RGB value is (118,128,116).

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

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 116 of 255 = 45%

118
128
116

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 116 = 362 (100%)
R 118 of 362 ~ 32.6%
G 128 of 362 ~ 35.36%
B 116 of 362 ~ 32.04%

%32.6
%35.36
%32.04

CMYK color model

#768074 color CMYK value is (8,0,9,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 49.80%
CMYK:
(8,0,9,50)
C8M0Y9K50 
(8%,0%,9%,50%)
(0.08/0.00/0.09/0.50)	

CMYK percentages

%7.81
%0
%9.38
%49.8

Codes

Color #768074 in popluar color models

768074
RGB118128116
HSL110°4.92%47.84%
HSB/HSV110°9.38%50.20%
CMYK7.81%0.00%9.38%
49.80%

Color #768074 in popluar number systems.

HEX768074
Decimal118128116
Binary1110110100000001110100
Octal166200164

Shades and tints

Shades of #768074

#768074
(118,128,116)
#6C756A
(108,117,106)
#626A60
(98,106,96)
#585F56
(88,95,86)
#4E544C
(78,84,76)
#444942
(68,73,66)
#3A3E38
(58,62,56)
#30332E
(48,51,46)
#262824
(38,40,36)
#1C1D1A
(28,29,26)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #768074

#768074
(118,128,116)
#828B80
(130,139,128)
#8E968C
(142,150,140)
#9AA198
(154,161,152)
#A6ACA4
(166,172,164)
#B2B7B0
(178,183,176)
#BEC2BC
(190,194,188)
#CACDC8
(202,205,200)
#D6D8D4
(214,216,212)
#E2E3E0
(226,227,224)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768074; }

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

This text font color is #768074.


Background Color

.myBgColor { background-color: #768074; }

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

This div background color is #768074.


Border color

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

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

This div border color is #768074.


Opacity

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

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

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

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

This text has shadow with #768074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768074 on black background.


Color preview on white background

This text has color #768074 on white background.



Black color preview on #768074 background

This text has black color on #768074 background.


White color preview on #768074 background

This text has white color on #768074 background.