Shades of Oslo Grey #7D8885
Tints of Oslo Grey #7D8885
RGB
CMYK
RGB Variations
Color information
#7D8885 (or 0x7D8885) is known color: Oslo Grey. HEX triplet: 7D, 88 and 85. RGB value is (125,136,133). Sum of RGB (Red+Green+Blue) = 125+136+133=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8885 is #82777A. Grayscale: #848484. Windows color (decimal): -8550267 or 8751229. OLE color: 8751229.
HSL color Cylindrical-coordinate representation of color #7D8885: hue angle of 163.64º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7D8885 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 133 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.47 |
| HSL | 163.64º | 0.04% | 0.51% | - |
| HSV(B) | 163.64º | 0.08% | 0.53% | - |
| XYZ | 21.5 | 23.66 | 25.62 | - |
| YUV | 132.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 133 | 0.08 | 0 | 0.02 | 0.47 | 163.64 | 0.04 | 0.51 |
| Hex | 7D | 88 | 85 | 8 | 0 | 2 | 2F | A4 | 4 | 33 |
| Octal | 175 | 210 | 205 | 10 | 0 | 2 | 57 | 244 | 4 | 63 |
| Binary | 1111101 | 10001000 | 10000101 | 1000 | 0 | 10 | 101111 | 10100100 | 100 | 110011 |
Color Harmonies of #7D8885
Complementary color
Monochromatic Colors of #7D8885
Black with #7D8885
Text Example
Text Example
White with #7D8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8885; }
p { color: rgb(125,136,133); }
H1.HeaderClassName
{
color: #7D8885;
}
.AnyTagClassName
{
color: #7D8885;
}
</style>
background-color css
<style>
a { background-color: #7D8885; }
a { background-color: rgb(125,136,133); }
div.DivClassName
{
background-color: #7D8885;
}
.BgClassName
{
background-color: #7D8885;
}
</style>
border-color css
<style>
span { border-color: #7D8885; }
span { border-color: rgb(125,136,133); }
td.TdClassName
{
border-color: #7D8885;
}
.TagClassName
{
border-color: #7D8885;
}
</style>