Shades of Oslo Grey #7A8887
Tints of Oslo Grey #7A8887
RGB
CMYK
RGB Variations
Color information
#7A8887 (or 0x7A8887) is known color: Oslo Grey. HEX triplet: 7A, 88 and 87. RGB value is (122,136,135). Sum of RGB (Red+Green+Blue) = 122+136+135=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8887 is #857778. Grayscale: #838383. Windows color (decimal): -8746873 or 8882298. OLE color: 8882298.
HSL color Cylindrical-coordinate representation of color #7A8887: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8887 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 135 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.47 |
| HSL | 175.71º | 0.06% | 0.51% | - |
| HSV(B) | 175.71º | 0.1% | 0.53% | - |
| XYZ | 21.2 | 23.5 | 26.34 | - |
| YUV | 131.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 135 | 0.10 | 0 | 0.01 | 0.47 | 175.71 | 0.06 | 0.51 |
| Hex | 7A | 88 | 87 | A | 0 | 1 | 2F | B0 | 6 | 33 |
| Octal | 172 | 210 | 207 | 12 | 0 | 1 | 57 | 260 | 6 | 63 |
| Binary | 1111010 | 10001000 | 10000111 | 1010 | 0 | 1 | 101111 | 10110000 | 110 | 110011 |
Color Harmonies of #7A8887
Complementary color
Monochromatic Colors of #7A8887
Black with #7A8887
Text Example
Text Example
White with #7A8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8887; }
p { color: rgb(122,136,135); }
H1.HeaderClassName
{
color: #7A8887;
}
.AnyTagClassName
{
color: #7A8887;
}
</style>
background-color css
<style>
a { background-color: #7A8887; }
a { background-color: rgb(122,136,135); }
div.DivClassName
{
background-color: #7A8887;
}
.BgClassName
{
background-color: #7A8887;
}
</style>
border-color css
<style>
span { border-color: #7A8887; }
span { border-color: rgb(122,136,135); }
td.TdClassName
{
border-color: #7A8887;
}
.TagClassName
{
border-color: #7A8887;
}
</style>