Shades of Pewter #8C918D
Tints of Pewter #8C918D
RGB
CMYK
RGB Variations
Color information
#8C918D (or 0x8C918D) is known color: Pewter. HEX triplet: 8C, 91 and 8D. RGB value is (140,145,141). Sum of RGB (Red+Green+Blue) = 140+145+141=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 145 - color contains mainly: green. Hex color #8C918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C918D is #736E72. Grayscale: #8F8F8F. Windows color (decimal): -7564915 or 9277836. OLE color: 9277836.
HSL color Cylindrical-coordinate representation of color #8C918D: hue angle of 132º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C918D is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
RGB | 140 | 145 | 141 | - |
CMYK | 0.03 | 0 | 0.03 | 0.43 |
HSL | 132º | 0.02% | 0.56% | - |
HSV(B) | 132º | 0.03% | 0.57% | - |
XYZ | 25.75 | 27.75 | 29.2 | - |
YUV | 143.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 145 | 141 | 0.03 | 0 | 0.03 | 0.43 | 132 | 0.02 | 0.56 |
Hex | 8C | 91 | 8D | 3 | 0 | 3 | 2B | 84 | 2 | 38 |
Octal | 214 | 221 | 215 | 3 | 0 | 3 | 53 | 204 | 2 | 70 |
Binary | 10001100 | 10010001 | 10001101 | 11 | 0 | 11 | 101011 | 10000100 | 10 | 111000 |
Color Harmonies of #8C918D
Complementary color
Monochromatic Colors of #8C918D
Black with #8C918D
Text Example
Text Example
White with #8C918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C918D; }
p { color: rgb(140,145,141); }
H1.HeaderClassName
{
color: #8C918D;
}
.AnyTagClassName
{
color: #8C918D;
}
</style>
background-color css
<style>
a { background-color: #8C918D; }
a { background-color: rgb(140,145,141); }
div.DivClassName
{
background-color: #8C918D;
}
.BgClassName
{
background-color: #8C918D;
}
</style>
border-color css
<style>
span { border-color: #8C918D; }
span { border-color: rgb(140,145,141); }
td.TdClassName
{
border-color: #8C918D;
}
.TagClassName
{
border-color: #8C918D;
}
</style>