COLOR #76553F

HEX: #76553F
RGB: (118,85,63)

Color info

#76553F contains red, green and blue colors in about the same proportion. Web safe color of #76553F is #666633 (or #663).

RGB color model

#76553F color RGB value is (118,85,63).

  • red value is 118;
  • green value is 85;
  • blue value is 63.
RGB:
(118,85,63)
(46%,33%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 85 of 255 = 33%
B 63 of 255 = 25%

118
85
63

R + G + B ~ 35%. #76553F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 85 + 63 = 266 (100%)
R 118 of 266 ~ 44.36%
G 85 of 266 ~ 31.95%
B 63 of 266 ~ 23.68%

%44.36
%31.95
%23.68

CMYK color model

#76553F color CMYK value is (0,28,47,54).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 46.61%
  • key color value is 53.73%
CMYK:
(0,28,47,54)
C0M28Y47K54 
(0%,28%,47%,54%)
(0.00/0.28/0.47/0.54)	

CMYK percentages

%0
%27.97
%46.61
%53.73

Codes

Color #76553F in popluar color models

76553F
RGB1188563
HSL24°30.39%35.49%
HSB/HSV24°46.61%46.27%
CMYK0.00%27.97%46.61%
53.73%

Color #76553F in popluar number systems.

HEX76553F
Decimal1188563
Binary11101101010101111111
Octal16612577

Shades and tints

Shades of #76553F

#76553F
(118,85,63)
#6C4E3A
(108,78,58)
#624735
(98,71,53)
#584030
(88,64,48)
#4E392B
(78,57,43)
#443226
(68,50,38)
#3A2B21
(58,43,33)
#30241C
(48,36,28)
#261D17
(38,29,23)
#1C1612
(28,22,18)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #76553F

#76553F
(118,85,63)
#826450
(130,100,80)
#8E7361
(142,115,97)
#9A8272
(154,130,114)
#A69183
(166,145,131)
#B2A094
(178,160,148)
#BEAFA5
(190,175,165)
#CABEB6
(202,190,182)
#D6CDC7
(214,205,199)
#E2DCD8
(226,220,216)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76553F color. Also use rgb(118,85,63) instead hex code.

Text Font Color

.myTextColor { color: #76553F; }

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

This text font color is #76553F.


Background Color

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

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

This div background color is #76553F.


Border color

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

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

This div border color is #76553F.


Opacity

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

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

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

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

This text has shadow with #76553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76553F on black background.


Color preview on white background

This text has color #76553F on white background.



Black color preview on #76553F background

This text has black color on #76553F background.


White color preview on #76553F background

This text has white color on #76553F background.