COLOR #764548

HEX: #764548
RGB: (118,69,72)

Color info

#764548 contains red, green and blue colors in about the same proportion. Web safe color of #764548 is #663333 (or #633).

RGB color model

#764548 color RGB value is (118,69,72).

  • red value is 118;
  • green value is 69;
  • blue value is 72.
RGB:
(118,69,72)
(46%,27%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 72 of 255 = 28%

118
69
72

R + G + B ~ 34%. #764548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 72 = 259 (100%)
R 118 of 259 ~ 45.56%
G 69 of 259 ~ 26.64%
B 72 of 259 ~ 27.8%

%45.56
%26.64
%27.8

CMYK color model

#764548 color CMYK value is (0,42,39,54).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,42,39,54)
C0M42Y39K54 
(0%,42%,39%,54%)
(0.00/0.42/0.39/0.54)	

CMYK percentages

%0
%41.53
%38.98
%53.73

Codes

Color #764548 in popluar color models

764548
RGB1186972
HSL356°26.20%36.67%
HSB/HSV356°41.53%46.27%
CMYK0.00%41.53%38.98%
53.73%

Color #764548 in popluar number systems.

HEX764548
Decimal1186972
Binary111011010001011001000
Octal166105110

Shades and tints

Shades of #764548

#764548
(118,69,72)
#6C3F42
(108,63,66)
#62393C
(98,57,60)
#583336
(88,51,54)
#4E2D30
(78,45,48)
#44272A
(68,39,42)
#3A2124
(58,33,36)
#301B1E
(48,27,30)
#261518
(38,21,24)
#1C0F12
(28,15,18)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #764548

#764548
(118,69,72)
#825558
(130,85,88)
#8E6568
(142,101,104)
#9A7578
(154,117,120)
#A68588
(166,133,136)
#B29598
(178,149,152)
#BEA5A8
(190,165,168)
#CAB5B8
(202,181,184)
#D6C5C8
(214,197,200)
#E2D5D8
(226,213,216)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764548 color. Also use rgb(118,69,72) instead hex code.

Text Font Color

.myTextColor { color: #764548; }

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

This text font color is #764548.


Background Color

.myBgColor { background-color: #764548; }

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

This div background color is #764548.


Border color

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

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

This div border color is #764548.


Opacity

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

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

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

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

This text has shadow with #764548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764548 on black background.


Color preview on white background

This text has color #764548 on white background.



Black color preview on #764548 background

This text has black color on #764548 background.


White color preview on #764548 background

This text has white color on #764548 background.