Shades of Pewter #85A782
Tints of Pewter #85A782
RGB
CMYK
RGB Variations
Color information
#85A782 (or 0x85A782) is known color: Pewter. HEX triplet: 85, A7 and 82. RGB value is (133,167,130). Sum of RGB (Red+Green+Blue) = 133+167+130=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 167 - color contains mainly: green. Hex color #85A782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A782 is #7A587D. Grayscale: #989898. Windows color (decimal): -8018046 or 8562565. OLE color: 8562565.
HSL color Cylindrical-coordinate representation of color #85A782: hue angle of 115.14º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85A782 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 167 | 130 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.35 |
| HSL | 115.14º | 0.17% | 0.58% | - |
| HSV(B) | 115.14º | 0.22% | 0.65% | - |
| XYZ | 27.52 | 34.24 | 26.28 | - |
| YUV | 152.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 130 | 0.20 | 0 | 0.22 | 0.35 | 115.14 | 0.17 | 0.58 |
| Hex | 85 | A7 | 82 | 14 | 0 | 16 | 23 | 73 | 11 | 3A |
| Octal | 205 | 247 | 202 | 24 | 0 | 26 | 43 | 163 | 21 | 72 |
| Binary | 10000101 | 10100111 | 10000010 | 10100 | 0 | 10110 | 100011 | 1110011 | 10001 | 111010 |
Color Harmonies of #85A782
Complementary color
Monochromatic Colors of #85A782
Black with #85A782
Text Example
Text Example
White with #85A782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A782; }
p { color: rgb(133,167,130); }
H1.HeaderClassName
{
color: #85A782;
}
.AnyTagClassName
{
color: #85A782;
}
</style>
background-color css
<style>
a { background-color: #85A782; }
a { background-color: rgb(133,167,130); }
div.DivClassName
{
background-color: #85A782;
}
.BgClassName
{
background-color: #85A782;
}
</style>
border-color css
<style>
span { border-color: #85A782; }
span { border-color: rgb(133,167,130); }
td.TdClassName
{
border-color: #85A782;
}
.TagClassName
{
border-color: #85A782;
}
</style>