Shades of Oslo Grey #7D8786
Tints of Oslo Grey #7D8786
RGB
CMYK
RGB Variations
Color information
#7D8786 (or 0x7D8786) is known color: Oslo Grey. HEX triplet: 7D, 87 and 86. RGB value is (125,135,134). Sum of RGB (Red+Green+Blue) = 125+135+134=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8786 is #827879. Grayscale: #838383. Windows color (decimal): -8550522 or 8816509. OLE color: 8816509.
HSL color Cylindrical-coordinate representation of color #7D8786: hue angle of 174º 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 #7D8786 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 134 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.47 |
| HSL | 174º | 0.04% | 0.51% | - |
| HSV(B) | 174º | 0.07% | 0.53% | - |
| XYZ | 21.42 | 23.41 | 25.94 | - |
| YUV | 131.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 134 | 0.07 | 0 | 0.01 | 0.47 | 174 | 0.04 | 0.51 |
| Hex | 7D | 87 | 86 | 7 | 0 | 1 | 2F | AE | 4 | 33 |
| Octal | 175 | 207 | 206 | 7 | 0 | 1 | 57 | 256 | 4 | 63 |
| Binary | 1111101 | 10000111 | 10000110 | 111 | 0 | 1 | 101111 | 10101110 | 100 | 110011 |
Color Harmonies of #7D8786
Complementary color
Monochromatic Colors of #7D8786
Black with #7D8786
Text Example
Text Example
White with #7D8786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8786; }
p { color: rgb(125,135,134); }
H1.HeaderClassName
{
color: #7D8786;
}
.AnyTagClassName
{
color: #7D8786;
}
</style>
background-color css
<style>
a { background-color: #7D8786; }
a { background-color: rgb(125,135,134); }
div.DivClassName
{
background-color: #7D8786;
}
.BgClassName
{
background-color: #7D8786;
}
</style>
border-color css
<style>
span { border-color: #7D8786; }
span { border-color: rgb(125,135,134); }
td.TdClassName
{
border-color: #7D8786;
}
.TagClassName
{
border-color: #7D8786;
}
</style>