Shades of Oslo Grey #798A89
Tints of Oslo Grey #798A89
RGB
CMYK
RGB Variations
Color information
#798A89 (or 0x798A89) is known color: Oslo Grey. HEX triplet: 79, 8A and 89. RGB value is (121,138,137). Sum of RGB (Red+Green+Blue) = 121+138+137=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 138 - color contains mainly: green. Hex color #798A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A89 is #867576. Grayscale: #848484. Windows color (decimal): -8811895 or 9013881. OLE color: 9013881.
HSL color Cylindrical-coordinate representation of color #798A89: hue angle of 176.47º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798A89 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 137 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.46 |
| HSL | 176.47º | 0.07% | 0.51% | - |
| HSV(B) | 176.47º | 0.12% | 0.54% | - |
| XYZ | 21.49 | 24.05 | 27.18 | - |
| YUV | 132.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 137 | 0.12 | 0 | 0.01 | 0.46 | 176.47 | 0.07 | 0.51 |
| Hex | 79 | 8A | 89 | C | 0 | 1 | 2E | B0 | 7 | 33 |
| Octal | 171 | 212 | 211 | 14 | 0 | 1 | 56 | 260 | 7 | 63 |
| Binary | 1111001 | 10001010 | 10001001 | 1100 | 0 | 1 | 101110 | 10110000 | 111 | 110011 |
Color Harmonies of #798A89
Complementary color
Monochromatic Colors of #798A89
Black with #798A89
Text Example
Text Example
White with #798A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A89; }
p { color: rgb(121,138,137); }
H1.HeaderClassName
{
color: #798A89;
}
.AnyTagClassName
{
color: #798A89;
}
</style>
background-color css
<style>
a { background-color: #798A89; }
a { background-color: rgb(121,138,137); }
div.DivClassName
{
background-color: #798A89;
}
.BgClassName
{
background-color: #798A89;
}
</style>
border-color css
<style>
span { border-color: #798A89; }
span { border-color: rgb(121,138,137); }
td.TdClassName
{
border-color: #798A89;
}
.TagClassName
{
border-color: #798A89;
}
</style>