Shades of Nobel #9F9A9A
Tints of Nobel #9F9A9A
RGB
CMYK
RGB Variations
Color information
#9F9A9A (or 0x9F9A9A) is known color: Nobel. HEX triplet: 9F, 9A and 9A. RGB value is (159,154,154). Sum of RGB (Red+Green+Blue) = 159+154+154=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9A9A is #606565. Grayscale: #9B9B9B. Windows color (decimal): -6317414 or 10132127. OLE color: 10132127.
HSL color Cylindrical-coordinate representation of color #9F9A9A: hue angle of 0º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9F9A9A is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 154 | 154 | - |
CMYK | 0 | 0.03 | 0.03 | 0.38 |
HSL | 0º | 0.03% | 0.61% | - |
HSV(B) | 0º | 0.03% | 0.62% | - |
XYZ | 31.69 | 32.82 | 35.24 | - |
YUV | 155.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 154 | 154 | 0 | 0.03 | 0.03 | 0.38 | 0 | 0.03 | 0.61 |
Hex | 9F | 9A | 9A | 0 | 3 | 3 | 26 | 0 | 3 | 3D |
Octal | 237 | 232 | 232 | 0 | 3 | 3 | 46 | 0 | 3 | 75 |
Binary | 10011111 | 10011010 | 10011010 | 0 | 11 | 11 | 100110 | 0 | 11 | 111101 |
Color Harmonies of #9F9A9A
Complementary color
Monochromatic Colors of #9F9A9A
Black with #9F9A9A
Text Example
Text Example
White with #9F9A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A9A; }
p { color: rgb(159,154,154); }
H1.HeaderClassName
{
color: #9F9A9A;
}
.AnyTagClassName
{
color: #9F9A9A;
}
</style>
background-color css
<style>
a { background-color: #9F9A9A; }
a { background-color: rgb(159,154,154); }
div.DivClassName
{
background-color: #9F9A9A;
}
.BgClassName
{
background-color: #9F9A9A;
}
</style>
border-color css
<style>
span { border-color: #9F9A9A; }
span { border-color: rgb(159,154,154); }
td.TdClassName
{
border-color: #9F9A9A;
}
.TagClassName
{
border-color: #9F9A9A;
}
</style>