COLOR #765F7F

HEX: #765F7F
RGB: (118,95,127)

Color info

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

RGB color model

#765F7F color RGB value is (118,95,127).

  • red value is 118;
  • green value is 95;
  • blue value is 127.
RGB:
(118,95,127)
(46%,37%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 127 of 255 = 50%

118
95
127

R + G + B ~ 44%. #765F7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 95 + 127 = 340 (100%)
R 118 of 340 ~ 34.71%
G 95 of 340 ~ 27.94%
B 127 of 340 ~ 37.35%

%34.71
%27.94
%37.35

CMYK color model

#765F7F color CMYK value is (7,25,0,50).

  • cyan value is 7.09%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(7,25,0,50)
C7M25Y0K50 
(7%,25%,0%,50%)
(0.07/0.25/0.00/0.50)	

CMYK percentages

%7.09
%25.2
%0
%50.2

Codes

Color #765F7F in popluar color models

765F7F
RGB11895127
HSL283°14.41%43.53%
HSB/HSV283°25.20%49.80%
CMYK7.09%25.20%0.00%
50.20%

Color #765F7F in popluar number systems.

HEX765F7F
Decimal11895127
Binary111011010111111111111
Octal166137177

Shades and tints

Shades of #765F7F

#765F7F
(118,95,127)
#6C5774
(108,87,116)
#624F69
(98,79,105)
#58475E
(88,71,94)
#4E3F53
(78,63,83)
#443748
(68,55,72)
#3A2F3D
(58,47,61)
#302732
(48,39,50)
#261F27
(38,31,39)
#1C171C
(28,23,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #765F7F

#765F7F
(118,95,127)
#826D8A
(130,109,138)
#8E7B95
(142,123,149)
#9A89A0
(154,137,160)
#A697AB
(166,151,171)
#B2A5B6
(178,165,182)
#BEB3C1
(190,179,193)
#CAC1CC
(202,193,204)
#D6CFD7
(214,207,215)
#E2DDE2
(226,221,226)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765F7F color. Also use rgb(118,95,127) instead hex code.

Text Font Color

.myTextColor { color: #765F7F; }

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

This text font color is #765F7F.


Background Color

.myBgColor { background-color: #765F7F; }

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

This div background color is #765F7F.


Border color

.myBorderColor { border: 1px solid #765F7F; }

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

This div border color is #765F7F.


Opacity

.myOpacity80 { color: #765F7F; opacity: 0.8; }

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

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

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

This text has shadow with #765F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765F7F on black background.


Color preview on white background

This text has color #765F7F on white background.



Black color preview on #765F7F background

This text has black color on #765F7F background.


White color preview on #765F7F background

This text has white color on #765F7F background.