Shades of Oslo Grey #7F8A88
Tints of Oslo Grey #7F8A88
RGB
CMYK
RGB Variations
Color information
#7F8A88 (or 0x7F8A88) is known color: Oslo Grey. HEX triplet: 7F, 8A and 88. RGB value is (127,138,136). Sum of RGB (Red+Green+Blue) = 127+138+136=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8A88 is #807577. Grayscale: #868686. Windows color (decimal): -8418680 or 8948351. OLE color: 8948351.
HSL color Cylindrical-coordinate representation of color #7F8A88: hue angle of 169.09º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F8A88 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 136 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.46 |
| HSL | 169.09º | 0.04% | 0.52% | - |
| HSV(B) | 169.09º | 0.08% | 0.54% | - |
| XYZ | 22.28 | 24.47 | 26.84 | - |
| YUV | 134.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 136 | 0.08 | 0 | 0.01 | 0.46 | 169.09 | 0.04 | 0.52 |
| Hex | 7F | 8A | 88 | 8 | 0 | 1 | 2E | A9 | 4 | 34 |
| Octal | 177 | 212 | 210 | 10 | 0 | 1 | 56 | 251 | 4 | 64 |
| Binary | 1111111 | 10001010 | 10001000 | 1000 | 0 | 1 | 101110 | 10101001 | 100 | 110100 |
Color Harmonies of #7F8A88
Complementary color
Monochromatic Colors of #7F8A88
Black with #7F8A88
Text Example
Text Example
White with #7F8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A88; }
p { color: rgb(127,138,136); }
H1.HeaderClassName
{
color: #7F8A88;
}
.AnyTagClassName
{
color: #7F8A88;
}
</style>
background-color css
<style>
a { background-color: #7F8A88; }
a { background-color: rgb(127,138,136); }
div.DivClassName
{
background-color: #7F8A88;
}
.BgClassName
{
background-color: #7F8A88;
}
</style>
border-color css
<style>
span { border-color: #7F8A88; }
span { border-color: rgb(127,138,136); }
td.TdClassName
{
border-color: #7F8A88;
}
.TagClassName
{
border-color: #7F8A88;
}
</style>