COLOR #775053

HEX: #775053
RGB: (119,80,83)

Color info

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

RGB color model

#775053 color RGB value is (119,80,83).

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

RGB channels and saturation

R 119 of 255 = 47%
G 80 of 255 = 31%
B 83 of 255 = 33%

119
80
83

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

Portions of RGB colors in percentages

R + G + B =
119 + 80 + 83 = 282 (100%)
R 119 of 282 ~ 42.2%
G 80 of 282 ~ 28.37%
B 83 of 282 ~ 29.43%

%42.2
%28.37
%29.43

CMYK color model

#775053 color CMYK value is (0,33,30,53).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 30.25%
  • key color value is 53.33%
CMYK:
(0,33,30,53)
C0M33Y30K53 
(0%,33%,30%,53%)
(0.00/0.33/0.30/0.53)	

CMYK percentages

%0
%32.77
%30.25
%53.33

Codes

Color #775053 in popluar color models

775053
RGB1198083
HSL355°19.60%39.02%
HSB/HSV355°32.77%46.67%
CMYK0.00%32.77%30.25%
53.33%

Color #775053 in popluar number systems.

HEX775053
Decimal1198083
Binary111011110100001010011
Octal167120123

Shades and tints

Shades of #775053

#775053
(119,80,83)
#6D494C
(109,73,76)
#634245
(99,66,69)
#593B3E
(89,59,62)
#4F3437
(79,52,55)
#452D30
(69,45,48)
#3B2629
(59,38,41)
#311F22
(49,31,34)
#27181B
(39,24,27)
#1D1114
(29,17,20)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #775053

#775053
(119,80,83)
#835F62
(131,95,98)
#8F6E71
(143,110,113)
#9B7D80
(155,125,128)
#A78C8F
(167,140,143)
#B39B9E
(179,155,158)
#BFAAAD
(191,170,173)
#CBB9BC
(203,185,188)
#D7C8CB
(215,200,203)
#E3D7DA
(227,215,218)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775053; }

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

This text font color is #775053.


Background Color

.myBgColor { background-color: #775053; }

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

This div background color is #775053.


Border color

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

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

This div border color is #775053.


Opacity

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

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

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

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

This text has shadow with #775053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775053 on black background.


Color preview on white background

This text has color #775053 on white background.



Black color preview on #775053 background

This text has black color on #775053 background.


White color preview on #775053 background

This text has white color on #775053 background.