COLOR #76536F

HEX: #76536F
RGB: (118,83,111)

Color info

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

RGB color model

#76536F color RGB value is (118,83,111).

  • red value is 118;
  • green value is 83;
  • blue value is 111.
RGB:
(118,83,111)
(46%,33%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 83 of 255 = 33%
B 111 of 255 = 44%

118
83
111

R + G + B ~ 41%. #76536F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 83 + 111 = 312 (100%)
R 118 of 312 ~ 37.82%
G 83 of 312 ~ 26.6%
B 111 of 312 ~ 35.58%

%37.82
%26.6
%35.58

CMYK color model

#76536F color CMYK value is (0,30,6,54).

  • cyan value is 0.00%
  • magenta value is 29.66%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(0,30,6,54)
C0M30Y6K54 
(0%,30%,6%,54%)
(0.00/0.30/0.06/0.54)	

CMYK percentages

%0
%29.66
%5.93
%53.73

Codes

Color #76536F in popluar color models

76536F
RGB11883111
HSL312°17.41%39.41%
HSB/HSV312°29.66%46.27%
CMYK0.00%29.66%5.93%
53.73%

Color #76536F in popluar number systems.

HEX76536F
Decimal11883111
Binary111011010100111101111
Octal166123157

Shades and tints

Shades of #76536F

#76536F
(118,83,111)
#6C4C65
(108,76,101)
#62455B
(98,69,91)
#583E51
(88,62,81)
#4E3747
(78,55,71)
#44303D
(68,48,61)
#3A2933
(58,41,51)
#302229
(48,34,41)
#261B1F
(38,27,31)
#1C1415
(28,20,21)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #76536F

#76536F
(118,83,111)
#82627C
(130,98,124)
#8E7189
(142,113,137)
#9A8096
(154,128,150)
#A68FA3
(166,143,163)
#B29EB0
(178,158,176)
#BEADBD
(190,173,189)
#CABCCA
(202,188,202)
#D6CBD7
(214,203,215)
#E2DAE4
(226,218,228)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76536F color. Also use rgb(118,83,111) instead hex code.

Text Font Color

.myTextColor { color: #76536F; }

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

This text font color is #76536F.


Background Color

.myBgColor { background-color: #76536F; }

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

This div background color is #76536F.


Border color

.myBorderColor { border: 1px solid #76536F; }

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

This div border color is #76536F.


Opacity

.myOpacity80 { color: #76536F; opacity: 0.8; }

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

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

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

This text has shadow with #76536F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76536F on black background.


Color preview on white background

This text has color #76536F on white background.



Black color preview on #76536F background

This text has black color on #76536F background.


White color preview on #76536F background

This text has white color on #76536F background.