COLOR #775352

HEX: #775352
RGB: (119,83,82)

Color info

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

RGB color model

#775352 color RGB value is (119,83,82).

  • red value is 119;
  • green value is 83;
  • blue value is 82.
RGB:
(119,83,82)
(47%,33%,32%)

RGB channels and saturation

R 119 of 255 = 47%
G 83 of 255 = 33%
B 82 of 255 = 32%

119
83
82

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

Portions of RGB colors in percentages

R + G + B =
119 + 83 + 82 = 284 (100%)
R 119 of 284 ~ 41.9%
G 83 of 284 ~ 29.23%
B 82 of 284 ~ 28.87%

%41.9
%29.23
%28.87

CMYK color model

#775352 color CMYK value is (0,30,31,53).

  • cyan value is 0.00%
  • magenta value is 30.25%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK:
(0,30,31,53)
C0M30Y31K53 
(0%,30%,31%,53%)
(0.00/0.30/0.31/0.53)	

CMYK percentages

%0
%30.25
%31.09
%53.33

Codes

Color #775352 in popluar color models

775352
RGB1198382
HSL18.41%39.41%
HSB/HSV31.09%46.67%
CMYK0.00%30.25%31.09%
53.33%

Color #775352 in popluar number systems.

HEX775352
Decimal1198382
Binary111011110100111010010
Octal167123122

Shades and tints

Shades of #775352

#775352
(119,83,82)
#6D4C4B
(109,76,75)
#634544
(99,69,68)
#593E3D
(89,62,61)
#4F3736
(79,55,54)
#45302F
(69,48,47)
#3B2928
(59,41,40)
#312221
(49,34,33)
#271B1A
(39,27,26)
#1D1413
(29,20,19)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #775352

#775352
(119,83,82)
#836261
(131,98,97)
#8F7170
(143,113,112)
#9B807F
(155,128,127)
#A78F8E
(167,143,142)
#B39E9D
(179,158,157)
#BFADAC
(191,173,172)
#CBBCBB
(203,188,187)
#D7CBCA
(215,203,202)
#E3DAD9
(227,218,217)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775352 color. Also use rgb(119,83,82) instead hex code.

Text Font Color

.myTextColor { color: #775352; }

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

This text font color is #775352.


Background Color

.myBgColor { background-color: #775352; }

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

This div background color is #775352.


Border color

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

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

This div border color is #775352.


Opacity

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

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

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

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

This text has shadow with #775352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775352 on black background.


Color preview on white background

This text has color #775352 on white background.



Black color preview on #775352 background

This text has black color on #775352 background.


White color preview on #775352 background

This text has white color on #775352 background.