Shades of Pewter #8C928D
Tints of Pewter #8C928D
RGB
CMYK
RGB Variations
Color information
#8C928D (or 0x8C928D) is known color: Pewter. HEX triplet: 8C, 92 and 8D. RGB value is (140,146,141). Sum of RGB (Red+Green+Blue) = 140+146+141=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 146 - color contains mainly: green. Hex color #8C928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C928D is #736D72. Grayscale: #8F8F8F. Windows color (decimal): -7564659 or 9278092. OLE color: 9278092.
HSL color Cylindrical-coordinate representation of color #8C928D: hue angle of 130º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8C928D is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
RGB | 140 | 146 | 141 | - |
CMYK | 0.04 | 0 | 0.03 | 0.43 |
HSL | 130º | 0.03% | 0.56% | - |
HSV(B) | 130º | 0.04% | 0.57% | - |
XYZ | 25.9 | 28.06 | 29.25 | - |
YUV | 143.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 146 | 141 | 0.04 | 0 | 0.03 | 0.43 | 130 | 0.03 | 0.56 |
Hex | 8C | 92 | 8D | 4 | 0 | 3 | 2B | 82 | 3 | 38 |
Octal | 214 | 222 | 215 | 4 | 0 | 3 | 53 | 202 | 3 | 70 |
Binary | 10001100 | 10010010 | 10001101 | 100 | 0 | 11 | 101011 | 10000010 | 11 | 111000 |
Color Harmonies of #8C928D
Complementary color
Monochromatic Colors of #8C928D
Black with #8C928D
Text Example
Text Example
White with #8C928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C928D; }
p { color: rgb(140,146,141); }
H1.HeaderClassName
{
color: #8C928D;
}
.AnyTagClassName
{
color: #8C928D;
}
</style>
background-color css
<style>
a { background-color: #8C928D; }
a { background-color: rgb(140,146,141); }
div.DivClassName
{
background-color: #8C928D;
}
.BgClassName
{
background-color: #8C928D;
}
</style>
border-color css
<style>
span { border-color: #8C928D; }
span { border-color: rgb(140,146,141); }
td.TdClassName
{
border-color: #8C928D;
}
.TagClassName
{
border-color: #8C928D;
}
</style>