COLOR #775C58

HEX: #775C58
RGB: (119,92,88)

Color info

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

RGB color model

#775C58 color RGB value is (119,92,88).

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

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 88 of 255 = 35%

119
92
88

R + G + B ~ 39%. #775C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 88 = 299 (100%)
R 119 of 299 ~ 39.8%
G 92 of 299 ~ 30.77%
B 88 of 299 ~ 29.43%

%39.8
%30.77
%29.43

CMYK color model

#775C58 color CMYK value is (0,23,26,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 26.05%
  • key color value is 53.33%
CMYK:
(0,23,26,53)
C0M23Y26K53 
(0%,23%,26%,53%)
(0.00/0.23/0.26/0.53)	

CMYK percentages

%0
%22.69
%26.05
%53.33

Codes

Color #775C58 in popluar color models

775C58
RGB1199288
HSL14.98%40.59%
HSB/HSV26.05%46.67%
CMYK0.00%22.69%26.05%
53.33%

Color #775C58 in popluar number systems.

HEX775C58
Decimal1199288
Binary111011110111001011000
Octal167134130

Shades and tints

Shades of #775C58

#775C58
(119,92,88)
#6D5450
(109,84,80)
#634C48
(99,76,72)
#594440
(89,68,64)
#4F3C38
(79,60,56)
#453430
(69,52,48)
#3B2C28
(59,44,40)
#312420
(49,36,32)
#271C18
(39,28,24)
#1D1410
(29,20,16)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #775C58

#775C58
(119,92,88)
#836A67
(131,106,103)
#8F7876
(143,120,118)
#9B8685
(155,134,133)
#A79494
(167,148,148)
#B3A2A3
(179,162,163)
#BFB0B2
(191,176,178)
#CBBEC1
(203,190,193)
#D7CCD0
(215,204,208)
#E3DADF
(227,218,223)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C58; }

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

This text font color is #775C58.


Background Color

.myBgColor { background-color: #775C58; }

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

This div background color is #775C58.


Border color

.myBorderColor { border: 1px solid #775C58; }

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

This div border color is #775C58.


Opacity

.myOpacity80 { color: #775C58; opacity: 0.8; }

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

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

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

This text has shadow with #775C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C58 on black background.


Color preview on white background

This text has color #775C58 on white background.



Black color preview on #775C58 background

This text has black color on #775C58 background.


White color preview on #775C58 background

This text has white color on #775C58 background.