COLOR #768478

HEX: #768478
RGB: (118,132,120)

Color info

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

RGB color model

#768478 color RGB value is (118,132,120).

  • red value is 118;
  • green value is 132;
  • blue value is 120.
RGB:
(118,132,120)
(46%,52%,47%)

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 120 of 255 = 47%

118
132
120

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

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 120 = 370 (100%)
R 118 of 370 ~ 31.89%
G 132 of 370 ~ 35.68%
B 120 of 370 ~ 32.43%

%31.89
%35.68
%32.43

CMYK color model

#768478 color CMYK value is (11,0,9,48).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 48.24%
CMYK:
(11,0,9,48)
C11M0Y9K48 
(11%,0%,9%,48%)
(0.11/0.00/0.09/0.48)	

CMYK percentages

%10.61
%0
%9.09
%48.24

Codes

Color #768478 in popluar color models

768478
RGB118132120
HSL129°5.60%49.02%
HSB/HSV129°10.61%51.76%
CMYK10.61%0.00%9.09%
48.24%

Color #768478 in popluar number systems.

HEX768478
Decimal118132120
Binary1110110100001001111000
Octal166204170

Shades and tints

Shades of #768478

#768478
(118,132,120)
#6C786E
(108,120,110)
#626C64
(98,108,100)
#58605A
(88,96,90)
#4E5450
(78,84,80)
#444846
(68,72,70)
#3A3C3C
(58,60,60)
#303032
(48,48,50)
#262428
(38,36,40)
#1C181E
(28,24,30)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #768478

#768478
(118,132,120)
#828F84
(130,143,132)
#8E9A90
(142,154,144)
#9AA59C
(154,165,156)
#A6B0A8
(166,176,168)
#B2BBB4
(178,187,180)
#BEC6C0
(190,198,192)
#CAD1CC
(202,209,204)
#D6DCD8
(214,220,216)
#E2E7E4
(226,231,228)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768478; }

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

This text font color is #768478.


Background Color

.myBgColor { background-color: #768478; }

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

This div background color is #768478.


Border color

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

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

This div border color is #768478.


Opacity

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

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

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

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

This text has shadow with #768478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768478 on black background.


Color preview on white background

This text has color #768478 on white background.



Black color preview on #768478 background

This text has black color on #768478 background.


White color preview on #768478 background

This text has white color on #768478 background.