Shades of Oslo Grey #7A8A89
Tints of Oslo Grey #7A8A89
RGB
CMYK
RGB Variations
Color information
#7A8A89 (or 0x7A8A89) is known color: Oslo Grey. HEX triplet: 7A, 8A and 89. RGB value is (122,138,137). Sum of RGB (Red+Green+Blue) = 122+138+137=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8A89 is #857576. Grayscale: #858585. Windows color (decimal): -8746359 or 9013882. OLE color: 9013882.
HSL color Cylindrical-coordinate representation of color #7A8A89: hue angle of 176.25º degrees, saturation: 0.06, 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 #7A8A89 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 137 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.46 |
| HSL | 176.25º | 0.06% | 0.51% | - |
| HSV(B) | 176.25º | 0.12% | 0.54% | - |
| XYZ | 21.63 | 24.12 | 27.18 | - |
| YUV | 133.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 137 | 0.12 | 0 | 0.01 | 0.46 | 176.25 | 0.06 | 0.51 |
| Hex | 7A | 8A | 89 | C | 0 | 1 | 2E | B0 | 6 | 33 |
| Octal | 172 | 212 | 211 | 14 | 0 | 1 | 56 | 260 | 6 | 63 |
| Binary | 1111010 | 10001010 | 10001001 | 1100 | 0 | 1 | 101110 | 10110000 | 110 | 110011 |
Color Harmonies of #7A8A89
Complementary color
Monochromatic Colors of #7A8A89
Black with #7A8A89
Text Example
Text Example
White with #7A8A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A89; }
p { color: rgb(122,138,137); }
H1.HeaderClassName
{
color: #7A8A89;
}
.AnyTagClassName
{
color: #7A8A89;
}
</style>
background-color css
<style>
a { background-color: #7A8A89; }
a { background-color: rgb(122,138,137); }
div.DivClassName
{
background-color: #7A8A89;
}
.BgClassName
{
background-color: #7A8A89;
}
</style>
border-color css
<style>
span { border-color: #7A8A89; }
span { border-color: rgb(122,138,137); }
td.TdClassName
{
border-color: #7A8A89;
}
.TagClassName
{
border-color: #7A8A89;
}
</style>