Shades of Oslo Grey #808C89
Tints of Oslo Grey #808C89
RGB
CMYK
RGB Variations
Color information
#808C89 (or 0x808C89) is known color: Oslo Grey. HEX triplet: 80, 8C and 89. RGB value is (128,140,137). Sum of RGB (Red+Green+Blue) = 128+140+137=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #808C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C89 is #7F7376. Grayscale: #888888. Windows color (decimal): -8352631 or 9014400. OLE color: 9014400.
HSL color Cylindrical-coordinate representation of color #808C89: hue angle of 165º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808C89 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 140 | 137 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.45 |
| HSL | 165º | 0.05% | 0.53% | - |
| HSV(B) | 165º | 0.09% | 0.55% | - |
| XYZ | 22.8 | 25.15 | 27.32 | - |
| YUV | 136.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 137 | 0.09 | 0 | 0.02 | 0.45 | 165 | 0.05 | 0.53 |
| Hex | 80 | 8C | 89 | 9 | 0 | 2 | 2D | A5 | 5 | 35 |
| Octal | 200 | 214 | 211 | 11 | 0 | 2 | 55 | 245 | 5 | 65 |
| Binary | 10000000 | 10001100 | 10001001 | 1001 | 0 | 10 | 101101 | 10100101 | 101 | 110101 |
Color Harmonies of #808C89
Complementary color
Monochromatic Colors of #808C89
Black with #808C89
Text Example
Text Example
White with #808C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C89; }
p { color: rgb(128,140,137); }
H1.HeaderClassName
{
color: #808C89;
}
.AnyTagClassName
{
color: #808C89;
}
</style>
background-color css
<style>
a { background-color: #808C89; }
a { background-color: rgb(128,140,137); }
div.DivClassName
{
background-color: #808C89;
}
.BgClassName
{
background-color: #808C89;
}
</style>
border-color css
<style>
span { border-color: #808C89; }
span { border-color: rgb(128,140,137); }
td.TdClassName
{
border-color: #808C89;
}
.TagClassName
{
border-color: #808C89;
}
</style>