COLOR #907A76

HEX: #907A76 RGB: (144,122,118)

Color info

#907A76 contains red, green and blue colors in about the same proportion. Web safe color of #907A76 is #996666 (or #966).

RGB color model

#907A76 color RGB value is (144,122,118).

RGB: (144,122,118) (56%, 48%, 46%)

RGB channels and saturation

R 144 of 255 = 56%
G 122 of 255 = 48%
B 118 of 255 = 46%

144
122
118

R + G + B ~ 50%. #907A76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 122 + 118 = 384 (100%)
R 144 of 384 ~ 37.5%
G 122 of 384 ~ 31.77%
B 118 of 384 ~ 30.73'%

%37.5
%31.77
%30.73

CMYK color model

#907A76 color CMYK value is (0,15,18,44).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 18.06%
  • key color value is 43.53%

CMYK: (0,15,18,44)
C0M15Y18K44 (0%, 15%, 18%, 44%)
(0.00 / 0.15 / 0.18 / 0.44)

CMYK percentages

%0
%15.28
%18.06
%43.53

Codes

Color #907A76 in popluar color models

90 7A 76
RGB 144 122 118
HSL 10.48% 51.37%
HSB/HSV 18.06% 56.47%
CMYK 0.00% 15.28% 18.06%
43.53%

Color #907A76 in popluar number systems.

HEX 90 7A 76
Decimal 144 122 118
Binary 10010000 1111010 1110110
Octal 220 172 166

Shades and tints

Shades of #907A76

#907A76
(144,122,118)
#836F6C
(131,111,108)
#766462
(118,100,98)
#695958
(105,89,88)
#5C4E4E
(92,78,78)
#4F4344
(79,67,68)
#42383A
(66,56,58)
#352D30
(53,45,48)
#282226
(40,34,38)
#1B171C
(27,23,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #907A76

#907A76
(144,122,118)
#9A8682
(154,134,130)
#A4928E
(164,146,142)
#AE9E9A
(174,158,154)
#B8AAA6
(184,170,166)
#C2B6B2
(194,182,178)
#CCC2BE
(204,194,190)
#D6CECA
(214,206,202)
#E0DAD6
(224,218,214)
#EAE6E2
(234,230,226)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #907A76 color. Also use rgb(144,122,118) instead hex code.

Text Font Color

.myTextColor { color: #907A76; }

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

This text font color is #907A76.

Background Color

.myBgColor { background-color: #907A76; }

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

This div background color is #907A76.

Border color

.myBorderColor { border: 1px solid #907A76; }

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

This div border color is #907A76.

Opacity

.myOpacity80 { color: #907A76; opacity: 0.8; }

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

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

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

This text has shadow with #907A76 color.


.textShadow {text-shadow: 3px 3px 1px #907A76', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #907A76; -webkit-box-shadow: 1px 1px 3px 2px #907A76; box-shadow:1px 1px 3px 2px #907A76;">
Div content here
</div>

This div box has shadow with color #907A76.

Preview

Color preview on black background

This text has color #907A76 on black background.


Color preview on white background

This text has color #907A76 on white background.


Black color preview on #907A76 background

This text has black color on #907A76 background.


White color preview on #907A76 background

This text has white color on #907A76 background.


Related colors

Complementary color

Complementary color for #hex is #6F8589.


I love getcolorcode.com

Triadic colors

1 #76907A and #7A7690 with #907A76 are triadic colors.

2 #767A90 and #7A9076 with #907A76 are triadic colors.