Shades of Pewter #919A92
Tints of Pewter #919A92
RGB
CMYK
RGB Variations
Color information
#919A92 (or 0x919A92) is known color: Pewter. HEX triplet: 91, 9A and 92. RGB value is (145,154,146). Sum of RGB (Red+Green+Blue) = 145+154+146=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 154 - color contains mainly: green. Hex color #919A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919A92 is #6E656D. Grayscale: #969696. Windows color (decimal): -7234926 or 9607825. OLE color: 9607825.
HSL color Cylindrical-coordinate representation of color #919A92: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #919A92 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 146 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.40 |
| HSL | 126.67º | 0.04% | 0.59% | - |
| HSV(B) | 126.67º | 0.06% | 0.6% | - |
| XYZ | 28.42 | 31.21 | 31.72 | - |
| YUV | 150.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 146 | 0.06 | 0 | 0.05 | 0.40 | 126.67 | 0.04 | 0.59 |
| Hex | 91 | 9A | 92 | 6 | 0 | 5 | 28 | 7F | 4 | 3B |
| Octal | 221 | 232 | 222 | 6 | 0 | 5 | 50 | 177 | 4 | 73 |
| Binary | 10010001 | 10011010 | 10010010 | 110 | 0 | 101 | 101000 | 1111111 | 100 | 111011 |
Color Harmonies of #919A92
Complementary color
Monochromatic Colors of #919A92
Black with #919A92
Text Example
Text Example
White with #919A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A92; }
p { color: rgb(145,154,146); }
H1.HeaderClassName
{
color: #919A92;
}
.AnyTagClassName
{
color: #919A92;
}
</style>
background-color css
<style>
a { background-color: #919A92; }
a { background-color: rgb(145,154,146); }
div.DivClassName
{
background-color: #919A92;
}
.BgClassName
{
background-color: #919A92;
}
</style>
border-color css
<style>
span { border-color: #919A92; }
span { border-color: rgb(145,154,146); }
td.TdClassName
{
border-color: #919A92;
}
.TagClassName
{
border-color: #919A92;
}
</style>