COLOR #907D78

HEX: #907D78
RGB: (144,125,120)

Color info

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

RGB color model

#907D78 color RGB value is (144,125,120).

  • red value is 144;
  • green value is 125;
  • blue value is 120.
RGB:
(144,125,120)
(56%,49%,47%)

RGB channels and saturation

R 144 of 255 = 56%
G 125 of 255 = 49%
B 120 of 255 = 47%

144
125
120

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

Portions of RGB colors in percentages

R + G + B =
144 + 125 + 120 = 389 (100%)
R 144 of 389 ~ 37.02%
G 125 of 389 ~ 32.13%
B 120 of 389 ~ 30.85%

%37.02
%32.13
%30.85

CMYK color model

#907D78 color CMYK value is (0,13,17,44).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 16.67%
  • key color value is 43.53%
CMYK:
(0,13,17,44)
C0M13Y17K44 
(0%,13%,17%,44%)
(0.00/0.13/0.17/0.44)	

CMYK percentages

%0
%13.19
%16.67
%43.53

Codes

Color #907D78 in popluar color models

907D78
RGB144125120
HSL13°9.76%51.76%
HSB/HSV13°16.67%56.47%
CMYK0.00%13.19%16.67%
43.53%

Color #907D78 in popluar number systems.

HEX907D78
Decimal144125120
Binary1001000011111011111000
Octal220175170

Shades and tints

Shades of #907D78

#907D78
(144,125,120)
#83726E
(131,114,110)
#766764
(118,103,100)
#695C5A
(105,92,90)
#5C5150
(92,81,80)
#4F4646
(79,70,70)
#423B3C
(66,59,60)
#353032
(53,48,50)
#282528
(40,37,40)
#1B1A1E
(27,26,30)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #907D78

#907D78
(144,125,120)
#9A8884
(154,136,132)
#A49390
(164,147,144)
#AE9E9C
(174,158,156)
#B8A9A8
(184,169,168)
#C2B4B4
(194,180,180)
#CCBFC0
(204,191,192)
#D6CACC
(214,202,204)
#E0D5D8
(224,213,216)
#EAE0E4
(234,224,228)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #907D78 color. Also use rgb(144,125,120) instead hex code.

Text Font Color

.myTextColor { color: #907D78; }

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

This text font color is #907D78.


Background Color

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

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

This div background color is #907D78.


Border color

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

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

This div border color is #907D78.


Opacity

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

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

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

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

This text has shadow with #907D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #907D78 on black background.


Color preview on white background

This text has color #907D78 on white background.



Black color preview on #907D78 background

This text has black color on #907D78 background.


White color preview on #907D78 background

This text has white color on #907D78 background.