COLOR #7A555D

HEX: #7A555D
RGB: (122,85,93)

Color info

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

RGB color model

#7A555D color RGB value is (122,85,93).

  • red value is 122;
  • green value is 85;
  • blue value is 93.
RGB:
(122,85,93)
(48%,33%,36%)

RGB channels and saturation

R 122 of 255 = 48%
G 85 of 255 = 33%
B 93 of 255 = 36%

122
85
93

R + G + B ~ 39%. #7A555D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 85 + 93 = 300 (100%)
R 122 of 300 ~ 40.67%
G 85 of 300 ~ 28.33%
B 93 of 300 ~ 31%

%40.67
%28.33
%31

CMYK color model

#7A555D color CMYK value is (0,30,24,52).

  • cyan value is 0.00%
  • magenta value is 30.33%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(0,30,24,52)
C0M30Y24K52 
(0%,30%,24%,52%)
(0.00/0.30/0.24/0.52)	

CMYK percentages

%0
%30.33
%23.77
%52.16

Codes

Color #7A555D in popluar color models

7A555D
RGB1228593
HSL347°17.87%40.59%
HSB/HSV347°30.33%47.84%
CMYK0.00%30.33%23.77%
52.16%

Color #7A555D in popluar number systems.

HEX7A555D
Decimal1228593
Binary111101010101011011101
Octal172125135

Shades and tints

Shades of #7A555D

#7A555D
(122,85,93)
#6F4E55
(111,78,85)
#64474D
(100,71,77)
#594045
(89,64,69)
#4E393D
(78,57,61)
#433235
(67,50,53)
#382B2D
(56,43,45)
#2D2425
(45,36,37)
#221D1D
(34,29,29)
#171615
(23,22,21)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #7A555D

#7A555D
(122,85,93)
#86646B
(134,100,107)
#927379
(146,115,121)
#9E8287
(158,130,135)
#AA9195
(170,145,149)
#B6A0A3
(182,160,163)
#C2AFB1
(194,175,177)
#CEBEBF
(206,190,191)
#DACDCD
(218,205,205)
#E6DCDB
(230,220,219)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A555D color. Also use rgb(122,85,93) instead hex code.

Text Font Color

.myTextColor { color: #7A555D; }

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

This text font color is #7A555D.


Background Color

.myBgColor { background-color: #7A555D; }

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

This div background color is #7A555D.


Border color

.myBorderColor { border: 1px solid #7A555D; }

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

This div border color is #7A555D.


Opacity

.myOpacity80 { color: #7A555D; opacity: 0.8; }

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

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

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

This text has shadow with #7A555D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A555D on black background.


Color preview on white background

This text has color #7A555D on white background.



Black color preview on #7A555D background

This text has black color on #7A555D background.


White color preview on #7A555D background

This text has white color on #7A555D background.