COLOR #775848

HEX: #775848
RGB: (119,88,72)

Color info

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

RGB color model

#775848 color RGB value is (119,88,72).

  • red value is 119;
  • green value is 88;
  • blue value is 72.
RGB:
(119,88,72)
(47%,35%,28%)

RGB channels and saturation

R 119 of 255 = 47%
G 88 of 255 = 35%
B 72 of 255 = 28%

119
88
72

R + G + B ~ 37%. #775848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 88 + 72 = 279 (100%)
R 119 of 279 ~ 42.65%
G 88 of 279 ~ 31.54%
B 72 of 279 ~ 25.81%

%42.65
%31.54
%25.81

CMYK color model

#775848 color CMYK value is (0,26,39,53).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 39.50%
  • key color value is 53.33%
CMYK:
(0,26,39,53)
C0M26Y39K53 
(0%,26%,39%,53%)
(0.00/0.26/0.39/0.53)	

CMYK percentages

%0
%26.05
%39.5
%53.33

Codes

Color #775848 in popluar color models

775848
RGB1198872
HSL20°24.61%37.45%
HSB/HSV20°39.50%46.67%
CMYK0.00%26.05%39.50%
53.33%

Color #775848 in popluar number systems.

HEX775848
Decimal1198872
Binary111011110110001001000
Octal167130110

Shades and tints

Shades of #775848

#775848
(119,88,72)
#6D5042
(109,80,66)
#63483C
(99,72,60)
#594036
(89,64,54)
#4F3830
(79,56,48)
#45302A
(69,48,42)
#3B2824
(59,40,36)
#31201E
(49,32,30)
#271818
(39,24,24)
#1D1012
(29,16,18)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #775848

#775848
(119,88,72)
#836758
(131,103,88)
#8F7668
(143,118,104)
#9B8578
(155,133,120)
#A79488
(167,148,136)
#B3A398
(179,163,152)
#BFB2A8
(191,178,168)
#CBC1B8
(203,193,184)
#D7D0C8
(215,208,200)
#E3DFD8
(227,223,216)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775848 color. Also use rgb(119,88,72) instead hex code.

Text Font Color

.myTextColor { color: #775848; }

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

This text font color is #775848.


Background Color

.myBgColor { background-color: #775848; }

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

This div background color is #775848.


Border color

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

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

This div border color is #775848.


Opacity

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

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

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

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

This text has shadow with #775848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775848 on black background.


Color preview on white background

This text has color #775848 on white background.



Black color preview on #775848 background

This text has black color on #775848 background.


White color preview on #775848 background

This text has white color on #775848 background.