Shades of Oslo Grey #848B8B
Tints of Oslo Grey #848B8B
RGB
CMYK
RGB Variations
Color information
#848B8B (or 0x848B8B) is known color: Oslo Grey. HEX triplet: 84, 8B and 8B. RGB value is (132,139,139). Sum of RGB (Red+Green+Blue) = 132+139+139=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #848B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B8B is #7B7474. Grayscale: #888888. Windows color (decimal): -8090741 or 9145220. OLE color: 9145220.
HSL color Cylindrical-coordinate representation of color #848B8B: hue angle of 180º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #848B8B is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 139 | - |
| CMYK | 0.05 | 0 | 0 | 0.45 |
| HSL | 180º | 0.03% | 0.53% | - |
| HSV(B) | 180º | 0.05% | 0.55% | - |
| XYZ | 23.41 | 25.23 | 28.06 | - |
| YUV | 136.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 139 | 0.05 | 0 | 0 | 0.45 | 180 | 0.03 | 0.53 |
| Hex | 84 | 8B | 8B | 5 | 0 | 0 | 2D | B4 | 3 | 35 |
| Octal | 204 | 213 | 213 | 5 | 0 | 0 | 55 | 264 | 3 | 65 |
| Binary | 10000100 | 10001011 | 10001011 | 101 | 0 | 0 | 101101 | 10110100 | 11 | 110101 |
Color Harmonies of #848B8B
Complementary color
Monochromatic Colors of #848B8B
Black with #848B8B
Text Example
Text Example
White with #848B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B8B; }
p { color: rgb(132,139,139); }
H1.HeaderClassName
{
color: #848B8B;
}
.AnyTagClassName
{
color: #848B8B;
}
</style>
background-color css
<style>
a { background-color: #848B8B; }
a { background-color: rgb(132,139,139); }
div.DivClassName
{
background-color: #848B8B;
}
.BgClassName
{
background-color: #848B8B;
}
</style>
border-color css
<style>
span { border-color: #848B8B; }
span { border-color: rgb(132,139,139); }
td.TdClassName
{
border-color: #848B8B;
}
.TagClassName
{
border-color: #848B8B;
}
</style>