COLOR #774852

HEX: #774852
RGB: (119,72,82)

Color info

#774852 contains red, green and blue colors in about the same proportion. Web safe color of #774852 is #663366 (or #636).

RGB color model

#774852 color RGB value is (119,72,82).

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

RGB channels and saturation

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

119
72
82

R + G + B ~ 36%. #774852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 72 + 82 = 273 (100%)
R 119 of 273 ~ 43.59%
G 72 of 273 ~ 26.37%
B 82 of 273 ~ 30.04%

%43.59
%26.37
%30.04

CMYK color model

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

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

CMYK percentages

%0
%39.5
%31.09
%53.33

Codes

Color #774852 in popluar color models

774852
RGB1197282
HSL347°24.61%37.45%
HSB/HSV347°39.50%46.67%
CMYK0.00%39.50%31.09%
53.33%

Color #774852 in popluar number systems.

HEX774852
Decimal1197282
Binary111011110010001010010
Octal167110122

Shades and tints

Shades of #774852

#774852
(119,72,82)
#6D424B
(109,66,75)
#633C44
(99,60,68)
#59363D
(89,54,61)
#4F3036
(79,48,54)
#452A2F
(69,42,47)
#3B2428
(59,36,40)
#311E21
(49,30,33)
#27181A
(39,24,26)
#1D1213
(29,18,19)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #774852

#774852
(119,72,82)
#835861
(131,88,97)
#8F6870
(143,104,112)
#9B787F
(155,120,127)
#A7888E
(167,136,142)
#B3989D
(179,152,157)
#BFA8AC
(191,168,172)
#CBB8BB
(203,184,187)
#D7C8CA
(215,200,202)
#E3D8D9
(227,216,217)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774852; }

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

This text font color is #774852.


Background Color

.myBgColor { background-color: #774852; }

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

This div background color is #774852.


Border color

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

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

This div border color is #774852.


Opacity

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

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

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

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

This text has shadow with #774852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774852 on black background.


Color preview on white background

This text has color #774852 on white background.



Black color preview on #774852 background

This text has black color on #774852 background.


White color preview on #774852 background

This text has white color on #774852 background.