COLOR #767288

HEX: #767288
RGB: (118,114,136)

Color info

#767288 contains red, green and blue colors in about the same proportion. Web safe color of #767288 is #666699 (or #669).

RGB color model

#767288 color RGB value is (118,114,136).

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

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 136 of 255 = 53%

118
114
136

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

Portions of RGB colors in percentages

R + G + B =
118 + 114 + 136 = 368 (100%)
R 118 of 368 ~ 32.07%
G 114 of 368 ~ 30.98%
B 136 of 368 ~ 36.96%

%32.07
%30.98
%36.96

CMYK color model

#767288 color CMYK value is (13,16,0,47).

  • cyan value is 13.24%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,16,0,47)
C13M16Y0K47 
(13%,16%,0%,47%)
(0.13/0.16/0.00/0.47)	

CMYK percentages

%13.24
%16.18
%0
%46.67

Codes

Color #767288 in popluar color models

767288
RGB118114136
HSL251°8.80%49.02%
HSB/HSV251°16.18%53.33%
CMYK13.24%16.18%0.00%
46.67%

Color #767288 in popluar number systems.

HEX767288
Decimal118114136
Binary1110110111001010001000
Octal166162210

Shades and tints

Shades of #767288

#767288
(118,114,136)
#6C687C
(108,104,124)
#625E70
(98,94,112)
#585464
(88,84,100)
#4E4A58
(78,74,88)
#44404C
(68,64,76)
#3A3640
(58,54,64)
#302C34
(48,44,52)
#262228
(38,34,40)
#1C181C
(28,24,28)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #767288

#767288
(118,114,136)
#827E92
(130,126,146)
#8E8A9C
(142,138,156)
#9A96A6
(154,150,166)
#A6A2B0
(166,162,176)
#B2AEBA
(178,174,186)
#BEBAC4
(190,186,196)
#CAC6CE
(202,198,206)
#D6D2D8
(214,210,216)
#E2DEE2
(226,222,226)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767288 color. Also use rgb(118,114,136) instead hex code.

Text Font Color

.myTextColor { color: #767288; }

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

This text font color is #767288.


Background Color

.myBgColor { background-color: #767288; }

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

This div background color is #767288.


Border color

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

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

This div border color is #767288.


Opacity

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

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

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

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

This text has shadow with #767288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767288 on black background.


Color preview on white background

This text has color #767288 on white background.



Black color preview on #767288 background

This text has black color on #767288 background.


White color preview on #767288 background

This text has white color on #767288 background.