Shades of Pewter #9C9F9C
Tints of Pewter #9C9F9C
RGB
CMYK
RGB Variations
Color information
#9C9F9C (or 0x9C9F9C) is known color: Pewter. HEX triplet: 9C, 9F and 9C. RGB value is (156,159,156). Sum of RGB (Red+Green+Blue) = 156+159+156=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9F9C is #636063. Grayscale: #9D9D9D. Windows color (decimal): -6512740 or 10264476. OLE color: 10264476.
HSL color Cylindrical-coordinate representation of color #9C9F9C: hue angle of 120º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9C9F9C is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
RGB | 156 | 159 | 156 | - |
CMYK | 0.02 | 0 | 0.02 | 0.38 |
HSL | 120º | 0.02% | 0.62% | - |
HSV(B) | 120º | 0.02% | 0.62% | - |
XYZ | 32.11 | 34.26 | 36.37 | - |
YUV | 157.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 159 | 156 | 0.02 | 0 | 0.02 | 0.38 | 120 | 0.02 | 0.62 |
Hex | 9C | 9F | 9C | 2 | 0 | 2 | 26 | 78 | 2 | 3E |
Octal | 234 | 237 | 234 | 2 | 0 | 2 | 46 | 170 | 2 | 76 |
Binary | 10011100 | 10011111 | 10011100 | 10 | 0 | 10 | 100110 | 1111000 | 10 | 111110 |
Color Harmonies of #9C9F9C
Complementary color
Monochromatic Colors of #9C9F9C
Black with #9C9F9C
Text Example
Text Example
White with #9C9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9F9C; }
p { color: rgb(156,159,156); }
H1.HeaderClassName
{
color: #9C9F9C;
}
.AnyTagClassName
{
color: #9C9F9C;
}
</style>
background-color css
<style>
a { background-color: #9C9F9C; }
a { background-color: rgb(156,159,156); }
div.DivClassName
{
background-color: #9C9F9C;
}
.BgClassName
{
background-color: #9C9F9C;
}
</style>
border-color css
<style>
span { border-color: #9C9F9C; }
span { border-color: rgb(156,159,156); }
td.TdClassName
{
border-color: #9C9F9C;
}
.TagClassName
{
border-color: #9C9F9C;
}
</style>