COLOR #775252

HEX: #775252
RGB: (119,82,82)

Color info

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

RGB color model

#775252 color RGB value is (119,82,82).

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

RGB channels and saturation

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

119
82
82

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

Portions of RGB colors in percentages

R + G + B =
119 + 82 + 82 = 283 (100%)
R 119 of 283 ~ 42.05%
G 82 of 283 ~ 28.98%
B 82 of 283 ~ 28.98%

%42.05
%28.98
%28.98

CMYK color model

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

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

CMYK percentages

%0
%31.09
%31.09
%53.33

Codes

Color #775252 in popluar color models

775252
RGB1198282
HSL18.41%39.41%
HSB/HSV31.09%46.67%
CMYK0.00%31.09%31.09%
53.33%

Color #775252 in popluar number systems.

HEX775252
Decimal1198282
Binary111011110100101010010
Octal167122122

Shades and tints

Shades of #775252

#775252
(119,82,82)
#6D4B4B
(109,75,75)
#634444
(99,68,68)
#593D3D
(89,61,61)
#4F3636
(79,54,54)
#452F2F
(69,47,47)
#3B2828
(59,40,40)
#312121
(49,33,33)
#271A1A
(39,26,26)
#1D1313
(29,19,19)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #775252

#775252
(119,82,82)
#836161
(131,97,97)
#8F7070
(143,112,112)
#9B7F7F
(155,127,127)
#A78E8E
(167,142,142)
#B39D9D
(179,157,157)
#BFACAC
(191,172,172)
#CBBBBB
(203,187,187)
#D7CACA
(215,202,202)
#E3D9D9
(227,217,217)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775252; }

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

This text font color is #775252.


Background Color

.myBgColor { background-color: #775252; }

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

This div background color is #775252.


Border color

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

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

This div border color is #775252.


Opacity

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

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

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

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

This text has shadow with #775252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775252 on black background.


Color preview on white background

This text has color #775252 on white background.



Black color preview on #775252 background

This text has black color on #775252 background.


White color preview on #775252 background

This text has white color on #775252 background.