Shades of Oslo Grey #7E8583
Tints of Oslo Grey #7E8583
RGB
CMYK
RGB Variations
Color information
#7E8583 (or 0x7E8583) is known color: Oslo Grey. HEX triplet: 7E, 85 and 83. RGB value is (126,133,131). Sum of RGB (Red+Green+Blue) = 126+133+131=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8583 is #817A7C. Grayscale: #828282. Windows color (decimal): -8485501 or 8619390. OLE color: 8619390.
HSL color Cylindrical-coordinate representation of color #7E8583: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7E8583 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 131 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.48 |
| HSL | 162.86º | 0.03% | 0.51% | - |
| HSV(B) | 162.86º | 0.05% | 0.52% | - |
| XYZ | 21.09 | 22.85 | 24.77 | - |
| YUV | 130.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 131 | 0.05 | 0 | 0.02 | 0.48 | 162.86 | 0.03 | 0.51 |
| Hex | 7E | 85 | 83 | 5 | 0 | 2 | 30 | A3 | 3 | 33 |
| Octal | 176 | 205 | 203 | 5 | 0 | 2 | 60 | 243 | 3 | 63 |
| Binary | 1111110 | 10000101 | 10000011 | 101 | 0 | 10 | 110000 | 10100011 | 11 | 110011 |
Color Harmonies of #7E8583
Complementary color
Monochromatic Colors of #7E8583
Black with #7E8583
Text Example
Text Example
White with #7E8583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8583; }
p { color: rgb(126,133,131); }
H1.HeaderClassName
{
color: #7E8583;
}
.AnyTagClassName
{
color: #7E8583;
}
</style>
background-color css
<style>
a { background-color: #7E8583; }
a { background-color: rgb(126,133,131); }
div.DivClassName
{
background-color: #7E8583;
}
.BgClassName
{
background-color: #7E8583;
}
</style>
border-color css
<style>
span { border-color: #7E8583; }
span { border-color: rgb(126,133,131); }
td.TdClassName
{
border-color: #7E8583;
}
.TagClassName
{
border-color: #7E8583;
}
</style>