Shades of Oslo Grey #7A8A88
Tints of Oslo Grey #7A8A88
RGB
CMYK
RGB Variations
Color information
#7A8A88 (or 0x7A8A88) is known color: Oslo Grey. HEX triplet: 7A, 8A and 88. RGB value is (122,138,136). Sum of RGB (Red+Green+Blue) = 122+138+136=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8A88 is #857577. Grayscale: #848484. Windows color (decimal): -8746360 or 8948346. OLE color: 8948346.
HSL color Cylindrical-coordinate representation of color #7A8A88: hue angle of 172.5º 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 #7A8A88 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 136 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.46 |
| HSL | 172.5º | 0.06% | 0.51% | - |
| HSV(B) | 172.5º | 0.12% | 0.54% | - |
| XYZ | 21.56 | 24.09 | 26.81 | - |
| YUV | 132.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 136 | 0.12 | 0 | 0.01 | 0.46 | 172.5 | 0.06 | 0.51 |
| Hex | 7A | 8A | 88 | C | 0 | 1 | 2E | AC | 6 | 33 |
| Octal | 172 | 212 | 210 | 14 | 0 | 1 | 56 | 254 | 6 | 63 |
| Binary | 1111010 | 10001010 | 10001000 | 1100 | 0 | 1 | 101110 | 10101100 | 110 | 110011 |
Color Harmonies of #7A8A88
Complementary color
Monochromatic Colors of #7A8A88
Black with #7A8A88
Text Example
Text Example
White with #7A8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A88; }
p { color: rgb(122,138,136); }
H1.HeaderClassName
{
color: #7A8A88;
}
.AnyTagClassName
{
color: #7A8A88;
}
</style>
background-color css
<style>
a { background-color: #7A8A88; }
a { background-color: rgb(122,138,136); }
div.DivClassName
{
background-color: #7A8A88;
}
.BgClassName
{
background-color: #7A8A88;
}
</style>
border-color css
<style>
span { border-color: #7A8A88; }
span { border-color: rgb(122,138,136); }
td.TdClassName
{
border-color: #7A8A88;
}
.TagClassName
{
border-color: #7A8A88;
}
</style>