COLOR #765862

HEX: #765862
RGB: (118,88,98)

Color info

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

RGB color model

#765862 color RGB value is (118,88,98).

  • red value is 118;
  • green value is 88;
  • blue value is 98.
RGB:
(118,88,98)
(46%,35%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 88 of 255 = 35%
B 98 of 255 = 38%

118
88
98

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

Portions of RGB colors in percentages

R + G + B =
118 + 88 + 98 = 304 (100%)
R 118 of 304 ~ 38.82%
G 88 of 304 ~ 28.95%
B 98 of 304 ~ 32.24%

%38.82
%28.95
%32.24

CMYK color model

#765862 color CMYK value is (0,25,17,54).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(0,25,17,54)
C0M25Y17K54 
(0%,25%,17%,54%)
(0.00/0.25/0.17/0.54)	

CMYK percentages

%0
%25.42
%16.95
%53.73

Codes

Color #765862 in popluar color models

765862
RGB1188898
HSL340°14.56%40.39%
HSB/HSV340°25.42%46.27%
CMYK0.00%25.42%16.95%
53.73%

Color #765862 in popluar number systems.

HEX765862
Decimal1188898
Binary111011010110001100010
Octal166130142

Shades and tints

Shades of #765862

#765862
(118,88,98)
#6C505A
(108,80,90)
#624852
(98,72,82)
#58404A
(88,64,74)
#4E3842
(78,56,66)
#44303A
(68,48,58)
#3A2832
(58,40,50)
#30202A
(48,32,42)
#261822
(38,24,34)
#1C101A
(28,16,26)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #765862

#765862
(118,88,98)
#826770
(130,103,112)
#8E767E
(142,118,126)
#9A858C
(154,133,140)
#A6949A
(166,148,154)
#B2A3A8
(178,163,168)
#BEB2B6
(190,178,182)
#CAC1C4
(202,193,196)
#D6D0D2
(214,208,210)
#E2DFE0
(226,223,224)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765862 color. Also use rgb(118,88,98) instead hex code.

Text Font Color

.myTextColor { color: #765862; }

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

This text font color is #765862.


Background Color

.myBgColor { background-color: #765862; }

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

This div background color is #765862.


Border color

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

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

This div border color is #765862.


Opacity

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

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

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

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

This text has shadow with #765862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765862 on black background.


Color preview on white background

This text has color #765862 on white background.



Black color preview on #765862 background

This text has black color on #765862 background.


White color preview on #765862 background

This text has white color on #765862 background.