Shades of Oslo Grey #818C8B
Tints of Oslo Grey #818C8B
RGB
CMYK
RGB Variations
Color information
#818C8B (or 0x818C8B) is known color: Oslo Grey. HEX triplet: 81, 8C and 8B. RGB value is (129,140,139). Sum of RGB (Red+Green+Blue) = 129+140+139=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 140 - color contains mainly: green. Hex color #818C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C8B is #7E7374. Grayscale: #888888. Windows color (decimal): -8287093 or 9145473. OLE color: 9145473.
HSL color Cylindrical-coordinate representation of color #818C8B: hue angle of 174.55º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #818C8B is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 140 | 139 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.45 |
| HSL | 174.55º | 0.05% | 0.53% | - |
| HSV(B) | 174.55º | 0.08% | 0.55% | - |
| XYZ | 23.09 | 25.29 | 28.09 | - |
| YUV | 136.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 139 | 0.08 | 0 | 0.01 | 0.45 | 174.55 | 0.05 | 0.53 |
| Hex | 81 | 8C | 8B | 8 | 0 | 1 | 2D | AF | 5 | 35 |
| Octal | 201 | 214 | 213 | 10 | 0 | 1 | 55 | 257 | 5 | 65 |
| Binary | 10000001 | 10001100 | 10001011 | 1000 | 0 | 1 | 101101 | 10101111 | 101 | 110101 |
Color Harmonies of #818C8B
Complementary color
Monochromatic Colors of #818C8B
Black with #818C8B
Text Example
Text Example
White with #818C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C8B; }
p { color: rgb(129,140,139); }
H1.HeaderClassName
{
color: #818C8B;
}
.AnyTagClassName
{
color: #818C8B;
}
</style>
background-color css
<style>
a { background-color: #818C8B; }
a { background-color: rgb(129,140,139); }
div.DivClassName
{
background-color: #818C8B;
}
.BgClassName
{
background-color: #818C8B;
}
</style>
border-color css
<style>
span { border-color: #818C8B; }
span { border-color: rgb(129,140,139); }
td.TdClassName
{
border-color: #818C8B;
}
.TagClassName
{
border-color: #818C8B;
}
</style>