COLOR #76536B

HEX: #76536B
RGB: (118,83,107)

Color info

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

RGB color model

#76536B color RGB value is (118,83,107).

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

RGB channels and saturation

R 118 of 255 = 46%
G 83 of 255 = 33%
B 107 of 255 = 42%

118
83
107

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

Portions of RGB colors in percentages

R + G + B =
118 + 83 + 107 = 308 (100%)
R 118 of 308 ~ 38.31%
G 83 of 308 ~ 26.95%
B 107 of 308 ~ 34.74%

%38.31
%26.95
%34.74

CMYK color model

#76536B color CMYK value is (0,30,9,54).

  • cyan value is 0.00%
  • magenta value is 29.66%
  • yellow value is 9.32%
  • key color value is 53.73%
CMYK:
(0,30,9,54)
C0M30Y9K54 
(0%,30%,9%,54%)
(0.00/0.30/0.09/0.54)	

CMYK percentages

%0
%29.66
%9.32
%53.73

Codes

Color #76536B in popluar color models

76536B
RGB11883107
HSL319°17.41%39.41%
HSB/HSV319°29.66%46.27%
CMYK0.00%29.66%9.32%
53.73%

Color #76536B in popluar number systems.

HEX76536B
Decimal11883107
Binary111011010100111101011
Octal166123153

Shades and tints

Shades of #76536B

#76536B
(118,83,107)
#6C4C62
(108,76,98)
#624559
(98,69,89)
#583E50
(88,62,80)
#4E3747
(78,55,71)
#44303E
(68,48,62)
#3A2935
(58,41,53)
#30222C
(48,34,44)
#261B23
(38,27,35)
#1C141A
(28,20,26)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #76536B

#76536B
(118,83,107)
#826278
(130,98,120)
#8E7185
(142,113,133)
#9A8092
(154,128,146)
#A68F9F
(166,143,159)
#B29EAC
(178,158,172)
#BEADB9
(190,173,185)
#CABCC6
(202,188,198)
#D6CBD3
(214,203,211)
#E2DAE0
(226,218,224)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76536B; }

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

This text font color is #76536B.


Background Color

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

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

This div background color is #76536B.


Border color

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

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

This div border color is #76536B.


Opacity

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

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

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

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

This text has shadow with #76536B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76536B on black background.


Color preview on white background

This text has color #76536B on white background.



Black color preview on #76536B background

This text has black color on #76536B background.


White color preview on #76536B background

This text has white color on #76536B background.