Shades of Oslo Grey #798583
Tints of Oslo Grey #798583
RGB
CMYK
RGB Variations
Color information
#798583 (or 0x798583) is known color: Oslo Grey. HEX triplet: 79, 85 and 83. RGB value is (121,133,131). Sum of RGB (Red+Green+Blue) = 121+133+131=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 133 - color contains mainly: green. Hex color #798583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798583 is #867A7C. Grayscale: #818181. Windows color (decimal): -8813181 or 8619385. OLE color: 8619385.
HSL color Cylindrical-coordinate representation of color #798583: hue angle of 170º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #798583 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 133 | 131 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.48 |
| HSL | 170º | 0.05% | 0.5% | - |
| HSV(B) | 170º | 0.09% | 0.52% | - |
| XYZ | 20.37 | 22.48 | 24.74 | - |
| YUV | 129.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 131 | 0.09 | 0 | 0.02 | 0.48 | 170 | 0.05 | 0.5 |
| Hex | 79 | 85 | 83 | 9 | 0 | 2 | 30 | AA | 5 | 32 |
| Octal | 171 | 205 | 203 | 11 | 0 | 2 | 60 | 252 | 5 | 62 |
| Binary | 1111001 | 10000101 | 10000011 | 1001 | 0 | 10 | 110000 | 10101010 | 101 | 110010 |
Color Harmonies of #798583
Complementary color
Monochromatic Colors of #798583
Black with #798583
Text Example
Text Example
White with #798583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798583; }
p { color: rgb(121,133,131); }
H1.HeaderClassName
{
color: #798583;
}
.AnyTagClassName
{
color: #798583;
}
</style>
background-color css
<style>
a { background-color: #798583; }
a { background-color: rgb(121,133,131); }
div.DivClassName
{
background-color: #798583;
}
.BgClassName
{
background-color: #798583;
}
</style>
border-color css
<style>
span { border-color: #798583; }
span { border-color: rgb(121,133,131); }
td.TdClassName
{
border-color: #798583;
}
.TagClassName
{
border-color: #798583;
}
</style>