Shades of Heathered Grey #938B76
Tints of Heathered Grey #938B76
RGB
CMYK
RGB Variations
Color information
#938B76 (or 0x938B76) is known color: Heathered Grey. HEX triplet: 93, 8B and 76. RGB value is (147,139,118). Sum of RGB (Red+Green+Blue) = 147+139+118=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #938B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B76 is #6C7489. Grayscale: #8B8B8B. Windows color (decimal): -7107722 or 7768979. OLE color: 7768979.
HSL color Cylindrical-coordinate representation of color #938B76: hue angle of 43.45º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938B76 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 118 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.42 |
| HSL | 43.45º | 0.12% | 0.52% | - |
| HSV(B) | 43.45º | 0.2% | 0.58% | - |
| XYZ | 24.54 | 25.98 | 20.86 | - |
| YUV | 139 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 118 | 0 | 0.05 | 0.20 | 0.42 | 43.45 | 0.12 | 0.52 |
| Hex | 93 | 8B | 76 | 0 | 5 | 14 | 2A | 2B | C | 34 |
| Octal | 223 | 213 | 166 | 0 | 5 | 24 | 52 | 53 | 14 | 64 |
| Binary | 10010011 | 10001011 | 1110110 | 0 | 101 | 10100 | 101010 | 101011 | 1100 | 110100 |
Color Harmonies of #938B76
Complementary color
Monochromatic Colors of #938B76
Black with #938B76
Text Example
Text Example
White with #938B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B76; }
p { color: rgb(147,139,118); }
H1.HeaderClassName
{
color: #938B76;
}
.AnyTagClassName
{
color: #938B76;
}
</style>
background-color css
<style>
a { background-color: #938B76; }
a { background-color: rgb(147,139,118); }
div.DivClassName
{
background-color: #938B76;
}
.BgClassName
{
background-color: #938B76;
}
</style>
border-color css
<style>
span { border-color: #938B76; }
span { border-color: rgb(147,139,118); }
td.TdClassName
{
border-color: #938B76;
}
.TagClassName
{
border-color: #938B76;
}
</style>