Shades of Oslo Grey #7D8684
Tints of Oslo Grey #7D8684
RGB
CMYK
RGB Variations
Color information
#7D8684 (or 0x7D8684) is known color: Oslo Grey. HEX triplet: 7D, 86 and 84. RGB value is (125,134,132). Sum of RGB (Red+Green+Blue) = 125+134+132=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8684 is #82797B. Grayscale: #838383. Windows color (decimal): -8550780 or 8685181. OLE color: 8685181.
HSL color Cylindrical-coordinate representation of color #7D8684: hue angle of 166.67º 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 #7D8684 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 132 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.47 |
| HSL | 166.67º | 0.04% | 0.51% | - |
| HSV(B) | 166.67º | 0.07% | 0.53% | - |
| XYZ | 21.15 | 23.08 | 25.17 | - |
| YUV | 131.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 132 | 0.07 | 0 | 0.01 | 0.47 | 166.67 | 0.04 | 0.51 |
| Hex | 7D | 86 | 84 | 7 | 0 | 1 | 2F | A7 | 4 | 33 |
| Octal | 175 | 206 | 204 | 7 | 0 | 1 | 57 | 247 | 4 | 63 |
| Binary | 1111101 | 10000110 | 10000100 | 111 | 0 | 1 | 101111 | 10100111 | 100 | 110011 |
Color Harmonies of #7D8684
Complementary color
Monochromatic Colors of #7D8684
Black with #7D8684
Text Example
Text Example
White with #7D8684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8684; }
p { color: rgb(125,134,132); }
H1.HeaderClassName
{
color: #7D8684;
}
.AnyTagClassName
{
color: #7D8684;
}
</style>
background-color css
<style>
a { background-color: #7D8684; }
a { background-color: rgb(125,134,132); }
div.DivClassName
{
background-color: #7D8684;
}
.BgClassName
{
background-color: #7D8684;
}
</style>
border-color css
<style>
span { border-color: #7D8684; }
span { border-color: rgb(125,134,132); }
td.TdClassName
{
border-color: #7D8684;
}
.TagClassName
{
border-color: #7D8684;
}
</style>