Shades of Oslo Grey #7C8684
Tints of Oslo Grey #7C8684
RGB
CMYK
RGB Variations
Color information
#7C8684 (or 0x7C8684) is known color: Oslo Grey. HEX triplet: 7C, 86 and 84. RGB value is (124,134,132). Sum of RGB (Red+Green+Blue) = 124+134+132=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8684 is #83797B. Grayscale: #828282. Windows color (decimal): -8616316 or 8685180. OLE color: 8685180.
HSL color Cylindrical-coordinate representation of color #7C8684: 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 #7C8684 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 132 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.47 |
| HSL | 168º | 0.04% | 0.51% | - |
| HSV(B) | 168º | 0.07% | 0.53% | - |
| XYZ | 21 | 23 | 25.16 | - |
| YUV | 130.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 132 | 0.07 | 0 | 0.01 | 0.47 | 168 | 0.04 | 0.51 |
| Hex | 7C | 86 | 84 | 7 | 0 | 1 | 2F | A8 | 4 | 33 |
| Octal | 174 | 206 | 204 | 7 | 0 | 1 | 57 | 250 | 4 | 63 |
| Binary | 1111100 | 10000110 | 10000100 | 111 | 0 | 1 | 101111 | 10101000 | 100 | 110011 |
Color Harmonies of #7C8684
Complementary color
Monochromatic Colors of #7C8684
Black with #7C8684
Text Example
Text Example
White with #7C8684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8684; }
p { color: rgb(124,134,132); }
H1.HeaderClassName
{
color: #7C8684;
}
.AnyTagClassName
{
color: #7C8684;
}
</style>
background-color css
<style>
a { background-color: #7C8684; }
a { background-color: rgb(124,134,132); }
div.DivClassName
{
background-color: #7C8684;
}
.BgClassName
{
background-color: #7C8684;
}
</style>
border-color css
<style>
span { border-color: #7C8684; }
span { border-color: rgb(124,134,132); }
td.TdClassName
{
border-color: #7C8684;
}
.TagClassName
{
border-color: #7C8684;
}
</style>