Shades of Oslo Grey #7E8886
Tints of Oslo Grey #7E8886
RGB
CMYK
RGB Variations
Color information
#7E8886 (or 0x7E8886) is known color: Oslo Grey. HEX triplet: 7E, 88 and 86. RGB value is (126,136,134). Sum of RGB (Red+Green+Blue) = 126+136+134=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8886 is #817779. Grayscale: #848484. Windows color (decimal): -8484730 or 8816766. OLE color: 8816766.
HSL color Cylindrical-coordinate representation of color #7E8886: hue angle of 168º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7E8886 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 134 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.47 |
| HSL | 168º | 0.04% | 0.51% | - |
| HSV(B) | 168º | 0.07% | 0.53% | - |
| XYZ | 21.71 | 23.77 | 26 | - |
| YUV | 132.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 134 | 0.07 | 0 | 0.01 | 0.47 | 168 | 0.04 | 0.51 |
| Hex | 7E | 88 | 86 | 7 | 0 | 1 | 2F | A8 | 4 | 33 |
| Octal | 176 | 210 | 206 | 7 | 0 | 1 | 57 | 250 | 4 | 63 |
| Binary | 1111110 | 10001000 | 10000110 | 111 | 0 | 1 | 101111 | 10101000 | 100 | 110011 |
Color Harmonies of #7E8886
Complementary color
Monochromatic Colors of #7E8886
Black with #7E8886
Text Example
Text Example
White with #7E8886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8886; }
p { color: rgb(126,136,134); }
H1.HeaderClassName
{
color: #7E8886;
}
.AnyTagClassName
{
color: #7E8886;
}
</style>
background-color css
<style>
a { background-color: #7E8886; }
a { background-color: rgb(126,136,134); }
div.DivClassName
{
background-color: #7E8886;
}
.BgClassName
{
background-color: #7E8886;
}
</style>
border-color css
<style>
span { border-color: #7E8886; }
span { border-color: rgb(126,136,134); }
td.TdClassName
{
border-color: #7E8886;
}
.TagClassName
{
border-color: #7E8886;
}
</style>