Shades of Pewter #92A792
Tints of Pewter #92A792
RGB
CMYK
RGB Variations
Color information
#92A792 (or 0x92A792) is known color: Pewter. HEX triplet: 92, A7 and 92. RGB value is (146,167,146). Sum of RGB (Red+Green+Blue) = 146+167+146=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 167 - color contains mainly: green. Hex color #92A792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A792 is #6D586D. Grayscale: #9E9E9E. Windows color (decimal): -7166062 or 9611154. OLE color: 9611154.
HSL color Cylindrical-coordinate representation of color #92A792: hue angle of 120º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92A792 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 167 | 146 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.35 |
| HSL | 120º | 0.11% | 0.61% | - |
| HSV(B) | 120º | 0.13% | 0.65% | - |
| XYZ | 30.86 | 35.82 | 32.48 | - |
| YUV | 158.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 167 | 146 | 0.13 | 0 | 0.13 | 0.35 | 120 | 0.11 | 0.61 |
| Hex | 92 | A7 | 92 | D | 0 | D | 23 | 78 | B | 3D |
| Octal | 222 | 247 | 222 | 15 | 0 | 15 | 43 | 170 | 13 | 75 |
| Binary | 10010010 | 10100111 | 10010010 | 1101 | 0 | 1101 | 100011 | 1111000 | 1011 | 111101 |
Color Harmonies of #92A792
Complementary color
Monochromatic Colors of #92A792
Black with #92A792
Text Example
Text Example
White with #92A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A792; }
p { color: rgb(146,167,146); }
H1.HeaderClassName
{
color: #92A792;
}
.AnyTagClassName
{
color: #92A792;
}
</style>
background-color css
<style>
a { background-color: #92A792; }
a { background-color: rgb(146,167,146); }
div.DivClassName
{
background-color: #92A792;
}
.BgClassName
{
background-color: #92A792;
}
</style>
border-color css
<style>
span { border-color: #92A792; }
span { border-color: rgb(146,167,146); }
td.TdClassName
{
border-color: #92A792;
}
.TagClassName
{
border-color: #92A792;
}
</style>