COLOR #7A585D

HEX: #7A585D
RGB: (122,88,93)

Color info

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

RGB color model

#7A585D color RGB value is (122,88,93).

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

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 93 of 255 = 36%

122
88
93

R + G + B ~ 40%. #7A585D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 88 + 93 = 303 (100%)
R 122 of 303 ~ 40.26%
G 88 of 303 ~ 29.04%
B 93 of 303 ~ 30.69%

%40.26
%29.04
%30.69

CMYK color model

#7A585D color CMYK value is (0,28,24,52).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(0,28,24,52)
C0M28Y24K52 
(0%,28%,24%,52%)
(0.00/0.28/0.24/0.52)	

CMYK percentages

%0
%27.87
%23.77
%52.16

Codes

Color #7A585D in popluar color models

7A585D
RGB1228893
HSL351°16.19%41.18%
HSB/HSV351°27.87%47.84%
CMYK0.00%27.87%23.77%
52.16%

Color #7A585D in popluar number systems.

HEX7A585D
Decimal1228893
Binary111101010110001011101
Octal172130135

Shades and tints

Shades of #7A585D

#7A585D
(122,88,93)
#6F5055
(111,80,85)
#64484D
(100,72,77)
#594045
(89,64,69)
#4E383D
(78,56,61)
#433035
(67,48,53)
#38282D
(56,40,45)
#2D2025
(45,32,37)
#22181D
(34,24,29)
#171015
(23,16,21)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #7A585D

#7A585D
(122,88,93)
#86676B
(134,103,107)
#927679
(146,118,121)
#9E8587
(158,133,135)
#AA9495
(170,148,149)
#B6A3A3
(182,163,163)
#C2B2B1
(194,178,177)
#CEC1BF
(206,193,191)
#DAD0CD
(218,208,205)
#E6DFDB
(230,223,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A585D; }

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

This text font color is #7A585D.


Background Color

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

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

This div background color is #7A585D.


Border color

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

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

This div border color is #7A585D.


Opacity

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

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

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

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

This text has shadow with #7A585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A585D on black background.


Color preview on white background

This text has color #7A585D on white background.



Black color preview on #7A585D background

This text has black color on #7A585D background.


White color preview on #7A585D background

This text has white color on #7A585D background.