COLOR #768674

HEX: #768674
RGB: (118,134,116)

Color info

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

RGB color model

#768674 color RGB value is (118,134,116).

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

RGB channels and saturation

R 118 of 255 = 46%
G 134 of 255 = 53%
B 116 of 255 = 45%

118
134
116

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

Portions of RGB colors in percentages

R + G + B =
118 + 134 + 116 = 368 (100%)
R 118 of 368 ~ 32.07%
G 134 of 368 ~ 36.41%
B 116 of 368 ~ 31.52%

%32.07
%36.41
%31.52

CMYK color model

#768674 color CMYK value is (12,0,13,47).

  • cyan value is 11.94%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(12,0,13,47)
C12M0Y13K47 
(12%,0%,13%,47%)
(0.12/0.00/0.13/0.47)	

CMYK percentages

%11.94
%0
%13.43
%47.45

Codes

Color #768674 in popluar color models

768674
RGB118134116
HSL113°7.20%49.02%
HSB/HSV113°13.43%52.55%
CMYK11.94%0.00%13.43%
47.45%

Color #768674 in popluar number systems.

HEX768674
Decimal118134116
Binary1110110100001101110100
Octal166206164

Shades and tints

Shades of #768674

#768674
(118,134,116)
#6C7A6A
(108,122,106)
#626E60
(98,110,96)
#586256
(88,98,86)
#4E564C
(78,86,76)
#444A42
(68,74,66)
#3A3E38
(58,62,56)
#30322E
(48,50,46)
#262624
(38,38,36)
#1C1A1A
(28,26,26)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #768674

#768674
(118,134,116)
#829180
(130,145,128)
#8E9C8C
(142,156,140)
#9AA798
(154,167,152)
#A6B2A4
(166,178,164)
#B2BDB0
(178,189,176)
#BEC8BC
(190,200,188)
#CAD3C8
(202,211,200)
#D6DED4
(214,222,212)
#E2E9E0
(226,233,224)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768674; }

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

This text font color is #768674.


Background Color

.myBgColor { background-color: #768674; }

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

This div background color is #768674.


Border color

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

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

This div border color is #768674.


Opacity

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

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

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

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

This text has shadow with #768674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768674 on black background.


Color preview on white background

This text has color #768674 on white background.



Black color preview on #768674 background

This text has black color on #768674 background.


White color preview on #768674 background

This text has white color on #768674 background.